akirafreak / php-image-host

Automatically exported from code.google.com/p/php-image-host
Other
0 stars 0 forks source link

Fatal Error #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.uploading Gif images
2.4 out of 5 times gets error
3.

What is the expected output? What do you see instead?

Get this Error:
Fatal error: Call to undefined function imagefilledrect() in /home/----
/public_html/-----/---/classes/images.class.php on line 69

What version of the product are you using? On what operating system?

phpimagehost-1.4.0.11.2     Linux CentOS

Please provide any additional information below.

I have members who can upload gif images then they try to add more and get 
the above error. I tried. I uploaded 10 then went and tried to upload 10 
more and I got the same error.

Original issue reported on code.google.com by SellersA...@gmail.com on 31 Dec 2009 at 9:15

GoogleCodeExporter commented 8 years ago
 Don't know if this will work, but on line 69 of the mentioned file, replace the
invalid function name with the correct one, which should be

imagefilledrectangle

 and see if that helps or not.

 Looks like Sam had no angle on the error. :-)

Original comment by imaplow...@gmail.com on 14 Feb 2010 at 2:53

GoogleCodeExporter commented 8 years ago
I added what you said and just uploaded about 40 images and all seems well.

If I could impose on you for one more question on this?

I love this script as do my members. Finding help with this is hard lol lol

On my home page of this my random images never change. It always shows just one 
image and it's always the same. Do you know what I may look at or change to get 
this 
correctred?

Thanks so much. You are a lifesaver :-) :-)

Original comment by SellersA...@gmail.com on 14 Feb 2010 at 5:33