File Center - Different Message

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
kpimichael
Posts: 44
Joined: Mon 29. Dec 2003, 03:29

File Center - Different Message

Post by kpimichael »

I am getting the following messages (example below) with my existing files in file center:

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
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.

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
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.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

did you check the Permissions of the Folder ?
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
Rainer G
Posts: 377
Joined: Wed 16. Feb 2005, 10:26
Location: Hannover - Germany
Contact:

Post by Rainer G »

This:

/home/kineticp/public_html/cms1/phpwcms_filestorage/.gif

is not a correct Name for a GIF-file! It's only the fileextension.
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post by Karla »

When I upgraded RC4 to DEV version, I was getting similar messages in backend admin>articles page...
...because some of the "content parts" that used images could no longer find the referenced image.

So, make sure that all the .GIF images that (are/were) listed in filecenter are now still in /phpwcms_filestorage or /picture directory.
Post Reply