Viewing 1 replies (of 1 total)
  • Thread Starter Rasso Hilber

    (@nonverbla)

    actually, the fix is like the following:
    in wp-db-backup.php, after this line (619):

    $_page_hook = add_management_page(__('Backup','wp-db-backup'), __('Backup','wp-db-backup'), 'import', $this->basename, array(&$this, 'backup_menu'));

    put this code:

    if( !$_page_hook )
    	return;

    seemingly add_management_page returns false if the current user doesn’t have permissions.

Viewing 1 replies (of 1 total)
  • The topic ‘Notice: Undefined index Error for editors’ is closed to new replies.