I installed and had the Gallery module working. I had developed the FEU component so that users could upload their own images. I tested to see what would happen if a user tried to upload a large file. The file got to the database but unfortunately I now have a fatal error message >> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 8448 bytes) in .........../Gallery.module.php on line 909. I have tried removing the gallery module and reinstalling the module but the fatal error still comes up.I have looked at the database after removing the module and all appears to be removed. I had already removed all the images from the database.
Does anyone have any suggestions?
Thanks WD
Gallery fatal error
Re: Gallery fatal error
Guess your server ran out of recources when Gallery tries to resize the image to get a nice thumbnail out of it...whiteduck wrote:I tested to see what would happen if a user tried to upload a large file.
Re: Gallery fatal error
Seems like you ran out of the 32M that you have available. I dont think the issue is within Gallery, but caused by the active/installed modules that you have running..
You could increase the php_memory_limit to 48M f.e. to make it disappear.
Ronny
You could increase the php_memory_limit to 48M f.e. to make it disappear.
Ronny
Re: Gallery fatal error
So the big file is in the DB now?
Do you have a backup of the DB? Access to the db server?
Then simply delete that record from the DB?
Or you could drop the image tables and restore a copy?
And limit the maximum file upload size to something that is smaller than your available memory..
Do you have a backup of the DB? Access to the db server?
Then simply delete that record from the DB?
Or you could drop the image tables and restore a copy?
And limit the maximum file upload size to something that is smaller than your available memory..