Seremela Posted September 5, 2012 Share Posted September 5, 2012 Hiya, I have to manually upgrade from 1.4.3 to 1.5 but keep running into that error so thought i'd ask on here and hopefully someone will have an idea What i did so far: Created a folder /prestashop/ under my current shop domain ---> Changed the path in the settings.inc.php file under /config/ in my main shop to /prestashop/ --> Then i went to /prestashop/install/upgrade/upgrade.php and it asked for the settings.inc.php file so i added the same settings.inc.php file from the main shop under the new one and then tried to reload the page which results in a 500 internal server issue. I'm baffled but more likely doing something wrong? Anyone have an idea or has done a manual upgrade with 1.5 yet? The doc for manual upgrade is confusing by the way. Link to comment Share on other sites More sharing options...
Seremela Posted September 5, 2012 Author Share Posted September 5, 2012 Anyone? Link to comment Share on other sites More sharing options...
Seremela Posted September 8, 2012 Author Share Posted September 8, 2012 Really? Nobody with the same error? :/ 1 Link to comment Share on other sites More sharing options...
vekia Posted September 8, 2012 Share Posted September 8, 2012 maybe you have an access to server logs? You find there where the problem occur. In most cases 500 internal server error is compared with problems with .htaccess file. You can solve this problem by removing the file .htacces or remove from it only illegal directives. Just backup this file and delete it from server. Next regenerate it in prestashop back office 1 Link to comment Share on other sites More sharing options...
Seremela Posted September 9, 2012 Author Share Posted September 9, 2012 Thanks for the reply. Even when i remove the htaccess file it stays though ;/ Maybe i'm just doing it wrong. Could you perhaps go step by step on how to do the manual upgrade? The one on the doc site is a bit confusing for me. 1 Link to comment Share on other sites More sharing options...
Seremela Posted September 9, 2012 Author Share Posted September 9, 2012 I might actually have made a mistake Trying again tonight so i'll update on the progress. Link to comment Share on other sites More sharing options...
Seremela Posted September 10, 2012 Author Share Posted September 10, 2012 Right still the same so i had a look in the server logs and found this: [Mon Sep 10 01:12:51 2012] [error] [client removedip] PHP Fatal error: Class 'CacheFS' not found in /home/furni0/public_html/agstores/classes/cache/Cache.php on line 132 Link to comment Share on other sites More sharing options...
Seremela Posted September 10, 2012 Author Share Posted September 10, 2012 Just an update to let people know i added it to the forge where we're trying to solve it: http://forge.prestashop.com/browse/PSCFV-3967 Link to comment Share on other sites More sharing options...
Seremela Posted September 10, 2012 Author Share Posted September 10, 2012 the problem has been resolved. For those that get the same error and don't know what to do: In settings.inc.php there is a line: define('_PS_CACHING_SYSTEM_', 'CacheFS'); which needs to be changed to define('_PS_CACHING_SYSTEM_', 'CacheFs'); And that was it Hard to believe such a small thing can screw it all up hehe. Link to comment Share on other sites More sharing options...
Recommended Posts