ispCP - Board - Support
fehlermeldung in phpmyadmin nach update auf RC4 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: fehlermeldung in phpmyadmin nach update auf RC4 (/thread-3208.html)



fehlermeldung in phpmyadmin nach update auf RC4 - psprofi - 05-05-2008 03:27 AM

Hallo,

nach ein paar schwirigkeiten, habe ich es doch geschafft mein ispcp RC2 auf RC4 upzudaten.

Nun kommt im phpMyadmin folgendes Problem wenn ich was importieren will,

Code:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/tmp/) is not within the allowed path(s): (/var/www/ispcp/gui/:/etc/ispcp/:/tmp/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/) in /var/www/ispcp/gui/tools/pma/libraries/file_listing.php on line 18

Fehler: Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.

ich habe schon
Code:
/etc/init.d/ispcp_daemon start
aufgeführt, aber es scheint nichts zu passieren

in meiner "master" php.ini steht folgendes zu tmp:

Code:
open_basedir = "/var/www/ispcp/gui/:/etc/ispcp/:/tmp/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"

und

Code:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = "/var/www/ispcp/gui/phptmp"

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M


Kann mir jemand helfen?


RE: fehlermeldung in phpmyadmin nach update auf RC4 - Frettchen - 05-05-2008 08:19 AM

psprofi Wrote:Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/tmp/) is not within the allowed path(s):

Es versucht auf /tmp/ zuzugreifen .. was aber nicht erlaubt ist da der Pfad ja nicht eingetragen ist unter


psprofi Wrote:open_basedir = "/var/www/ispcp/gui/:/etc/ispcp/:/tmp/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"

Schau doch mal in die Config von phpmyadmin ... evtl. ist da ein falscher Pfad angegeben ...
oder pass das "open_basedir" an ...

Hoffe ich konnt dir erstmal weiter helfen Wink