PrestaShop module page not loading?

In case you see the following error in your PrestaShop module page:

The following module(s) could not be loaded:

  • All modules cannot be loaded due to memory limit restriction reason, please increase your memory_limit value on your server configuration.

we would recommend you to create a PHP Info file to check how much memory is allocated for your account. WebHostFace configures each account with plenty of memory by default but in case you have decreased your account memory, you can increase it through your php.ini file by adding the following line:

memory_limit = 128m

If that still doesn’t do the trick, you can try adding the following line in your PrestaShop /config/config.inc.php file:

ini_set(‘memory_limit’,’128M’);

WebHostFace

Share
Published by
WebHostFace