‘Undefined property’ error on multiite install
-
I have installed the Connections plugin on the multisite network running on my local computer (for development purposes). At the current time, there is only one site. I installed the plugin from the Network admin dashboard, and then activated it only on the site, as the instructions specify. However, the network admin dashboard is showing the following errors:
Notice: Undefined property: stdClass::$manage in /home/walter/Projects/cambodiabusinessguide/site/wp-content/plugins/connections/includes/class.scripts.php on line 321
Notice: Undefined property: stdClass::$add in /home/walter/Projects/cambodiabusinessguide/site/wp-content/plugins/connections/includes/class.scripts.php on line 321
Notice: Undefined property: stdClass::$dashboard in /home/walter/Projects/cambodiabusinessguide/site/wp-content/plugins/connections/includes/class.scripts.php on line 335
Notice: Undefined property: stdClass::$manage in /home/walter/Projects/cambodiabusinessguide/site/wp-content/plugins/connections/includes/class.scripts.php on line 335
Notice: Undefined property: stdClass::$add in /home/walter/Projects/cambodiabusinessguide/site/wp-content/plugins/connections/includes/class.scripts.php on line 335
Notice: Undefined property: stdClass::$manage in /home/walter/Projects/cambodiabusinessguide/site/wp-content/plugins/connections/includes/class.scripts.php on line 500
Notice: Undefined property: stdClass::$add in /home/walter/Projects/cambodiabusinessguide/site/wp-content/plugins/connections/includes/class.scripts.php on line 500
It would appear that either $instance->pageHook does not exist, or that it does not contain the requested fields.
I have tried deactivating all other plugins, both at the network and site level, but the errors do not go away, so it does not appear to be a plugin conflict..
The topic ‘‘Undefined property’ error on multiite install’ is closed to new replies.