PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : PhpSysInfo, Problem mit php.ini



pinguin007
10.12.02, 00:25
Hallo,

habe mir gerade PHPSysInfo installiert ... und bekomme folgende Meldung im Browser:
Warning: Failed opening '/public/tmp/index.php' for inclusion (include_path='.') in Unknown on line 0

Es liegt definitiv an meiner php.ini ..... denn ich weiss leider nicht was ich in die Folgende Zeile eintragen soll;

include_path = ".:/...." -> Welcher Pfand muss denn da rein?

Bedanke mich für euere hilfe schon im Vorraus...

gruss
pinguin

Spike05
10.12.02, 12:37
So siehts bei mir aus!


;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"

; The root of the PHP pages, used only if nonempty.
doc_root =

; The directory under which PHP opens the script using /~usernamem used only
; if nonempty.
user_dir =

; Directory in which the loadable extensions (modules) reside.
; extension_dir = ./

; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.
enable_dl = On


cu

Jochen

READY
10.12.02, 13:37
naja, das spielt ja keine Rolle, weil es ja eh auskomentiert ist.
Schau dir mal das Script an. Ich glaube eher, das es daran liegt..

MfG

Spike05
10.12.02, 13:39
Original geschrieben von r4DiC4L
naja, das spielt ja keine Rolle, weil es ja eh auskomentiert ist.
Schau dir mal das Script an. Ich glaube eher, das es daran liegt..

MfG

Hab es schon gesehen das es auskommentiert ist ;)

Evtl. ist die bei pinguin 007 ja nicht auskommentiert und deswegen taucht die Fehlermeldung auf!

cu

Jochen

pinguin007
10.12.02, 16:20
Danke für die Hilfe...

So habe es auskommentiert.....
Jetzt kommt aber so eine Meldung im Browser;

Warning: Failed opening '/public/tmp/index.php' for inclusion (include_path='.:/usr/share/php') in Unknown on line 0


Hoffe ihr könnt mir weiter helfen!
gruss
pinguin

pinguin007
10.12.02, 16:24
Übrigens habe PHP 4.0, Apache 1.3xxx auf einem Suse Linux 7.3!

gruss
pinguin