Page 1 of 1

error message

Posted: Thu 29. Dec 2005, 18:25
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

Re: error message

Posted: Thu 29. Dec 2005, 21:09
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";