When I click start to backup the page keeps loading?
Try to increase the memory limit on the configuration page.
I get this error: Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in …
You must have PHP5 installed on your server. This error is shown because you have PHP4 .
If your download file always runs out of memory you can do this fix (stream file download)
Open download.php and replace line 41:
echo file_get_contents($read_file);
with this line:
readfile($read_file);
I get an error like this: Fatal error: Out of memory (allocated ….) (tried to allocate … bytes) in …
Go to the config page and set the memory limit to an higher number.
My backup is empty or contains only a part of my website. What can I do about this?
1. Make sure you set the Abs folder to exclude in the configuration page.
2. Make sure you don’t have set to excluded the files/directories in the configuration page.
3. Try to increase the memory limit on the configuration page.
4. Set the permissions on the lib directory to 777.
