If you can not login backend of prestashop
Mar 06
PHP, Prestashop PHP, Prestashop 2 Comments
If you buy a new server and install prestashop with temp URL (like http://99.99.99.99/~example), when you use domin name to access it, will find cant login backend and not have any error message.
Open config/settings.inc.php, edit the value after “__PS_BASE_URI__“. If you have alone domin name to access your shop, just make the value to ‘/’. If your shop URL like http://example.com/folder_name/, need keep the value to ‘/folder_name/’.
Hope this article can help you, thanks.
RSS
Twitter
Jan 24, 2011 @ 08:47:31
You can use this solution also:
http://www.addons-modules.com/prestashop-tips/tag/password-recovery/
The other solutions I found on the internet didn’t work for me!
Apr 16, 2011 @ 23:14:06
Yo, thanks for the help!