• Björn

    (@bjornsennbrink)


    Download from here, unpack, upload and activate like I have done several times before with this plugin.

    I click the link to My Page Order to order the pages and receive “You do not have sufficient permissions to access this page”. Every other menu works so I deactivate the plugin and publish this post.

    WordPress version 2.9.2

    http://wordpress.org/extend/plugins/my-page-order/

Viewing 3 replies - 1 through 3 (of 3 total)
  • froman118

    (@froman118)

    bjorn,

    I’ve been working on some updates for WP 3.0 and the permissions need to be adjusted. Can you test this block of code? Just replace the first function in the mypageorder.php file with this code:

    function mypageorder_menu()
    {
    add_pages_page(__('My Page Order', 'mypageorder'), __('My Page Order', 'mypageorder'), 'edit_pages',"mypageorder",'mypageorder');
    }

    That will give anyone who has permission to edit pages access to My Page Order. Let me know if that clears up your issue.

    jstayrook

    (@jstayrook)

    I’m having the same issue and this code replacement didn’t work for me. I’m still getting the “You do not have sufficient permissions to access this page” error. Any other suggestions? Thanks.

    jstayrook

    (@jstayrook)

    Actually, do you use WPML for your site? I do and I stumbled across this page – http://geekyweekly.com/mypageorder. Disabling WPML fixed My Page Order right up. (I would have edited my previous page instead of double posting but I can’t edit my posts.) Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: My Page Order] You do not have sufficient permissions to access this page’ is closed to new replies.