Jump to content

Modules Page Blank and cannot update to 1.5.5.0


Recommended Posts

Hi

 

Please can somebody help me.

 

My modules page has suddenly stopped showing up .It comes up as a blank page and I dont know why.

 

Also my hosting company tried to update my shop to version 1.5.5.0 but my prestashop would not update to this new version.

 

I am not a web developer and do not understand coding .I buillt my shop off the template and am learning as i go.Could someone please give me a simple way of fixing these two problems .

 

Thanks

  • Like 1
Link to comment
Share on other sites

If you are getting a white page on your  modual page you need to up your memory that php can use.   your host can do this for you no problem.

 

With the upgrade   did you have all  your files and folders  777 when they ran the auto upscript.   its the most common reason i have seen. 

Link to comment
Share on other sites

please follow these steps:

open config/defines.inc.php
 
then find this line
define('_PS_MODE_DEV_', false);
and then change to look like this:
define('_PS_MODE_DEV_', true);
 
you will see full error code about your issue then
Link to comment
Share on other sites

  • 2 weeks later...

Hello!

Same issue.

White page or 500 (in IE) accessing
*Modules

* Positions

* Payments.

 

Updated to config.inc
ini_set('memory_limit','128M');
 

defines.inc.php has
define('_PS_MODE_DEV_', false);

 

But I am still unable to get the debug to show me any errors.

 

Link to comment
Share on other sites

×
×
  • Create New...