I've just installed the latest wcms from zip file. I managed to get green bars on install, which made me think everything was OK, but noooo...
I've also searched this forum a little bit, looking for a solution. I can give you this;Warning: main(d:/htdocs/include/inc_conf/conf.pagelayout.inc.php) [function.main]: failed to create stream: No such file or directory in d:\htdocs\b2\phpwcms0122\include\inc_front\content.func.inc.php on line 128
@php.ini: include_path = (empty)
@PHP: sessions are working
@apache_conf: ServerName localhost
- || - DocumentRoot "D:/htdocs"
@wcms_conf:
Code: Select all
// site values
$phpwcms["site"] = "http://localhost/b2/phpwcms0122/";
$phpwcms["admin_email"] = "";
// paths
$phpwcms["root"] = ""; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["file_tmp"] = "phpwcms_tmp"; //default: "phpwcms_tmp"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["dir_thlist"] = "thumb_list"; //default: "thumb_list"
$phpwcms["dir_preview"] = "thumb_preview"; //default: "thumb_preview"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"EDIT*
... and everything but phpwcms is working just fine...