Icy Phoenix

     
 

Database Backup

Category: DB
Version Icy Phoenix 2.0 Beta (PHP 5.x - MySQL 5.x)
Description
vanzi
Mon 14 May, 2012 20:02
when I run the database backup from the admin panel, if I select one file at a time I download the zip file, or sql, but if I select all files gives me the following error:

Critical Error!
message_die() was called multiple times.
Error #1
Errore
Devi selezionare almeno una tabella.

Clicca QUI per tornare alla pagina precedente

Error #2
SQL ERROR [ mysql4 ]

[0]

BACKTRACE

FILE: includes/functions.php
LINE: 6002
CALL: sql_db->sql_error()

FILE: adm/admin_db_backup.php
LINE: 114
CALL: message_die()



Line : 909
File : /home/atkkkzsc/public_html/site_test/includes/db/mysql.php
Reply
Mighty Gorgon
Sat 12 Jan, 2013 21:34
It's really strange... I only found a small bug on line 35, but it shouldn't impact...

Try this:

FIND
Code: [Hide] [Select]
if ($_GET['action'] == 'download')


REPLACE WITH
Code: [Hide] [Select]
if (isset($_GET['action']) && ($_GET['action'] == 'download'))
Details Assigned To: Mighty Gorgon
Priority: Very Low
Status: Archived
Fixed: Yes
 


 



Messages

Posted by TheSteffen • Sat 19 May, 2012 12:07


For me it is working fine...







Posted by vanzi • Mon 21 May, 2012 23:30


I changed the line but the error remains:

thi is a new line:

Critical Error!
message_die() was called multiple times.
Error #1
Errore
Devi selezionare almeno una tabella.

Clicca QUI per tornare alla pagina precedente

Error #2
SQL ERROR [ mysql4 ]

[0]

BACKTRACE

FILE: includes/functions.php
LINE: 6070
CALL: sql_db->sql_error()

FILE: adm/admin_db_backup.php
LINE: 114
CALL: message_die()



Line : 909
File : /home/atkkkzsc/public_html/site_test/includes/db/mysql.php







  
Page 1 of 1