Jump to content

After update don't see the front office


Recommended Posts

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

  • 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 by selectshop.at (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...