Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Gif files problem

Asked Modified Viewed 2,586 times
G
gabsho
G
gabsho 10
Salam 3alaykom ya zoal grin
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
asked
Member

when I'm trying to uppload pictures of .gif format I got the following error :
Fatal error: Call to undefined function: imagegif() in c:\appserv\www\php-files\includes\photo_functions_include.php on line 51
The .jpg photos are uploaded normally.
0 replies

12 posts

W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Check if your GD settings have gif support. Go system admin, PHP info.

Should display something like:

Quote

gd
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.10
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled


If you have no or limited gif support, then this can be the reason for the errors you see.

Also check your GD settings in system admin, photogallery settings.

You may have option to cheose between GD1 and GD2. If you have it set for GD1, try to change it to GD2.
0 replies
G
gabsho
G
gabsho 10
Salam 3alaykom ya zoal grin
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

The GIF support is enabled and the thumb compression method is GD2
so ???:(
0 replies
P
pher-d
P
pher-d 10
www.phpfusion-tr.com
PHP Fusion TransFusion Official Turkish Translator
PHP Fusion Turkey Official Support Site Administrator
PHP Fusion Official Crew Member
  • Member, joined since
  • Contributed 113 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

GD2 creates thumbnails. If you have not it your system may give error message.
0 replies
G
gabsho
G
gabsho 10
Salam 3alaykom ya zoal grin
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

How do I know about these thumbnails ?? And is there any solution to deactivate them ???
0 replies
K
Ken
K
Ken 10
No Support by PM. Please use the forum.
  • Senior Member, joined since
  • Contributed 713 posts on the community forums.
  • Started 43 threads in the forums
answered
Senior Member

Do you run latest version of Php-Fusion? .gif pictures was not supported in older versions.
0 replies
G
gabsho
G
gabsho 10
Salam 3alaykom ya zoal grin
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

My version is 6.01.6. , does it support GIF or not ??
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

Yes.
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

who is your host? the fucntion you ask about it a php function, not php-fusion specific, i'd make an inquiry from your host about this.
0 replies
G
gabsho
G
gabsho 10
Salam 3alaykom ya zoal grin
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

I'm testing it on local host.

Edit: I already used a .gif picture as a banner for my site but it doesn't get uploaded in the photo gallery.:(
Edited by gabsho on 30-01-2007 15:00,
0 replies
G
gabsho
G
gabsho 10
Salam 3alaykom ya zoal grin
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

Anybody knows why ??????????:(
0 replies
C
cjsewell
C
  • Member, joined since
  • Contributed 65 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

When you add a photo to the gallery it creates a thumb nail. If your PHP installation ( NOT PHPFusion ) does not support reading gif images, it cannot create a thumb nail. Make sure you have all the relevant PHP modules installed

This is different to just displaying a gif iimage in a bage or a banner.
0 replies
C
cjsewell
C
  • Member, joined since
  • Contributed 65 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

Doing a little research:

Quote

Note: Since all GIF support was removed from the GD library in version 1.6, this function is not available if you are using that version of the GD library. Support is expected to return in a version subsequent to the rerelease of GIF support in the GD library ...


So if your gd version is 1.6 it does not support gif. Maybe convert your images to jpg [url=www.gimp.org]The Gimp[/gimp] or similar
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 12 posts
  • Votes 0 votes
  • Topic users 7 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet