• can someone help me out here. i am getting this error message “You user level is too low for backups!.” When i am try to backup using the oneclick plugin. 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’);

    I am using build from jan 23. Any help would be appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Why is your $user_level at 9? If you’re the administrator it should be 10, no?

    Thread Starter solarpunk

    (@solarpunk)

    navid,

    i have two account, one is the admin account and the other is another user account with level 9. I wanted to have two separate account. it seen that when i login with the admin account i can backup. i guest i will do that.

    thanks for your help
    victor

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Onclick Backup question and user level?’ is closed to new replies.