But then I get this message:
Warning: include_once(/phpwcms/include/inc_ext/ss_image/ss_image.class.php) [function.include-once]: failed to open stream: No such file or directory in d:\www\subluna.nl\www\phpwcms\include\inc_lib\imagick.convert.inc.php on line 34
Warning: include_once() [function.include]: Failed opening '/phpwcms/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.;C:\php-pear') in d:\www\subluna.nl\www\phpwcms\include\inc_lib\imagick.convert.inc.php on line 34
and
However, I found out that the files are not missing and are in the right directories. So it must be a path problem!Warning: include_once(/phpwcms/phpwcms_template/inc_default/startup.php) [function.include-once]: failed to open stream: No such file or directory in d:\www\subluna.nl\www\phpwcms\phpwcms.php on line 425
Warning: include_once() [function.include]: Failed opening '/phpwcms/phpwcms_template/inc_default/startup.php' for inclusion (include_path='.;C:\php-pear') in d:\www\subluna.nl\www\phpwcms\phpwcms.php on line 425
In conf.inc.php, these are the relevant codes:
Couldn't find the answer in the forum database... Has anyone got any clues? Thanx!// site values
$phpwcms["site"] = "http://www.mydomain.nl/";
$phpwcms["admin_email"] = "info@mail.com";
// paths
$ptemp = dirname($_SERVER['SCRIPT_NAME']);
$ptemp = preg_replace('/\/setup$/i','', $ptemp);
$ptemp = str_replace("\\", "/", $ptemp);
$ptemp = preg_replace('/^\//', '', $ptemp);
$ptemp = preg_replace('/\/$/', '', $ptemp);
$phpwcms['DOC_ROOT'] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = 'phpwcms';
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"