Re: [Phpgedview-talk] Fatal error in functions php
Brought to you by:
canajun2eh,
yalnifj
From: John F. <Joh...@ne...> - 2006-09-01 22:08:23
|
Hi Ray, =20 It looks like it ran out of memory trying to generate a thumbnail for one of the pictures. Your host has the maximum memory set to 12MB, and it may take more than that to generate a thumbnail of a large image inside PGV. You can ask your host to increase your memory limit in the php.ini file, or you can manually generate the thumbnail for the file your self and put it in the media/thumbs directory. You can create the thumbnail on your local computer with any image manipulation program you want and then use FTP to upload it. =20 --John =20 =20 ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of ra...@pl... Sent: Wednesday, August 30, 2006 7:54 AM To: php...@li... Subject: [Phpgedview-talk] Fatal error in functions php =20 Hello, When i go to "Manage media" i get an error message: Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 5100 bytes) in /home/wijmane/domains/wijman-engelman.nl/public_html/includes/functions. php on line 1110 this message started to appear after an unsuccesfull jpg upload does anyone knows whats going on? sorry for my english Ray |