filemanager warning

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
rgp2
Posts: 3
Joined: Tue 20. Sep 2005, 14:26

filemanager warning

Post by rgp2 »

Hello! I installed phpwcms and everything works fine. Only filemanager gives warnings. It also work, but this warning messages disturbing me.
Warning: imagecreate(): Invalid image dimensions in /home/tipol/public_html/include/inc_ext/ss_image/ss_image.class.php on line 255

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/tipol/public_html/include/inc_ext/ss_image/ss_image.class.php on line 257

Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /home/tipol/public_html/include/inc_ext/ss_image/ss_image.class.php on line 258

Warning: imagecolortransparent(): supplied argument is not a valid Image resource in /home/tipol/public_html/include/inc_ext/ss_image/ss_image.class.php on line 259

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/tipol/public_html/include/inc_ext/ss_image/ss_image.class.php on line 457

Warning: imagegif(): supplied argument is not a valid Image resource in /home/tipol/public_html/include/inc_ext/ss_image/ss_image.class.php on line 156
Thanks.
Pappnase

Post by Pappnase »

hello

wich version did you use and wich php version is installed at your server/space!?
rgp2
Posts: 3
Joined: Tue 20. Sep 2005, 14:26

Post by rgp2 »

Hello!

Phpwcms is Development release 1.2.5 and PHP Version 4.3.11

Thanks!
Pappnase

Post by Pappnase »

hello

look into your conf.inc.php and switch from imgaick to GD or GD2.
rgp2
Posts: 3
Joined: Tue 20. Sep 2005, 14:26

Post by rgp2 »

that works. Thanks! :)
Locked