Advanced Backup System

by Sitebase

  • 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.

$22

Prepaid customers
pay just $20 - how? Prepay Your Account With our deposit system not only will purchasing be much faster, but we’ll also take $2 off the price! Find Out More Price

You must sign in or sign up to purchase this item.

12345 ( 54 ratings )

Purchase 234 purchases

File Types Included
CSS JavaScript JS JavaScript JSON PHP
Item Attributes
Created 22 February 10
PHP Version 5.x
MySQL Version N/A
PHP Framework N/A
Compatible Browsers FireFox 2, FireFox 3, IE6, IE7, IE8, Opera
PHP Files Included CSS, JavaScript JS, JavaScript JSON, PHP