Can gain Admin access to Dashboard but no control beyond here.
-
The website itself looks OK and I can log in as administrator to gain access to the Dashboard. However if I try to use any of the links from there the admin pages don’t load or render correctly and display as PHP code (I suspect). I am on a Virtual Host but AFAIK there have been no changes.
Below is an short example of what is displayed instead of the administrative pages:
‘ . __( ‘You need a higher level of permission.’ ) . ” . ‘
‘ . __( ‘Sorry, you are not allowed to list users.’ ) . ‘‘, 403 ); } $wp_list_table = _get_list_table(‘WP_Users_List_Table’); $pagenum = $wp_list_table->get_pagenum(); $title = __(‘Users’); $parent_file = ‘users.php’; add_screen_option( ‘per_page’ ); // contextual help – choose Help on the top right of admin panel to preview this. get_current_screen()->add_help_tab( array( ‘id’ => ‘overview’, ‘title’ => __(‘Overview’), ‘content’ => ‘
‘ . __(‘This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.’) . ‘‘ . ‘
‘ . __(‘To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.’) . ‘‘ ) ) ; get_current_screen()->add_help_tab( array( ‘id’ => ‘screen-content’, ‘title’ => __(‘Screen Content’), ‘content’ => ‘
‘ . __(‘You can customize the display of this screen in a number of ways:’) . ‘‘ . ‘
The page I need help with: [log in to see the link]
- The topic ‘Can gain Admin access to Dashboard but no control beyond here.’ is closed to new replies.