Installation

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
jr-ewing
Posts: 11
Joined: Sat 24. Jul 2004, 19:32
Contact:

Installation

Post by jr-ewing »

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
Pappnase

Post by Pappnase »

hallo

bitte überprüfe den pfad da stimmt was nicht!
wenn du magst poste die ersten 12 zeilen der conf.inc.php ohne passwörter und usernamen.
jr-ewing
Posts: 11
Joined: Sat 24. Jul 2004, 19:32
Contact:

Post by jr-ewing »

Hallo,
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"

Pappnase

Post by Pappnase »

hallo

sende mir bitte hier nochmal die letzten 3 zeilen mit dem document_root.

p.s. was machen deine ölquellen? :wink:
jr-ewing
Posts: 11
Joined: Sat 24. Jul 2004, 19:32
Contact:

Post by jr-ewing »

Hallo,
Ölquellen sind versiegt und meiner zweiten Leber gehts schlecht. :P

//$_SERVER['DOCUMENT_ROOT'] = '/www/htdocs/annazeit/';
Pappnase

Post by Pappnase »

hallo

lösche hier das cms raus

Code: Select all

$phpwcms["root"]               = "cms";
dann setze noch die rechte richtig für

Code: Select all

templates:   phpwcms_template    FALSE (exists + not writable) 
frontend content:   content    FALSE (exists + not writable) 
dann geht es auch!*lächel*
jr-ewing
Posts: 11
Joined: Sat 24. Jul 2004, 19:32
Contact:

Post by jr-ewing »

Super danke !!!!
Ich hatte es auf meinem lokalen Rechner noch unter htdocs/cms/
und dann hat er ja die Werte vorgeschlagen und das habe ich übersehen.
Danke nochmal.
Post Reply