hello,
on a file upload, I get the error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 9920 bytes) in/home/content/38/8848538/html/dynamic-site/start-page/upload-page2.php on line 176
line 176 of my upload-page2.php is:
$image=imagecreatefromjpeg($filepath);
I dont really get whats going on. Ive set the max uplaod file size before this, which i changed to:
$maxFileSize=9999999999999999999999;
to make sure it wasn't this but it had no effect. i still get the fatal error.
anyone got some ideas? i can post the whole php file if needed but may be a bit long winded