You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Undefined property: stdClass::$version in [...]/wp-content/plugins/plugin-report/rt-plugin-report.php on line 495
Warning: Undefined property: stdClass::$version in [...]/wp-content/plugins/plugin-report/rt-plugin-report.php on line 498
Warning: Undefined property: stdClass::$version in [...]/wp-content/plugins/plugin-report/rt-plugin-report.php on line 514
The text was updated successfully, but these errors were encountered:
This appears to only happen with the Search & Filter Pro plugin, which for some reason does get info returned from the WP repo, even though the plugin is not listed there. The returned object appears to not be be valid (I'm seeing large portions of HTML). The PHP warnings can quickly be fixed by checking whether $report['repo_info'] is an array (using is_array) on line 494.
Perhaps the check can be done earlier, immediately after the call finishes. This would save us the trouble of storing and caching the faulty info.
The text was updated successfully, but these errors were encountered: