Jump to content
xt:Commerce Community Forum

Backupfehler (failed to open stream)


SickofSociety

Recommended Posts

Hallo Leute, wenn ich über den DB-Manager ein Backup erstellen möchte und dieses dann runterladen will bekomme ich folgende Fehlermeldung ausgegeben

Warning: fopen(/home/www/xxx/html/shop/admin/backups/db_usr_ncf243_2-20080827142514.sql.gz) [function.fopen]: failed to open stream: No such file or directory in /home/www/xxx/html/shop/admin/backup.php on line 118


Warning: Cannot modify header information - headers already sent by (output started at /home/www/xxx/html/shop/admin/backup.php:118) in /home/www/xxx/html/shop/admin/includes/functions/general.php on line 130

Das Backup wird aber angelegt und ich sehe es dann auch, wenn ich wieder in den DB-Manager gehe. Auf dem Server im Verzeichnis /backups ist es ebenfalls.

Woran kann das denn liegen?

Danke schonmal und Gruß

Link to comment
Share on other sites

  • 4 months later...

Hallo,

alte Frage aber sicher noch für manschen Brauchbar.

Backup Problem ist vermutlich dieses hier, wenn es nach zurück klicken angelegt ist aber nicht als .gz sondern ungepackt.

Datei shop/admin/includes/application_top.php

Datei shop/admin/includes/application_top.php

Etwa Zeile 60 bis 64

 

[COLOR=navy][FONT=Arial]  // Used in the "Backup Manager" to compress backups[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_GZIP', '/usr/bin/gzip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_GUNZIP', '/usr/bin/gunzip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_ZIP', '/usr/local/bin/zip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_UNZIP', '/usr/local/bin/unzip');[/FONT][/COLOR]

Ersetzen durch
 

[COLOR=navy][FONT=Arial]  // Used in the "Backup Manager" to compress backups[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  /* define('LOCAL_EXE_GZIP', '/usr/bin/gzip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_GUNZIP', '/usr/bin/gunzip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_ZIP', '/usr/local/bin/zip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_UNZIP', '/usr/local/bin/unzip'); */[/FONT][/COLOR]

[COLOR=navy][FONT=Arial] [/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  // 1und1 div. Andere Used in the "Backup Manager" to compress backups[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_GZIP', '/bin/gzip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_GUNZIP', '/bin/gunzip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_ZIP', '/usr/local/bin/zip');[/FONT][/COLOR]

[COLOR=navy][FONT=Arial]  define('LOCAL_EXE_UNZIP', '/usr/local/bin/unzip');[/FONT][/COLOR]

Gruß

genndus

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...