error message

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
rebelbwb
Posts: 2
Joined: Thu 29. Dec 2005, 04:32

error message

Post by rebelbwb »

Can someone help me in deciphering these error messages and how to correct this issue

Warning: main(/var/www/vhosts/my domain.com/httpdocs/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in /var/www/vhosts/mydomain.com/httpdocs/phpwcms/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(): Failed opening '/var/www/vhosts/mydomain.com/httpdocs/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/vhosts/mydomain.com/httpdocs/phpwcms/include/inc_lib/imagick.convert.inc.php on line 34
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: error message

Post by DeXXus »

If you have this in "config.inc.php":

Code: Select all

// paths

$phpwcms["root"]              = "";
Change it to this:

Code: Select all

// paths

$phpwcms["root"]              = "phpwcms";
Post Reply