• Resolved birdog

    (@birdog)


    Greetings and thanks for the elegant new update.
    However, I have discovered an error in the php syntax that is causing many errors during execution of backups. They are as follows:

    file with error: class-cron.php on line 140 & 141
    $temp_fodler = scandir( BackWPup::get_plugin_data( ‘TEMP’ ) );
    foreach ( $temp_fodler as $temp_file ) {

    $temp_fodler should be $temp_folder

    When this error is corrected, the backup is error-free and much faster.

    Thanks

    http://ww.wp.xz.cn/extend/plugins/backwpup/

Viewing 2 replies - 1 through 2 (of 2 total)
  • That fix helped quite a bit, but I still stall and get

    WARNING: mysql_ping() expects parameter 1 to be resource, boolean given

    and i get stuck at

    1. Trying to create backup archive …

    Plugin Contributor Daniel Hüsken

    (@danielhuesken)

    @birdog: i have fixed it thanks.

    @mrkingid: i have added a fallback for the next release if masql_ping() not works

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Syntax Error’ is closed to new replies.