HELP! permission error after wordpress being updated to 2.83
(4 posts) (2 voices)-
I can not manage the quiz and survey after upgrading wordpress to version 2.83. Please HELP!Posted 2 years ago #
-
Hmm - I thought I fixed this. Can you give me the exact error?Posted 2 years ago #
-
Having same problem.
BTW - Here is a clue: If I comment out these lines from wp-admin\includes\plugin.php "function user_can_access_admin_page()" the page seems to work.
if ( isset( $plugin_page ) ) {
if ( isset( $_wp_submenu_nopriv[$parent][$plugin_page] ) )
return false;
$roddyError = "2-".$parentPluginPageInfo;
$hookname = get_plugin_page_hookname($plugin_page, $parent);
if ( !isset($_registered_pages[$hookname]) )
return false;
$roddyError = "3";
}
Those when I post survey on page and answer questions -- it says no page to be found.Posted 2 years ago # -
I'm sorry.
I did not comment out:
if ( isset( $plugin_page ) ) {Posted 2 years ago #
Reply
You must log in to post.