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
- ‘Global’ settings page for multisite plugin
- What Are Security Best Practices for WordPress Plugins and Themes? [closed]
- How to get the active theme’s slug?
- Disable author pages for specific users
- Can I enable/disable/hide plugins on a per-site basis in multisite?
- Set active theme via URL
- How to assign user a role if none is present when logging in
- How can a plugin run a script after being updated in MultiSite?
- Migrating a File from Plugin to Theme and changing its path → instead create a REST endpoint
- dequeue not work
- Force plugin to fail activation
- Dashboard Disappears after Upgrade
- How do you install the automattic developer plugin under localhost for mamp when there is an error, deprecated?
- Translating plugin inside the theme [closed]
- How can I see the error generated by plugin activation?
- How to implement Sentry on WordPress? [closed]
- How to hide plugin from WordPress Multisite admin plugin list
- Is the wordpress user-model changed in wpmu?
- WordPress Multisite plugin delegation
- How do I tell what plugins are used on my multisite install?
- How To Clean The Malware Infected & Hacked WordPress Websites? [duplicate]
- How to get current post user id
- Re-naming a theme/child theme whilst maintaining updates
- Unable to upload wordpress plugins
- The problem with WordPress Importer
- How to disable CSS rule in Twentythirteen style.css?
- Linux Permissions and Ownership for WordPress
- Fatal error: Call to undefined function cmsms_theme_page_layout_scheme()
- Homemade plugin while using Themify Ultra
- Theme/Plugin installation through url on button click
- Updated 4.3 Getting Error: Warning: call_user_func_array() expects parameter 1 to
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- My single.php page does not show the related data to the post which is clicked
- Basic gallery plugin suggestion [closed]
- Understanding State in WordPress Multisites
- How to write “alt” tag in image for wordpress code?
- One sub site is slow while all others load fine, same theme & plugins [closed]
- How to activate a plugin on the activation of a theme?
- How to check wp_options’s rewrite_rules if current and existing are the same before flush the rules?
- How to make a dynamic css class whose name changes every visit to confuse scraper
- How to integrate together a website currently hosted WordPress.com and a custom web application currently hosted on Azure?
- How do I add a plugin dependency to my customized theme?
- WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [closed]
- Remove updates text on plugin or themes list page
- how to make a wplang for network fill automatically
- Plugin to create unlimited custom shortcodes?
- How to prevent plugin, theme installation failures on WordPress?
- Edit all $wp_scripts at once to $in_footer = false
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Remove a div class with condition
- How Can I Increase Breadcrumb Position Count (Starting From 2)?
- Main content of site not showing, but does show when logged in to wp-admin
- Hide Plugin Custom Post Type Menu Link
- PHP Error message Upload images to remote server
- Elementor contact form doesn’t work: “Oops! I cannot send this email!”
- Set up new WordPress domain using unclear files
- Genesis Child Theme – Customize body
- How to roll back WordPress version or prevent migration from forcing update?
- Category as Subdomain for One WP Install
- why my wordpress dont have toolbar like, plugin, themes and other?
- How to validate field when create post
- How to link file or image from wordpress plugin dir to theme by using themes function.php, is it possible?
- How to enable Admins to see Plugins
- Using activated_plugin to run code
- Plugin Installation Error
- Theme styling for plugins
- jquery-issue: cannot load the basic jquery
- Check if user is in a group of another site within multisite network [closed]
- Template from scratch: Sidebars not showing widget
- Fatal error with Ultimate Coupon plugin
- Javascript as Jquery Function Call?
- Any plugin/theme available which suits my requirement? [closed]
- Two sites one PC
- Elementor with system colors instead of kit colors [closed]
- Am having issues intergrating this api into my wordpress site, any help please?
- Change email notification language based on the site language in WPForms
- Prevent primary navigational menu from expanding during page load (WordPress / Astra Theme)