Bug in Backup-Function? (Bugs)

by Stefan-DSCF, Sunday, July 27, 2008, 09:14 (5744 days ago)

Hi together,

just updated to rc3.
Now I wanted to make a backupfrom the sql-data:
Clicked "vollständiges Backup erzeugen" (= complete backup),
then I got the following error:


Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in 
/..xxxxx.../html/forum/includes/functions.inc.php on line 1349

Warning: Cannot modify header information - headers already sent by 
(output started at /...xxxx.../html/forum/includes/functions.inc.php:1349)
 in /...xxxx.../html/forum/includes/admin.inc.php on line 577


(where ...xxx... ist the path to my pages.)

But when I reload the Backup-area the backups are shown and correct.

Is it a Bug or is something wrong in my configuration?

Thanks a lot,
Stefan

locked
3935 views
Avatar

Bug in Backup-Function?

by Alex ⌂, Sunday, July 27, 2008, 17:29 (5744 days ago) @ Stefan-DSCF

Hi Stefan,

Thanks for the note! The first warning is caused by "safe mode" and the error reporting configuration on your server. The second one is caused by the first one.
I'll implement a check whether safe mode is enabled or not. You can quick & dirty "fix" it in your installation by replacing set_time_limit() by @set_time_limit() in includes/functions.inc.php (5 times; this will just ignore error messages).

Alex

locked
3532 views

Bug in Backup-Function?

by Stefan-DSCF, Sunday, July 27, 2008, 19:38 (5744 days ago) @ Alex

Hi Alex,

thanks - I´ll try it tomorrow !

Stefan

locked
3448 views

RSS Feed of thread