Warnung: file_put_contents(/home/www/web1/html/php_dev/test.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/www/web1/html/php_dev/sys/lib.activity.php (Zeile 58)
Probleme beim Dump upload [Archiv] - PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr

- Ad -
php-resource




Archiv verlassen und diese Seite im Standarddesign anzeigen :
Probleme beim Dump upload


 
Mad Max
22-03-2002, 16:49 
 
Ich will einen MySQL Dump bei meinem Provider per PHPmyAdmin hochladen, nur leider kommt immer nur das:

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/html/pma/read_dump.php on line 252

Warning: fopen("/tmp/phpt1vPjO","r") - Operation not permitted in /var/www/html/pma/read_dump.php on line 252

Warning: Supplied argument is not a valid File-Handle resource in /var/www/html/pma/read_dump.php on line 252

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/libraries/ob.lib.php on line 53

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 23

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 24

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 25

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 26

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 27

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/pma/read_dump.php:252) in /var/www/html/pma/header.inc.php on line 29


Wo liegt das Problem?

Wie kriege ich jetzt meinen Dump hoch?

 
MelloPie
22-03-2002, 18:37 
 
Original geschrieben von Mad Max
Wie kriege ich jetzt meinen Dump hoch?
hehe naja....

Ok Du hast kein temporäres PHP Verzeichnis auf deinem Server.
Versuch mal auf höchster ftp ebene das Verzeichnis phptmp anzulegen und teste das vielleicht musst Du auch noch mit dem chmod spielen...

 
Mad Max
23-03-2002, 14:51 
 
Das mit dem Temp-Verzeichnis funktioniert leider nicht :mad:

 
MelloPie
23-03-2002, 15:37 
 
hatte das Gleiche problem...
welche sicht hast Du denn, wenn Du auf dein Server ftpst, welche Verzeichnisse siehst Du?
Welchen chmod hast Du dem tmp Verzeichnis gegeben?
Lass Dir mal phpinfo() ausgeben und schau nach dem Namen des phptemp verzeichnis, das muss es geben dort wird temporär gespeichert...

 
Mad Max
23-03-2002, 19:13 
 
Ich habs jetzt anders gelöst:

Ich hab die Dump Datei mit dem Editor editier und dann alles Kopiert und im PHPmyAdmin in das Textfeld wieder eingefügt.

- -

Alle Zeitangaben in WEZ +2. Es ist jetzt 18:58 Uhr.