Status
Not open for further replies.

GoodApples

Customer
Is there a memory limit for this specific script?

Fatal error: Allowed memory size exhausted

Code:
[I]Fatal error: Allowed memory size exhausted /dbtech/gallery/includes/class_core.php on line 895[/I]
 
Can you please post the rest of the message, so that I can see your current memory limit?
 
It was... :)
Code:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 19856 bytes) in /xxx/xxx/xxx/dbtech/gallery/includes/class_core.php on line 895
 
Can you confirm that line 894 is
PHP:
$image_handle		= imagecreatefromgif($tmp_name);
so I know I'm looking at the correct place?
 
Sorry, just saw this...

here is what I have...
Code:
894            case 2:
895                $image_handle        = imagecreatefromjpeg($tmp_name);
 
128M should really be enough. Can you try boosting it to 256M via php.ini and see if that works?
 
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
862
Customer rating
0.00 star(s) 0 ratings
Back
Top