• Resolved Gal Baras

    (@galbaras)


    After updating the plugin (twice) in the past couple of weeks, two of my blogs have stopped sending me the backup email. I’ve just checked their backup directories and backups were created, one was even compressed, but they weren’t sent.

    I’m using the WP Mail Queue plugin, if it makes any difference, but only on one of these blogs and it doesn’t explain why some backups aren’t even compressed.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Same problem with single install of 3.04. Downgrading to 2.2.2 fixed the problem. My zipped backup is only 3mb. I think the problem is with 2.2.3.

    Thread Starter Gal Baras

    (@galbaras)

    As embarrassing as it is to admit, I’ve just found my last backups, complete and zipped, in my … suspected spam folder ??

    New computer, new setup. Sorry, Austin. Your plugin works on all my sites and having enough memory fixed it for me (with 128M for the larger site). Thank you for your support.

    hi.
    i’m having the same problem..
    how can i change the php memory to 128mb ?
    thanks

    Thread Starter Gal Baras

    (@galbaras)

    In your .htaccess file, add the following line:

    php_value memory_limit 128M

    In your wp-config.php file, add the following line:

    define(’WP_MEMORY_LIMIT’, ’128M’);

    Both files should be located in your public_html directory on the server and you can access them through your hosting interface’s file manager or via FTP.

    If this doesn’t mean anything to you, get someone to help you, because you don’t want to do the wrong thing to either file.

    Either way, BACK THEM UP before you make the changes.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘WP-db-backup creates file, but no email is sent’ is closed to new replies.