Error:
The following module(s) couldn't be loaded:
- All modules cannot be loaded due to memory
limit restriction reason, please increase your memory_limit value on your server configuration
Fix:
In
root/config/config.inc.php, under /* Improve PHP configuration to prevent issues */ add:
ini_set(
'memory_limit','128M');
