Author Topic: [1.7] Database backup fails in Mozilla and Firefox  (Read 12179 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
[1.7] Database backup fails in Mozilla and Firefox
« 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]."\"";
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: [1.7] Database backup fails in Mozilla and Firefox
« Reply #1 on: April 02, 2005, 10:59:33 AM »
great, it works  8)
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages