4images Forum & Community

4images Help / Hilfe => Bug Fixes & Patches => Topic started by: V@no on April 01, 2005, 08:55:47 PM

Title: [1.7] Database backup fails in Mozilla and Firefox
Post by: V@no on April 01, 2005, 08:55:47 PM
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: [Select]
    $table_select .= "<option value\"".$row[0]."\"";Replace with:
Code: [Select]
    $table_select .= "<option value=\"".$row[0]."\"";
Title: Re: [1.7] Database backup fails in Mozilla and Firefox
Post by: RoadDogg on April 02, 2005, 10:59:33 AM
great, it works  8)