errors
Opened this issue · 2 comments
hello,
i get these errors in my error log file:
[Wed Apr 10 08:20:15 2013] [error] [client 157.55.36.37] PHP Fatal error: Call to a member function setting() on a non-object in /nas/wp/www/cluster-1508/megahz/wp-content/plugins/fwp-sic-em/SicEm.php on line 311
[Wed Apr 10 08:20:32 2013] [error] [client 199.21.99.71] PHP Fatal error: Call to a member function setting() on a non-object in /nas/wp/www/cluster-1508/megahz/wp-content/plugins/fwp-sic-em/SicEm.php on line 311
[Wed Apr 10 08:21:20 2013] [error] [client 66.249.76.240] PHP Fatal error: Call to a member function setting() on a non-object in /nas/wp/www/cluster-1508/megahz/wp-content/plugins/fwp-sic-em/SicEm.php on line 311
[Wed Apr 10 08:21:37 2013] [error] [client 100.43.83.142] PHP Fatal error: Call to a member function setting() on a non-object in /nas/wp/www/cluster-1508/megahz/wp-content/plugins/fwp-sic-em/SicEm.php on line 311
[Wed Apr 10 08:22:41 2013] [error] [client 199.21.99.122] PHP Fatal error: Call to a member function setting() on a non-object in /nas/wp/www/cluster-1508/megahz/wp-content/plugins/fwp-sic-em/SicEm.php on line 311
do you have any idea how to fix it?
thanks.
hi there, any ideas?
Comment out line 39 in SicEm.php
add_filter('the_content', array(&$this, 'the_content'), 200000, 2);
its just a content filter doesn't effect the plugin much.