In case you see the following error in your PrestaShop module page:
The following module(s) could not be loaded:
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’);