login probleme bei lokaler installation

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
ChantalC
Posts: 16
Joined: Sun 24. Jul 2005, 18:25
Location: Berlin
Contact:

login probleme bei lokaler installation

Post by ChantalC »

Habe phpwcms lokal installiert. Kann mich einloggen, werde aber nicht weitergeleitet.
Fehlermeldung:
You don't have permission to access /C:/apache/LV/phpwcms.php on this server.

Wer kann mir helfen?
Gruß / regards

CC
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

sieht aus als würden deine Pfadangaben in der conf.inc.php nicht stimmen - prüf das nochmal.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
ChantalC
Posts: 16
Joined: Sun 24. Jul 2005, 18:25
Location: Berlin
Contact:

Post by ChantalC »

Habe schon alles mögliche probliert, es klappt nicht.

Wo ist hier der Fehler?
// paths
$phpwcms["DOC_ROOT"] = "C:/apache/lv"; //default: $_SERVER['DOCUMENT_ROOT']
$phpwcms["root"] = "c:/apache/lv"; //default: ""
$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"
Gruß / regards

CC
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

Hallo CC,

meines Wissens muss wmcs bei einer lokalen Installation im Ordner "htdocs" liegen, also dann:
  • $phpwcms["DOC_ROOT"] = "C:/apache/htdocs/lv"; //default: $_SERVER['DOCUMENT_ROOT']
    $phpwcms["root"] = "c:/apache/htdocs/lv"; //default: ""
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

warum nicht einfach so:

$phpwcms["site"] = "http://localhost/";

$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT']
$phpwcms["root"] = ""; //default: ""
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
ChantalC
Posts: 16
Joined: Sun 24. Jul 2005, 18:25
Location: Berlin
Contact:

Post by ChantalC »

Danke für die schnellen Antworten.

/htdocs war es nicht. Läuft immer noch nicht auf meinem Arbeitsrechner.

Habe es jetzt auf meinem Laptop versucht, da klappt es auf Anhieb.
Bin ratlos :?: und verzweifelt.

Trotzdem danke.
Gruß / regards

CC
ChantalC
Posts: 16
Joined: Sun 24. Jul 2005, 18:25
Location: Berlin
Contact:

Post by ChantalC »

Horst, hab alles überprüft, nachdem es auf dem lapptop läuft, kappier's nicht mehr.


Cyrano, tolle Website, gefällt mir.
Gruß / regards

CC
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

schwer zu sagen - vergleich doch mal die installationen auf den beiden Rechnern -> http.conf + php.ini + Versionen + mySQL
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
ChantalC
Posts: 16
Joined: Sun 24. Jul 2005, 18:25
Location: Berlin
Contact:

Post by ChantalC »

So, den Vergleich der beiden Versionen hab ich hinter mir.

ES LÄUFT!!!!!

Danke nochmals für die Hilfe.
Gruß / regards

CC
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

ChantalC wrote: Cyrano, tolle Website, gefällt mir.
Hallo Chantal,

eben erst im Thread entdeckt - besten Dank.
Du meinst die Fotowebsite?
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Post Reply