In my prestashop i've got about 20 module updates, when i hit button to update all of them i see just blank page
how i can update these modules?
Posted 04 June 2014 - 04:41 AM
please open config/defines.inc.php
then find this line
define('_PS_MODE_DEV_', false);
and then change false to true, so that you will get like this
define('_PS_MODE_DEV_', true);
after that you will see full error code about the issue. If the problem remains same then might be some payment module is crashing your website or maybe you installed some new module?
Posted 19 March 2023 - 08:02 PM