sikera Posted February 7, 2014 Share Posted February 7, 2014 Hi, After update 1.5.6.2 from 1.4.3.0 Admin panel is available, but sikera-bs.com not... In first time when was disable, you can see logo from my shop and some text "..." not 404. After enable shop this disappear and you can see white page. In "Set shop URL" with www.sikera-bs.com and only sikera-bs.com.... but don't work. And yes, I do Enable Shop :/ I glad for little help! Link to comment Share on other sites More sharing options...
webdev0008 Posted February 8, 2014 Share Posted February 8, 2014 Turn on the error reporting may be there is some error. Link to comment Share on other sites More sharing options...
selectshop.at Posted February 8, 2014 Share Posted February 8, 2014 (edited) First of all set on back-office your theme to "default" (Preferences -> Themes). Themes from Prestashop 1.4. do not work with Prestashop 1.5. and you have to set a new theme manually. Uprades from bigger versions should be done carefully if you are using extra non native add-ons and non native theme. Deinstall all your extra modules you have downloaded for free and/or paid for. Most of the cases they don't work anymore. Clear smarty-cache on your back-office -> Advanced parameters -> performance -> button "clear smarty Cache & Autoload Cache". Clear cookie sessions and domain sessions on your browser and retry to load the site. If this does not help, turn-on debug modus as webdev008 told: Edit on FTP the file /config/defines.inc.php as follows: original code: /* Debug only */ define('_PS_MODE_DEV_', false); if (_PS_MODE_DEV_) { set it to /* Debug only */ define('_PS_MODE_DEV_', true); if (_PS_MODE_DEV_) { and read possibly errors. Edited February 8, 2014 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts