Multisite activate on non-main site redirects to main site
-
On multisite if you activate this plugin on a non-main child site e.g. from
https://mywpmultisite.com/somechildsite/wp-admin/plugins.php
The request goes to
https://mywpmultisite.com/somechildsite/wp-admin/plugins.php?action=activate&plugin=the-events-calendar%2Fthe-events-calendar.php&plugin_status=all&paged=1&s&_wpnonce=2896ec508f
which does a 302 redirect to the multisite main site (note the lack of “/somechildsite” in the link below)
https://mywpmultisite.com/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
and activates the plugin on the multisite main site and not on the child site! Can you fix please?
WP 6.6.1
the-events-calendar 6.6.3
no other plugins
- You must be logged in to reply to this topic.