This is nothing new.
The only problem you have is with the access rights.
Try to work as super admin. All the messages starting with 'Sorry, you are not allowed to access this page.'
do have !can_edit_network( $details->site_id )
condition. So you don’t have the access right.
if ( !can_edit_network( $details->site_id ) )
wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 );
Work on your access rights.
Related Posts:
- WordPress error – PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- How can I list only sites that use a particular theme or plugin?
- Get list of sites that uses specific plugin or theme
- Only Homepage not loading properly
- There is any way to remove post-format filter? [closed]
- WordPress site periodically goes down
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- Create a single website with 3 theme options in wordpress
- There has been a critical error on your website – won’t fix no matter what
- Cannot add edit themes and add plugins after multisite update
- Share plugins, themes, and multi post in a multidomain network
- In Multisite Setups, how to update mass sections of sub-sites
- Replace old theme that understand old css (vcex_icon_box css_animation)
- How to Fix WordPress multisite woocommerce 403 file error
- Unable to activate themes on localhost
- Multisite converted to Single Site can’t add new plugins or new themes
- how to add navigation icons in specific template?
- How to Call Function From Separate WordPress Install on Same Server?
- Speed issues because of CSS & JavaScript
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Theme causing SSL break on chrome
- NGiNX + PHP5-fpm + CDN Tools (plugin) [closed]
- Any recommendation on how to manage ads?
- Plugins not showing in Multisite dashboard
- CSV file generation failing
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- Plugin: Google Analytics for Dashboard error – Timestamp is too far from current time
- Admin Theme customization
- Hooking in to replace the Sidebar/Widget areas
- How to redirect a URL with parameters?
- WSOD after upgrading to 3.1
- Problem using Press-this book marklet
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- Python with wordpress plugin
- Nonce failing on form submission
- Check for security updates
- Show function to super admin
- Generate pages from markdown files in github automatically
- (FES EDD) New vendor submission page is blank
- Plugin-generated pages use Not Found or Pages Archive templates?
- Is there any kind of theme on WordPress to sell my own movies?
- Create custom registration form for WordPress Multisite
- Child Pages Short Code plug-in and hover capabilities?
- Install (enable) plugins on multisite, on localhost
- Classified ad website : which solutions to use? [closed]
- WordPress multi domain – redirect
- Uncaught TypeError: jQuery(…).flipster is not a function in wordpress
- Linux Permissions and Ownership for WordPress
- posts comments goes to trash
- Masonry images not working
- How can I copy all users to newly created site on a multisite network in WordPress?
- Advanced Custom Field DatePicker [closed]
- Fatal error: Call to undefined function cmsms_theme_page_layout_scheme()
- Deactivating all plugins and reactivating one by one, fixes conflicts. Why?
- WordPress wp-admin/network/plugin-install
- Create a multisite network for an existing installation
- All sites themes functions.php have been changed
- Homemade plugin while using Themify Ultra
- Why do plugins deactivate by themselves?
- “Micro-Site” Options
- External Domain on WordPress Multisite
- WordPress shows error related to allow_url_fopen
- Why namespaces are rarely used in WordPress plugins?
- What will happen if i deactivate my visual composer plug in? [closed]
- Finding the URL to be used to check if plugin is installed with a theme
- How to create user that has permission to create new sites on WordPress with multisite option enabled?
- Configuring Propel to Work with Multisite
- Theme/Plugin installation through url on button click
- AFNetworking incorrectly interpreted WP_Error
- Setup page on first login on multisite
- (Big issue) Blog is Getting Down Each day.. what should i do.?
- Custom wordpress Theme and Plugin repository
- Updated 4.3 Getting Error: Warning: call_user_func_array() expects parameter 1 to
- Subdomains with almost the same content
- Uninstalling plugins across all sites
- WordPress 3.8.3. custom theme – sliders won’t load js/css files
- Multiple domains issue
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- Unable to get WP_DEBUG, WP_DEBUG_DISPLAY, WP_DEBUG_LOG to work
- Get errors from WP_Error to different variables
- How to require users to login when not logged in
- Users are being redirected to main site when trying to register on subsite of my Multisite network
- Error when using plugin QuickCache with plugin Mobile Smart ? [closed]
- “Master” WordPress Multisite – Database Sync
- Will these plugins work with wp multisite?
- User Signup in Multisite – Need Plugin or Advice
- Getting a “Warning: call_user_func_array()” error whenever I install/update a plugin
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- Add custom text color WordPress 3.9 TinyMCE 4 Visual editor
- Is there any hook for theme activation ? or something similar?
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- Why am I getting a “Call to undefined function curl_init()” when I try to use the Sociable plugin?
- Redirect to another page using contact form 7? [closed]
- How do I find out what is in control over a certain part of a website?
- “No Add Button” for me to customize my WordPress with themes and pluggins
- How do I combine a theme with a plugin
- How can I list all installed plugins/themes/versions from CLI/API?
- My single.php page does not show the related data to the post which is clicked