elektrojo Posted October 6, 2014 Share Posted October 6, 2014 I have used 1 click module to do the upgrade, the back office is working but the front office is not loading , i edited the php.ini file to make the memory limit 256 and it didn fix. when i check the page code in browser is empty Link to comment Share on other sites More sharing options...
El Patron Posted October 6, 2014 Share Posted October 6, 2014 Turn on error reporting within PrestaShop, then you can probably find solution. http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ Link to comment Share on other sites More sharing options...
elektrojo Posted October 6, 2014 Author Share Posted October 6, 2014 i have those messages but i dont know what to do Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /home1/cctronic/public_html/override/classes/Dispatcher.php on line 16Strict Standards: Declaration of FrontController::addCSS() should be compatible with that of FrontControllerCore::addCSS() in/home1/cctronic/public_html/override/classes/controller/FrontController.php on line 131Warning: require_once(/home1/cctronic/public_html/override/classes/controller/../../../modules/cloudcache/cloudcache.php) [function.require-once]: failed to open stream: No such file or directory in/home1/cctronic/public_html/override/classes/controller/FrontController.php on line 78Fatal error: require_once() [function.require]: Failed opening required '/home1/cctronic/public_html/override/classes/controller/../../../modules/cloudcache/cloudcache.php' (include_path='/home1/cctronic/public_html/tools/htmlpurifier/standalone:.:/usr/lib64/php:/usr/share/pear') in /home1/cctronic/public_html/override/classes/controller/FrontController.php on line 78 Link to comment Share on other sites More sharing options...
El Patron Posted October 7, 2014 Share Posted October 7, 2014 i have those messages but i dont know what to do Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /home1/cctronic/public_html/override/classes/Dispatcher.php on line 16 Strict Standards: Declaration of FrontController::addCSS() should be compatible with that of FrontControllerCore::addCSS() in/home1/cctronic/public_html/override/classes/controller/FrontController.php on line 131 Warning: require_once(/home1/cctronic/public_html/override/classes/controller/../../../modules/cloudcache/cloudcache.php) [function.require-once]: failed to open stream: No such file or directory in/home1/cctronic/public_html/override/classes/controller/FrontController.php on line 78 Fatal error: require_once() [function.require]: Failed opening required '/home1/cctronic/public_html/override/classes/controller/../../../modules/cloudcache/cloudcache.php' (include_path='/home1/cctronic/public_html/tools/htmlpurifier/standalone:.:/usr/lib64/php:/usr/share/pear') in /home1/cctronic/public_html/override/classes/controller/FrontController.php on line 78 it appears some module or other change created override FrontController that is no longer valid can you uninstall moudle coludcahce to see if front office displays? Link to comment Share on other sites More sharing options...
kax Posted October 7, 2014 Share Posted October 7, 2014 I came across the same problem since yesterday! I've already edited my php.ini and increased the memory to 1024mb and PS 1.6.0.8 was running like a charm on that memory but since I've upgraded to 1.6.0.9 the front office and catalog menu in back office have gone blank but rest of everything seems to be working fine. here's the front office error: Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home8/kaxus/public_html/override/classes/Cart.php on line 126 and here's the back office "configuration information" error: Missing files (1) psadmin/autoupgrade/index.php I shall be very thankful if you or anyone can tell me how to fix these problems. Link to comment Share on other sites More sharing options...
elektrojo Posted October 7, 2014 Author Share Posted October 7, 2014 i rolled back and removed the module since it not there in PS 1.6 , but the same error appeared it might be cashed somewhere Link to comment Share on other sites More sharing options...
tuk66 Posted October 13, 2014 Share Posted October 13, 2014 Guys, you mentioned two different problems in one thread. @kax Check the /override/classes/Cart.php file. PrestaShop 1.6.0.8 corrupts overrided files (at least some). You will need to fix it manually. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now