File Center - Different Message
Posted: Mon 21. Feb 2005, 08:48
I am getting the following messages (example below) with my existing files in file center:
It looks for some reason like it thinks i need imagemagik.. I have GD2 installed and it worked under old phpwcms versions just fine. Here is the config file section and i have GD2 turned on.
One thing... i did move the file_storage folders from old version to new version via ftp en masse. Maybe that messed me up?
Thanks.
Code: Select all
Warning: getimagesize(/home/kineticp/public_html/cms1/phpwcms_filestorage/.gif): failed to open stream: No such file or directory in /home/kineticp/public_html/cms1/include/inc_lib/imagick.convert.inc.php on line 65
Code: Select all
$phpwcms["imagick"] = 0; //0 = GD, 1 = ImageMagick convert
$phpwcms["imagick_path"] = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
Thanks.