Hallo,
ich habe leider Probleme bei der Installation und würde mich über Hilfe freuen.
Ich habe VERSION 1.1-RC4 22-06-2004
PHP 4.3.1
Ich komme mit der Installation fast durch.
Die Datenbank Tabellen werden richtig erstellt und auch die Verzeichnisse sind am richtigen Platz.
Bloss werden Sie nicht vom Programm gefunden. Ich kriege da folgende Fehler.
filestorage: phpwcms_filestorage FALSE (not existing)
temporary: phpwcms_tmp FALSE (not existing)
templates: phpwcms_template FALSE (not existing)
thumbnail list: thumb_list FALSE (not existing)
preview images: thumb_preview FALSE (not existing)
frontend content: content FALSE (not existing)
frontend images: images FALSE (not existing)
ftp takeover: phpwcms_ftp FALSE (not existing)
Die Verzeichnisse haben alle 777 Rechte wie in der Anleitung beschrieben.
Meine (Sub)Domain ist http://info.adult-dessous.de
Kann mir bitte jemand helfen.
Gruß JR
Installation
Hallo,
hier mal die Datei
hier mal die Datei
Code: Select all
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "xxx";
$phpwcms["db_pass"] = "xxx";
$phpwcms["db_table"] = "xxxt";
$phpwcms["db_prepend"] = "xxx";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://info.adult-dessous.de/";
$phpwcms["admin_email"] = "info@adult-dessous.de";
// paths
$phpwcms["root"] = "cms"; //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"
hallo
lösche hier das cms raus
dann setze noch die rechte richtig für
dann geht es auch!*lächel*
lösche hier das cms raus
Code: Select all
$phpwcms["root"] = "cms";
Code: Select all
templates: phpwcms_template FALSE (exists + not writable)
frontend content: content FALSE (exists + not writable)