• Resolved mehmeh

    (@mehmeh)


    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 665

    Apparently those lines correspond to:

    stripos($objPost->post_content,'[fvplayer’) !== false ||
    stripos($objPost->post_content,'[flowplayer’) !== false ||
    stripos($objPost->post_content,'[video’) !== false

    What would be the quick patch to get rid of these errors please?

    Thank you

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘PHP errors after last update’ is closed to new replies.