rpsep2 Posted May 11, 2012 Share Posted May 11, 2012 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 Link to comment https://forums.phpfreaks.com/topic/262401-fatal-error-but/ Share on other sites More sharing options...
scootstah Posted May 11, 2012 Share Posted May 11, 2012 The error tells you that it is running out of memory - so changing the max upload file size directive is not going to do anything. Post the rest of the script please. Link to comment https://forums.phpfreaks.com/topic/262401-fatal-error-but/#findComment-1344787 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.