• Resolved Alice Brosey

    (@ambrosey)


    Well… I don’t know what happened. I had a plugin I was adding features to, and I didn’t change the section that adds the options page on the administrative dashboard. However, it doesn’t show up in menus on my test server (where I updated WP last night to 3.4.2). It was working yesterday. If I manually add the URL the options should be on, it tells me I have insufficient privileges… as the sole administrator.

    function tbn_add_menu(){
    
    	 add_options_page(__('eCommerce Mail Leads', 'tbnecommail'), __('eCommerce Mail Leads', 'tbnecommail'), 'manage_options', 'tbnecommail', 'tbn_menu_page');
    
    }

    The function tbn_menu_page did see some changes, but I commented out ALL changes that were not there yesterday when it was working.

    Anyone have a clue on how I can fix this?

Viewing 1 replies (of 1 total)
  • Thread Starter Alice Brosey

    (@ambrosey)

    well… nevermind. I’m not sure how I broke the plugin but I did a full reinstall of WP *and* the old, functioning, version of the plugin, which I should have done before posting, and it does still work in 3.4.2. So, ignore this (I don’t know how to delete it) and I’ll go through bit by bit my new code to figure out why the error is occurring.

Viewing 1 replies (of 1 total)

The topic ‘Options Page issues for plugin’ is closed to new replies.