wie schon der titel sagt möchte ich phpwcms local auf dem mac (os panther)installieren. soweit läuft alles aber wenn ich auf admin > page layout gehe
und ich speichern möchte bekomme ich eine fehlermeldung. dasselbe problem beim speichern von css.
einlogen, benützer anlegen kann ich bzw. artikeln erstellen.
habe schon alle einstellungen versucht aber bis jetzt keine lösung gefunden.Warning: fopen(/Library/WebServer/Documents//~wolfgang/phpwcms/include/inc_conf/conf.pagelayout.inc.php): failed to open stream: No such file or directory in /Users/wolfgang/Sites/phpwcms/include/inc_lib/general.inc.php on line 713
Warning: Cannot modify header information - headers already sent by (output started at /Users/wolfgang/Sites/phpwcms/include/inc_lib/general.inc.php:713) in /Users/wolfgang/Sites/phpwcms/include/inc_act/act_pagelayout.php on line 144
woran kann es liegen ?
mac os: panther, php: 4.3.2, apache: 1.3.28
meine einstellung in conf.inc.php
vielen dank im voraus für die hilfe// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "db_user";
$phpwcms["db_pass"] = "db_pass";
$phpwcms["db_table"] = "db_table";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://localhost";
$phpwcms["admin_email"] = "";
// paths
$phpwcms["root"] = "/~wolfgang/phpwcms"; //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"
mfg, wolfgang
