Hello!
I installed backup module and on the backup page, I can see that the module found all the binaries needed (like tar etc) needed from the path.

When I start the backup button, the button text changes to 'creating backup please standby'. After like 10 seconds I get a blank page. No backups were found.

Comments

dmuth’s picture

Assigned: Unassigned » dmuth

Well, that's a new one on me.

You might want to check PHP's error reporting setting (http://us.php.net/error_reporting) and make sure that errors are being reported. I've seen blank screens before in other apps when the error_reporting level is too low and an error occurs.

Thanks,

-- Doug