Page 1 of 1

what gives ? i think i did the instalation as it showed set

Posted: Thu 9. Jun 2005, 05:38
by ryanpratt
the error message im getting

Warning: main(/usr/local/apache/htdocs/~thecsad7/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in /home/thecsad7/public_html/include/inc_lib/imagick.convert.inc.php on line 34

Posted: Thu 9. Jun 2005, 08:29
by pico
Hi

first check your Permissions
Folder phpwcms_tmp 777
Folder phpwcms_tmp/thumb_list 777
Folder phpwcms_tmp/thumb_preview 777
Folder phpwcms_ftp 777
Folder phpwcms_template 777
Folder phpwcms_filestorage/1...10 777
Folder content/images 777
Folder content/gt 777
Folder content/pages 777

File setup/setup.conf.inc.php 666
File phpwcms_template/inc_css/frontend.css 666
File include/inc_conf/conf.indexpage.inc.php 666
File phpwcms_template/inc_default/startup.html 666
check with phpinfo that Imagick is installed on your Server - if not look for GD and change settings in your conf.inc.php

Code: Select all

$phpwcms["imagick"]           = 0; //0 = GD,  1 = ImageMagick, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"]      = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"]           = 1; //0 = GD1, 1 = GD2