Viewing 5 replies - 1 through 5 (of 5 total)
  • I also get this – any solution?

    heyy guys

    got the same error.

    is there anyone who can help us to shot out this problem??

    The same error

    “You do not have sufficient permissions to access this page.”
    Same error here too.

    Go to plugin file
    inquery_form_to_posts_or_pages.php and remove spaces from the following code
    BEFORE

    function inq_admin_actions() {
    			add_options_page("Manage Post or Page Inquiry form", "Manage Post or Page Inquiry form", 1, "Manage Post or Page Inquiry form", "inq_admin");
    		}

    AFTER

    function inq_admin_actions() {
    			add_options_page("Manage Post or Page Inquiry form", "Manage Post or Page Inquiry form", 1, "ManagePostorPageInquiryform", "inq_admin");
    		}

    Check the last one ManagePostorPageInquiryform

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Inquiry form to posts or pages] Error’ is closed to new replies.