Trouble uploading .gif files

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Trouble uploading .gif files

Post by sp1r »

When i try the upload .gif files with fileupload in phpwcms i get the following error:

Code: Select all

Fatal error: Call to undefined function: imagecreatefromgif() in c:\phpdev\www\include\inc_ext\ss_image\ss_image.class.php on line 85
And in this file it says:

Code: Select all

GIF supported was canceled since GD1.6 and is inspecting
			//to be back in middle of 2004
Anyway, does anyone know how to solve this problem.
User avatar
Oliver Georgi
Site Admin
Posts: 9909
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Check if you PHP has GD2 support. Seems to be able to handel GD1 only. Switch setting in config.

Ask your provider to enable GIF again. There is no limitation anymore.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Post by sp1r »

Switching the GD offers no solution. I run my site on a localhost.
I use PHP Version 4.2.3. and it supports GD2 or higher.

also when i upload a .png file, the other files dissapear and i cannot use anyone of them. When i delete the .png i can see and use them again.
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Post by sp1r »

ok i figured it out!
Post Reply