![]() |
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 ich habe schon Code: /etc/init.d/ispcp_daemon start 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: ;;;;;;;;;;;;;;;; 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 ![]() |