tintacreative Posted January 31, 2009 Share Posted January 31, 2009 Again, I'm sorry to disturb all of you.I need help, i did something stupid.at the BO --> Preferencesunder General Sectionunder PS directoryi put something, which i don't know whyi put /store/ inside the input box, and click savenow all my image cannot load.I try to fix it back by put nothing inside it, and click save, but an error come out stating The requested URL /store/u/index.php was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. that's pretty stupid, I know, I am sorry. Anybody got suggestion, please help me.I thank you in advance for reading and helping. Link to comment Share on other sites More sharing options...
Guest Posted January 31, 2009 Share Posted January 31, 2009 You may be able to correct it using phpmyadmin... Link to comment Share on other sites More sharing options...
tintacreative Posted January 31, 2009 Author Share Posted January 31, 2009 Thanks TakeDat, i just got it figured out.That was scary, lolTo anybody who might encounter the same thing (which i doubt)1. Just go to config/ folder, and download your settings.inc.php2. You will see at the first row a script like this define('__PS_BASE_URI__', '/store/'); 3. Delete the word "store/", (because that's what i put at the PS directory options), save the php and upload it back to your server.4. It's done. Case closedThanks for coming everybody Link to comment Share on other sites More sharing options...
Guest Posted January 31, 2009 Share Posted January 31, 2009 To prevent this append again, change the settings.inc.php permission... Link to comment Share on other sites More sharing options...
tintacreative Posted January 31, 2009 Author Share Posted January 31, 2009 True thing, remember guys, change the permission nowlol: Link to comment Share on other sites More sharing options...
tomjerry Posted March 23, 2009 Share Posted March 23, 2009 You are guys a rock! It helps me too, after that i changed attributes to 444, thanks Link to comment Share on other sites More sharing options...
applestarz Posted July 18, 2009 Share Posted July 18, 2009 i have done that but somehow my site doesn't load anymore. have a look: http://klwholesalers.com.au/ Link to comment Share on other sites More sharing options...
applestarz Posted July 18, 2009 Share Posted July 18, 2009 is this how it's meant to look like? define('__PS_BASE_URI__',); Link to comment Share on other sites More sharing options...
rocky Posted July 18, 2009 Share Posted July 18, 2009 If you've installed Prestashop in the base directory, not a subdirectory, then you should write: define('__PS_BASE_URI__', '/'); Link to comment Share on other sites More sharing options...
applestarz Posted July 18, 2009 Share Posted July 18, 2009 thanks so much! works like a charm. Link to comment Share on other sites More sharing options...
Recommended Posts