• Hello,

    I was wondering if someone have tested the one-clickbackup plugin with 1.5. I seen around how to do the other back up going to mysql but sometimes it is easy for me to do one click when i am making changes instead of login into the myslq.

    thanks
    victor

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter solarpunk

    (@solarpunk)

    can someone help me out here. i am getting You user level is too low for backups!. my level is 9.

    This is how i have all my menu arrays:

    $menu[0] = array(__(‘Dashboard’), 0, ‘index.php’);
    $menu[5] = array(__(‘Write’), 1, ‘post.php’);
    $menu[10] = array(__(‘Manage’), 1, ‘edit.php’);
    $menu[20] = array(__(‘Links’), 5, ‘link-manager.php’);
    $menu[25] = array(__(‘Users’), 0, ‘profile.php’);
    $menu[30] = array(__(‘Options’), 6, ‘options-general.php’);
    $menu[35] = array(__(‘Plugins’), 8, ‘plugins.php’);
    $menu[40] = array(__(‘Presentation’), 8, ‘themes.php’);
    $menu[45] = array(__(‘Backup/Restore’), 9, ‘backupRestore.php’);
    $menu[50] = array(__(‘Media’), 9, ‘amazonphp.php’);
    $menu[55] = array(__(‘Wpstats’), 8, ‘../wp-stattraq/statistics.php’);

    any help would be appreciate it.

    I think user level should always be 10 (siteadmin) for using the backup function, unless you hack it somewhere.

    Curious if it doesn’t work for you as well limeshurbet.

    Mine works fine and it is set at 10.

    Just change:

    menu[45] = array(__(‘Backup/Restore’), 9, ‘backupRestore.php’);

    TO

    menu[45] = array(__(‘Backup/Restore’), 10, ‘backupRestore.php’);

    I did check the source in the download and it has the user level set for 10.

    OK folks – I just upgraded to the 1/26 nightly and all is well. No errors, backup successful.

    Don’t forget to make your downloads directory writeable!

    Updated version of LaughingLizard’s One-Click Backup/Restore for WP 1.5 Beta.

    https://invisinet.com/weblogdev/downloads/one-click-wp1.5.zip

    The link asks me for login/passwd.

    Where is possible to download Backup/Restore plugin?

    Yesterday I installed nightbuild (20050126) and would like to test it.

    Sincerely,
    Gour

    Yeah, devguest/devguest doesn’t work for me, either.

    I ended up getting it from here:

    https://boren.nu/downloads/wp_backup.tar.gz

    Moderator James Huff

    (@macmanx)

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Anyone know if one click backup plugin works with 1.5’ is closed to new replies.