Prestashop version: 1.4.6.2
Problem: All modules cannot be loaded due to memory limit restriction reason, please increase your memory_limit value on your server configuration
Solution: At /config/config.inc.php add:
ini_set(‘memory_limit’,’128M’);
Hi
This solution is not working. After adding the ini_set(‘memory_limit’,’128M’);
website is loading.