papagino Posted April 1, 2014 Share Posted April 1, 2014 (edited) Hi guys, I Installed Prestashop 1.6.0.5 couple day ago and have been working on it for a while now. Today, something weird happen, I can no longer access my "Back office" login page, instead, I get my website with a: This page is not available We're sorry, but the Web address you've entered is no longer available. at the home section of the website. This happened while my site was under maintenance mode (Still is). I tried clearing my browser cache and also manually cleared smarty cache (removed all files from tools/smarty/compile and tools/smarty/cache). I can also confirm that I have the right link for login ex: www.mysite.com/adminxxx I am not sure if this could have cause the failure, but it seems to have occurred after I change file permission for the admin folder to 775. Any ideas on how to fix this, I have over 100 hours invested in the setup of this new shop. Thanks Dan Edited April 1, 2014 by papagino (see edit history) Link to comment Share on other sites More sharing options...
papagino Posted April 1, 2014 Author Share Posted April 1, 2014 Solved Turns out that updating modules changed chmod permission to 777 which was creating the problems I had. I used Filezilla to change all folder permission to 755 and all files to permission 644 and problems got resolved. This should be flag as a bug, (Updating modules changes permissions to 777) Cheers Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 1, 2014 Share Posted April 1, 2014 Solved Turns out that updating modules changed chmod permission to 777 which was creating the problems I had. I used Filezilla to change all folder permission to 755 and all files to permission 644 and problems got resolved. This should be flag as a bug, (Updating modules changes permissions to 777) Cheers Hi, this issue has been reported to our team and we are finding a solution. I will update this thread asap. Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 2, 2014 Share Posted April 2, 2014 Hello all, the Forge reported is updated. Github link for fix in Comments. http://forge.prestashop.com/browse/PSCSX-1487 Problem solved. Link to comment Share on other sites More sharing options...
mehere Posted September 16, 2014 Share Posted September 16, 2014 Hello, I seem having the same issue on 1.6.0.8 after few modules upgrades can not access anymore to my admin BO page. Tried different browsers, cleared caches and cookies...nothing seems to work and the file controllers/admin/AdminModulesController.php as indicated in the solution is very different (lines number are not the same so I am afrai of modifying it as I guess that was an older version) What else can I try? Cheers Link to comment Share on other sites More sharing options...
papagino Posted September 16, 2014 Author Share Posted September 16, 2014 Hi mehere, I had the same problem after I upgrade the "Top horizontal menu" module. I simply replaced the "blocktopmenu.php" file in the "blocktopmenu" module with the one in the Prestashop installation files and I was back online. (I used Filezilla for this) Not sure if this what cause your site to crash, but you could give it a try. (Just make sure to backup your original blocktopmenu.php file before so you could always revert your change it this is not the problem). Just my 2 cents. Cheers Dan Link to comment Share on other sites More sharing options...
mehere Posted September 16, 2014 Share Posted September 16, 2014 (edited) Man your Avatar took all my attention! Love it I am on 1.6.0.8 so will try to find the older version 'cause the download page only points to 1.6.0.9 and will let you know. Help very much appreciated EDIT - Older versions found Edited September 16, 2014 by mehere (see edit history) Link to comment Share on other sites More sharing options...
mehere Posted September 16, 2014 Share Posted September 16, 2014 Unfortunately it did not help and the issue seems related to .htaccess file (I did not touch it anyways...). Renaming it I can access again....very very odd :S What could have caused this? How to regenerate the .htaccess correct file? Cheers Link to comment Share on other sites More sharing options...
papagino Posted September 16, 2014 Author Share Posted September 16, 2014 Hello again mehere, you may try regenerating the .htaccess file by going in yourBackOffice > Preferences > SEO & URLs > and then clicking on [save]... 1 Link to comment Share on other sites More sharing options...
mehere Posted September 17, 2014 Share Posted September 17, 2014 Thanks papagino! Link to comment Share on other sites More sharing options...
Recommended Posts