Skip to content

PHP Notice: Undefined property: Automatic_Upgrader_Skin::$plugin_active #589

@raamdev

Description

@raamdev

A user reported (via internal ticket) the following PHP Notice in their error log:

[09-Oct-2015 11:46:33 UTC] PHP Notice: Undefined property: Automatic_Upgrader_Skin::$plugin_active in /home/example/public_html/testing/wp-content/plugins/zencache-pro/src/includes/closures/Plugin/WcpUpdaterUtils.php on line 46

Here's that line in the source code: https://github.com/websharks/zencache-pro/blob/151004/src/includes/closures/Plugin/WcpUpdaterUtils.php#L46

It looks like we need to check if isset($skin->plugin_active) before referencing it on that line. Agreed @jaswsinc?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions