I searched for this and found, so i want to spread the solution.
When one get error like:
It means script was not able to use memory which it requires. So in this case in WHM (webhosting manager from cpanel) the memory_limit value can be increased from WHM / Service configuration / PHP Configuration editorFatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 355 bytes) in /home/*/public_html/*.php on line *
When one get error like:
it means that script needed to run more than 30 seconds, but it was not allowed to run more seconds. The max_execution_time value can be increased in WHM / Service configuration / PHP Configuration editorFatal error: Maximum execution time of 30 seconds exceeded in /home/*/public_html/*.php on line *
Bookmarks