ianm Posted March 18, 2014 Share Posted March 18, 2014 Hi I have just upgraded to 1.6. The upgrade process went quite smooth. However, in trying to access the front office the screen is just blank - no shop. (wwww.3at1moreleta.co.za). Can anyone assist? Link to comment Share on other sites More sharing options...
vekia Posted March 18, 2014 Share Posted March 18, 2014 if you see just blank page - turn on error reporting, then instead of blank page you will see detailed information about error what and where doesnt work. Link to comment Share on other sites More sharing options...
Robneva Posted March 19, 2014 Share Posted March 19, 2014 Hi There I tried that and got this error: Call to undefined method Link::getPageLinkOld() in C:\Program Files (x86)\Ampps\www\presta\modules\plblog\plblog.php on line 643 I checked the php file and compared it to the old and there is no difference, so not sure why it is displaying a blank page. I rolled back the upgrade and still not working. line 643 reads as: $smarty->assign('home', $link->getPageLinkOld('')); Please help. Manythanks Eva Link to comment Share on other sites More sharing options...
ianm Posted March 19, 2014 Author Share Posted March 19, 2014 Hi There I tried that and got this error: Call to undefined method Link::getPageLinkOld() in C:\Program Files (x86)\Ampps\www\presta\modules\plblog\plblog.php on line 643 I checked the php file and compared it to the old and there is no difference, so not sure why it is displaying a blank page. I rolled back the upgrade and still not working. line 643 reads as: $smarty->assign('home', $link->getPageLinkOld('')); Please help. Manythanks Eva if you see just blank page - turn on error reporting, then instead of blank page you will see detailed information about error what and where doesnt work. Hi Vekia, thanks for the reply. How do I turn on error reporting? Excuse my ignorance. Hi Vekia, thanks for the reply. How do I turn on error reporting? Excuse my ignorance. Link to comment Share on other sites More sharing options...
PrestaCoder.com Posted March 19, 2014 Share Posted March 19, 2014 Hi Vekia, thanks for the reply. How do I turn on error reporting? Excuse my ignorance. Hi Vekia, thanks for the reply. How do I turn on error reporting? Excuse my ignorance. To do that, just go to this file: config/defines.inc.php and here make sure you add TRUE to PS_MODE_DEV as it can be seen below: /* Debug only */ define('_PS_MODE_DEV_', true); if (_PS_MODE_DEV_) { Link to comment Share on other sites More sharing options...
Robneva Posted March 19, 2014 Share Posted March 19, 2014 Hi Vekia, Any ideas what the real error may be for the display issue, that is the only one I see, does not seem logical ThanksEva Link to comment Share on other sites More sharing options...
ianm Posted March 19, 2014 Author Share Posted March 19, 2014 Hi Vekia I get the following message: Strict Standards: Declaration of FrontController::addCSS() should be compatible with that of FrontControllerCore::addCSS() in /home/atmorele/public_html/override/classes/controller/FrontController.php on line 131Warning: require_once(/home/atmorele/public_html/override/classes/../../modules/cloudcache/cloudcache.php) [function.require-once]: failed to open stream: No such file or directory in /home/atmorele/public_html/override/classes/Tools.php on line 175Fatal error: require_once() [function.require]: Failed opening required '/home/atmorele/public_html/override/classes/../../modules/cloudcache/cloudcache.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/atmorele/public_html/override/classes/Tools.php on line 175 Regards Ian Link to comment Share on other sites More sharing options...
Robneva Posted March 19, 2014 Share Posted March 19, 2014 Also to add - I disabled cache in performance as suggested in another thread and it is still throwing same error and is still blank Link to comment Share on other sites More sharing options...
Robneva Posted March 19, 2014 Share Posted March 19, 2014 Hey All, I solved it for my front office - I went to performance and clicked 'Clear Smarty Cache & Autoload Cache' Front office now visible for me on older version. Will try upgrade again and use this step to see if will work now. Cheers Eva Link to comment Share on other sites More sharing options...
Robneva Posted March 19, 2014 Share Posted March 19, 2014 Upgraded and followed all my steps that fixed it for previous version when I rolled back and it is still blank Link to comment Share on other sites More sharing options...
Recommended Posts