Issues in multi-site sub-site admin area casued by Simpods

Issue #40 new
Luke Nelson created an issue

@Andrew Palfrey and I came across an issue on EvoFIT dev while we’ve been preparing for the maintenance tomorrow. https://hodge-pat.dev.evofit.cloud/wp-admin/

These are the lines of code referenced:

                $title         = $wp_meta_boxes[ $page ][ $a_context ][ $a_priority ][ $id ]['title'];
                $callback      = $wp_meta_boxes[ $page ][ $a_context ][ $a_priority ][ $id ]['callback'];
                $callback_args = $wp_meta_boxes[ $page ][ $a_context ][ $a_priority ][ $id ]['args'];

The issue doesn’t occur on the main site, only the sub-sites. Changing the theme to Simpods Parent doesn’t fix this but changing it to the default 2020 theme does so it seems to be an issue with Simpods core. I’ve tried to see if the issue is occurring on Simpods Dev but I can’t login:

Obviously this won’t get resolved in time for tomorrow’s maintenance but we will need it resolving and a new stable version to update to for the next maintenance.

Comments (0)

  1. Log in to comment