View Full Version : Minor bug: EE Backup (FIXED IN 2.02)
cferrero
26th of October 2006 (Thu), 04:24
On the EE backup page, in the Restore File section, I see the following line
Path ee_backup_files/ has B free space left. I assume that this line is actually supposed to show the number of bytes free?
DavidW
26th of October 2006 (Thu), 10:26
This is probably down to your environment - it works correctly both on my local server and on my hosting account.
The PHP code underlying this is $df = @disk_free_space("/"); - obviously the disk_free_space call isn't returning anything useful. The code checks whether the disk_free_space function is available, but maybe it should also check for a zero result and suppress the line if it gets a zero result.
David
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.