4images Help / Hilfe > Bug Fixes & Patches

[1.7] Database backup fails in Mozilla and Firefox

(1/1)

V@no:
On some non-IE based browsers such as Mozilla or Firefox the backup database may fail, resulting not usible database backup archive.

To fix that, open admin/backup.php
Find:
--- Code: ---    $table_select .= "<option value\"".$row[0]."\"";
--- End code ---
Replace with:
--- Code: ---    $table_select .= "<option value=\"".$row[0]."\"";
--- End code ---

RoadDogg:
great, it works  8)

Navigation

[0] Message Index

Go to full version