Jump to content

Blank page Prestashop1.6.0.9


Razah

Recommended Posts

  • 1 month later...

--prestashop 1.6.0.11 blank pages error--

 

After upgrading to 1.6.0.11 i had blank pages on front and backoffice.

 

To see the errors you have to go in your site folder/config/defines.inc.php

search for this line:

 

define('_PS_MODE_DEV_', false);

 

change from false to true:

 

define('_PS_MODE_DEV_', true);

 

My error was displayed like this:
 
"Fatal error: Call to undefined method mysqli_result::fetch_all() in /home/*******/public_html/***********/classes/db/DbMySQLi.php on line 112"
 

It seems that i had to uncheck <mysqli> from phpmyadmin and after that, everything was ok.

 

Hope it's helpfull.

Edited by tony_mik (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...