Onclick Backup question and user level?
-
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.
- The topic ‘Onclick Backup question and user level?’ is closed to new replies.