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
error message
Re: error message
If you have this in "config.inc.php":
Change it to this:
Code: Select all
// paths
$phpwcms["root"] = "";Code: Select all
// paths
$phpwcms["root"] = "phpwcms";