PDA

View Full Version : Error on uploading images (error attached)


4x4 Mecca
06-01-2007, 06:39 PM
Fatal error: Out of memory (allocated 73138176) (tried to allocate 7600 bytes) in /home/#/#/4x4mecca.com/forum/includes/class_image.php on line 1418

I've searched and had no luck, anyone have an idea what this could be?

This is line 1418
$imgBlur2 = imagecreatetruecolor($w, $h);

harmor19
06-01-2007, 06:44 PM
Are you using PHP 5.2.0?

4x4 Mecca
06-01-2007, 06:54 PM
Yes, should I change it to 4.4.2

harmor19
06-01-2007, 06:56 PM
I was hoping you would have that version. Downgrade to 5.1.6


http://bugs.php.net/bug.php?id=39438
After upgrading to php 5.2.0 im constantly receiving "PHP Fatal error:
Out of memory error" where i did not received one using 5.1.6. I
adjusted the memory limit from 64M to 256M but without any success.

4x4 Mecca
06-01-2007, 07:11 PM
My host only has 5.2 and 4.4.2 as the selectable options. Can I install 5.1.6 myself?

harmor19
06-01-2007, 07:22 PM
Go with 4.4.2 then.