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

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
ryanpratt
Posts: 74
Joined: Fri 5. Mar 2004, 16:59
Location: Hilton Head Island, SC

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

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

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply