Hi guys I've just tryed to upload a 1 MB image and resize it in a new
hosting (media temple) and it gives me this error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 6400 bytes) in /home/httpd/vhosts/....php
where with the GD Library a create a kind of copy:
$source = imagecreatefromjpeg($file);
Does someone know how to solve this issue?
cheers, chr