zpanel / zpanelx

ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS's.
http://www.zpanelcp.com
Other
415 stars 297 forks source link

Fixed runtimeException in launchbackup #224

Closed kieraninnes closed 3 months ago

kieraninnes commented 10 years ago

In reference to this thread on the forums: http://forums.zpanelcp.com/Thread-SOLVED-Launch-Backup-No-Longer-Working?pid=85265

I ran into an issue where launching a manual backup suddenly stopped working (wouldn't calculate the current public directory size) after uploading lots of site files. Looking into it further I found that $file->getSize would throw a RuntimeException if it didn't have permission to read the size of a file.