powie.de Tech Forum

pSys => Installation / Konfiguration => Thema gestartet von: rebel am 20. Juni 2006, 20:04:52

Titel: psystem
Beitrag von: rebel am 20. Juni 2006, 20:04:52
hallo leute,
ich hab p.system bei mir auch xampp 1.5.3.a installiert
so weit so gut.
nach dem anlegen der tabellen bekomm ich folgende fehlermeldung
Warning: require_once(F:\\Server\\xampplite-win32-1.5.3a\\htdocs\\p.system\\lib/lib/config.inc.php) [function.require-once]: failed to open stream: No such file or directory in F:\\Server\\xampplite-win32-1.5.3a\\htdocs\\p.system\\lib\\pmain.inc.php on line 21
Fatal error: require_once() [function.require]: Failed opening required \'F:\\Server\\xampplite-win32-1.5.3a\\htdocs\\p.system\\lib/lib/config.inc.php\' (include_path=\'.;F:\\Server\\xampplite-win32-1.5.3a\\php\\pear\\\') in F:\\Server\\xampplite-win32-1.5.3a\\htdocs\\p.system\\lib\\pmain.inc.php on line 21
[/quote]
kann mir einer helfen was da falsch läuft???
Titel: psystem
Beitrag von: Powie am 21. Juni 2006, 07:14:24
ah Windows...........
das liegt an mir selbst, bzw.an Zeile 19 in der lib/pmain.inc.php
$pdir = str_replace(\"/lib\",\"\",$pdir);           // lib entfernen
kannst du ändern in
$pdir = str_replace(\"\\lib\",\"\",$pdir);           // lib entfernen
Titel: psystem
Beitrag von: rebel am 21. Juni 2006, 19:36:16
danke,
es funktioniert  /uploads/emoticons/icon_e_wink.gif.c059000ae48ff64afa53be0962c021f2.gif\" alt=\":wink:\" />/uploads/emoticons/icon_e_surprised.gif.a8707b3f35a569cb4cfe563fc72ef78d.gif\" alt=\":-o\" />/uploads/emoticons/icon_e_surprised.gif.a8707b3f35a569cb4cfe563fc72ef78d.gif\" alt=\":-o\" />/uploads/emoticons/icon_e_surprised.gif.a8707b3f35a569cb4cfe563fc72ef78d.gif\" alt=\":-o\" />
Titel: psystem
Beitrag von: rebel am 27. Juni 2006, 19:14:32
so dann ahb ich schon wieder eine fehlermeldung.
Warning: require(/pfad/zur/pforum/pforum_main.php) [function.require]: failed to open stream: No such file or directory in F:\\Server\\xampplite-win32-1.5.3a\\htdocs\\p.system\\mod\\panels\\panel_hotthreads.php on line 12
Fatal error: require() [function.require]: Failed opening required \'/pfad/zur/pforum/pforum_main.php\' (include_path=\'.;F:\\Server\\xampplite-win32-1.5.3a\\php\\pear\\\') in F:\\Server\\xampplite-win32-1.5.3a\\htdocs\\p.system\\mod\\panels\\panel_hotthreads.php on line 12
[/quote]