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
I'm seeing lots of notices for Undefined property: stdClass::<variable> on the Plugin Report admin page in our staging environment.
Notice: Undefined property: stdClass::$version in /home/example/www/wp-content/plugins/plugin-report/rt-plugin-report.php on line 370
Notice: Undefined property: stdClass::$version in /home/example/www/wp-content/plugins/plugin-report/rt-plugin-report.php on line 373
Notice: Undefined property: stdClass::$version in /home/example/www/wp-content/plugins/plugin-report/rt-plugin-report.php on line 390
Notice: Undefined property: stdClass::$tested in /home/example/www/wp-content/plugins/plugin-report/rt-plugin-report.php on line 408
Notice: Undefined property: stdClass::$tested in /home/example/www/wp-content/plugins/plugin-report/rt-plugin-report.php on line 409
Notice: Undefined property: stdClass::$num_ratings in /home/example/www/wp-content/plugins/plugin-report/rt-plugin-report.php on line 415
Notice: Undefined property: stdClass::$num_ratings in /home/example/www/wp-content/plugins/plugin-report/rt-plugin-report.php on line 416
Currently running WordPress version 5.3.2 and PHP version 7.2.27.
The text was updated successfully, but these errors were encountered:
I'm unable to reproduce this issue. It would appear that the wordpress.org plugins API is unreachable or returning incomplete data. Another option could be that some other plugin is filtering the results before they get to our code.
Let's keep this issue open and see if it pops up anywhere else. In which case we can investigate.
Hi,
I'm seeing lots of notices for
Undefined property: stdClass::<variable>
on the Plugin Report admin page in our staging environment.Currently running WordPress version 5.3.2 and PHP version 7.2.27.
The text was updated successfully, but these errors were encountered: