conservativereader
Member
Posted 11 months ago #
I'm receiving the following error messages on my PHP error log:
(I've masked identifying information for now)
[Mon Jun 18 11:21:23 2012] [warn] [client 999.999.999.999] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in .../wp-content/plugins/facebook/fb-social-publisher.php on line 255, referer: http://clivefestival.com/wp-admin/post.php?post=1866&action=edit&message=10
[Mon Jun 18 11:21:23 2012] [warn] [client 999.999.999.999] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in .../wp-content/plugins/facebook/fb-social-publisher.php on line 297, referer: http://clivefestival.com/wp-admin/post.php?post=1866&action=edit&message=10
http://wordpress.org/extend/plugins/facebook/
This should be resolved in the next version. Please keep your eyes peeled and let us know if it's still an issue.
Should not be breaking the execution of the code since they aren't errors, but warnings.
conservativereader
Member
Posted 11 months ago #
@patv: Warnings are non-fatal errors, and can be an indication of something that may be wrong. It is common courtesy to let software authors know when there are problems, even warnings. As a software developer, I appreciate that kind of feedback.
conservativereader
Member
Posted 11 months ago #
webmatters
Member
Posted 11 months ago #
I'm receiving the same errors on my website using the Social Publisher feature. The blog post updated my Facebook book page the first time I published a post after adding the plugin, but with my most recent blog post I still got the errors and the post did not show up on the Facebook page as a link.