Joined: 06 Mar 2003, 03:21 Posts: 447 Location: Monterrey, NL, Mexico
|
Netoli:
> I did an upload of a picture (small jpg) and
> wanted to create a thumbnail. Then I get
> the following error message: Fatal error:
> Allowed memory size of 10492256 bytes
> exhausted at (null):0 (tried to allocate 6400
> bytes) in ..../phprojekt/cm/cm_lib.inc.php
> on line 923
Hi. That error means the php script exhausted all the memory allowed to it while processing the image. That shouldn't happen even with very large images.
So, I have some questions:
Does this error happens only with that image or with any image?
Does that image is special (does it have a gamma channel, is jpeg2000, or something else)?
Does the error always shown the same line number (line 923) or it changes if you retry?
What version of PHP are you using?
Do you know the version of the GD library you use?
Regards,
Mario A. Valdez-Ramirez.
|
|