PHP errors after last update
-
Hello,
After the last update my debug log is flooded with these:
[24-Jun-2017 23:04:11 UTC] PHP Notice: Trying to get property of non-object in /home/***/public_html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 663
[24-Jun-2017 23:04:11 UTC] PHP Notice: Trying to get property of non-object in /home/***/public_html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 664
[24-Jun-2017 23:04:11 UTC] PHP Notice: Trying to get property of non-object in /home/***/public_html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 665
[24-Jun-2017 23:04:12 UTC] PHP Notice: Trying to get property of non-object in /home/***/public_html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 663
[24-Jun-2017 23:04:12 UTC] PHP Notice: Trying to get property of non-object in /home/***/public_html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 664
[24-Jun-2017 23:04:12 UTC] PHP Notice: Trying to get property of non-object in /home/***/public_html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 665Apparently those lines correspond to:
stripos($objPost->post_content,'[fvplayer’) !== false ||
stripos($objPost->post_content,'[flowplayer’) !== false ||
stripos($objPost->post_content,'[video’) !== falseWhat would be the quick patch to get rid of these errors please?
Thank you
The topic ‘PHP errors after last update’ is closed to new replies.