Current time: 09-28-2024, 12:17 AM Hello There, Guest! (LoginRegister)


Post Reply 
fehlermeldung in phpmyadmin nach update auf RC4
Author Message
psprofi Offline
Junior Member
*

Posts: 22
Joined: Mar 2008
Reputation: 0
Post: #1
fehlermeldung in phpmyadmin nach update auf RC4
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?
05-05-2008 03:27 AM
Find all posts by this user Quote this message in a reply
Frettchen Offline
Junior Member
*

Posts: 12
Joined: Apr 2008
Reputation: 0
Post: #2
RE: fehlermeldung in phpmyadmin nach update auf RC4
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
05-05-2008 08:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)