-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Notice: Undefined property: Automatic_Upgrader_Skin::$plugin_active #589
Comments
It looks like we could also change is_plugin_active($data['plugin']) |
@jaswsinc I agree. That's even better. Thanks! |
Next Pro Release Changelog:
|
@jaswsinc Can you confirm that wpsharks/comet-cache-pro@542a6f8 is correct before I close this issue? I didn't see any use of Also, I assume that we do need to keep the |
Yep, wpsharks/comet-cache-pro@542a6f8 looks like a good choice to me also.
It looks like we aren't using it any longer. However, we are using the second parameter |
@jaswsinc Cool. Thanks for confirming! 😃 |
ZenCache v151114 has been released and includes changes from this GitHub Issue. See the v151114 announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#589). |
A user reported (via internal ticket) the following PHP Notice in their error log:
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?The text was updated successfully, but these errors were encountered: