Quote:
Originally Posted by Manoel J?nior
Searching deeper, more exactly in error_log me this message appears:
Code:
[16-Dec-2012 00:33:19 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2800 bytes) in /home/test/public_html/forum/includes/cron/iei_cron.php on line 92
Was that why the product is not working properly? What should I do?
|
I think the product tried to load a huge image. PHP usually has a space limit and in this case it has 128 MB per process and this memory ran out of space. Maybe you need to enable the image resizing and trim imported images down to a suitable limit.