Page 1 of 1

Fatal error

PostPosted: 26. February 2007 07:19
by todda
Hi, i have a pic uploading site on my server but i always get this error when i tried to upload a pic,
Code: Select all
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12288 bytes) in /opt/lampp/htdocs/uploadingfolder/ihs/uploader.php on line 94


Does anyone now what that meen

I running the same script on a hostet account with good luck

Best Regards Todda. Norway

PostPosted: 26. February 2007 07:42
by Wiedmann
The "memory_limit" in "php.ini" is to low for this image.

PostPosted: 26. February 2007 07:46
by todda
So i need to edit php.ini to get it to work.