First time user. Installed Prestashop 1.6 last night locally on my computer (I want to try it out before I commit to it). However when I got to the admin panel it had the same presets as found in the demo version (http://www.prestashop.com/en/demo).
So, figuring I may have just somehow, accidentally downloaded the demo version, I uninstalled and reinstalled just a few minutes ago. Yet, lo and behold, I get the same presets. Is there anyway to do a reset on the admin panel so that I get a clean slate (no orders, customers, stats, etc)?
Downloaded Prestashop from the homepage. Used this article (blog.dh42.com/installing-prestashop-locally/) to download it locally.
Here is your solution : http://www.prestashop.com/forums/topic/320579-delete-all-sample-data/
Go to your back office
Modules
Search for cleaner
Install pscleaner module
Use this module.
Another solution here : PrestaShop: Delete all testing data before production
Related
I recently upgraded an old store from 2.0.1.1 to 3.0.3.8 but to comply with PHP8 I need to upgrade again from 3.0.3.8 to 4.x. My question stems because I was able to successfully install the new 4.0.1.1 storefront, but I am no longer able to access my admin panel. Attempting to login to my admin will always give me the error that the account does not exist.
I have double checked the config.php files in both my root & admin folders and the database information stored there is correct. Also, I checked my actual database to make sure the user accounts weren't deleted in the upgrade and they were not.
I don't see a lot of documentation about the upgrade process to a 4.x OpenCart storefront so I am coming here in hopes someone has been brave enough to attempt this upgrade that may be able to point me in the right direction. Some tips and tricks would be greatly welcomes because I imagine this is just the first of many moles I am going to need to whack.
Let me know if any code would be needed/handy, but keep in mind this install is basically all stock barebones at this point because I haven't even tried to activate my custom theme yet (mostly because I can't access the admin to activate it).
Solved this by upgrading to the OpenCart 3.x.x_Maintenace branch, instead of OpenCart 4.x.x version, as it is also PHP8 compliant and much more stable.
For anyone with similar issues, they can refer this link.
I am using the latest version of opencart 2.3.0.2. I downloaded the zipped package of opencart and installed it on my live server. Now when I click on Modules and Shipping etc (exclusive of Extensions Installer and Modifications) I got Page not found error every time. I am getting this error on the following pages "Modules, Shipping, Payments, Order Totals and Feeds".
Help me i am stuck in this issue.
This indicates that somehow the files in upload/admin/controller/extension/extension have been damaged or not properly uploaded. Try uploading them again from a fresh download.
I am upgrading from Joomla 1.5 to 2.5 and developed my site in a sub folder on the live site. Everything was working fine in the test area. (dev site is here: http://academyphysicians.com/test) Used Akeba backup and moved the site to the root folder. Front end is working as expected, but the admin page is blank after log in. New install of 2.5 is here: http://academyphysicians.com.
I was googling the issue and saw that php version may be the problem. I am running v 5.2.14 and I saw that 5.3 may be required. It seem like I would have had the problem in the test site if that was the case. Anyone have any ideas?
If the site worked in a subfolder, then it will work in the root. When you moved the site you did something wrong or you have touched a setting you shouldn't have because Joomla should be folder agnostic.
Error: onApplicationStart: component [org.mangoblog.Mango] has no function with name [GETDATAACCESSFACTORY]
I got this error once I've installed MangoBlog. I've already checked there is "GETDATAACCESSFACTORY" function in components/mango.cfc file.
PS: I've installed it on Railo.
I helped ppshein on the Mango Blog forums, where he also posted this issue. It turns out that all he had to do was restart his CFML App Server (Railo).
Looks like this is a plug-in you should have installed but don't for some reason. I'd compare a fresh downloaded version with what's on the webroot. Beyond Compare will do it for you in a blink
I was getting the same error, and I am on a shared host so I can't restart Railo without emailing my host. But I DO have access to the Railo administrator, and I found that clearing the caches did the trick for me. In Railo Admin go to Settings->Performance/Caching and click all the Clear _ Cache buttons. I am not sure which you need to clear...you may be fine just clearing Component cache. I just cleared them all and
everytime i test my selenium test, the instant of firefox will popup and show page of selenium rc. It's ok and cool. But i have problem. For every test i also have to see a firefox's page pop up and shown selenium plugin have been add to firefox.
is there any way to configure selenium so it initiate firefox without a popup page cause after a hundred test, it start to irritate me ;D
I'm sure this is a duplicate of another SO question, as I feel like I've answered it before, but I can't find it. If I do subsequently find it then I will update my answer.
You need to set the extensions.lastAppVersion preference to match the version of Firefox that you're launching. Otherwise you will generally have an additional tab in Firefox and the Addons manager popup.
You may need to configure Selenium to use a custom Firefox profile in order to make this change.
Removing the extensions.rdf file from profile directory will fix this issue . I have created a separate profile for Selenium tests, which is only used for Selenium Tests. I would love to hear if there is other way around . My "extensions.lastAppVersion" is updated and reflects the current browser version therefore the above trick does not work for me .
Remember, invoking selenium by user will re-create extensions.rdf file, therefore I prefer to keep separate profile for Selenium
Having found this answer and had a go, I found that merging the Extensions.rdf and extensions.ini file from the temporary profile created in a Selenium session and putting that into your Custom Profile directory solves this problem.
When merging extensions.ini, be careful to avoid getting the pathnames wrong.
Use this -
From the address bar type “about:config” and add/update the following:
- extensions.update.notifyUser (type=boolean; value=false)
- extensions.newAddons (type=boolean; value=false)
It worked for me.