Changing Memory Limit on Typo3

Look at your phpinfo.php page there you will find the path to your php.ini file change the “memory_limit = 24M”.

Memory limit below 16 MB
memory_limit=8M
Your system is configured to enforce a memory limit of PHP scripts lower than 16 MB. The Extension Manager needs to include more PHP-classes than will fit into this memory space. There is nothing else to do than raise the limit. To be safe, ask the system administrator of the webserver to raise the limit to over 25 MB.

Comments are closed.