-
Just found an issue if Load JS everywhere is not checked in the flowplayer settings and you view any pages that results in a 404 there’s an error due to there not being a post associated with the 404 page.
Notice: Trying to get property of non-object in /var/www/html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 1237
Notice: Trying to get property of non-object in /var/www/html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 1238
Notice: Trying to get property of non-object in /var/www/html/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 1239
The issue can be fixed by checking if the post object exists before accessing it’s properties.
Thanks!