Probleme beim Dump upload

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Probleme beim Dump upload

    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?
    _________________________

    http://www.bugmenot.com

  • #2
    Re: Probleme beim Dump upload

    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...
    Beantworte nie Threads mit mehr als 15 followups...
    Real programmers confuse Halloween and Christmas because OCT 31 = DEC 25

    Kommentar


    • #3
      Das mit dem Temp-Verzeichnis funktioniert leider nicht
      _________________________

      http://www.bugmenot.com

      Kommentar


      • #4
        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...
        Beantworte nie Threads mit mehr als 15 followups...
        Real programmers confuse Halloween and Christmas because OCT 31 = DEC 25

        Kommentar


        • #5
          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.
          _________________________

          http://www.bugmenot.com

          Kommentar

          Lädt...
          X