• After upgrading from WordPress 4.9.9 to 5.0.3, I am getting the following PHP error:

    PHP Notice: Undefined index: wpengine-common/plugin.php in /nas/content/live/mysite/wp-content/plugins/stream/connectors/class-connector-installer.php on line 275

    Line 275 is the third line below:
    public function callback_deactivate_plugin( $slug, $network_wide ) {
    $_plugins = $this->get_plugins();
    $name = $_plugins[ $slug ][‘Name’];

    Kindly advise.

    Thanks!

The topic ‘PHP error with WordPress 5.0.3’ is closed to new replies.