Fatal PHP errors
-
I hope you can help me. I have just started to use your plugin but I noticed that I have repeated fatal errors in my php error log.
I am running WP 3.5.2alpha and php 5.4.12. The theme is a very basic twenty twelve child.
I have very few active plugins – Bullet Proof Security for one. I don#t have any active caching plugins.
I have the latest Maxmind free geoip data for ipv4 and ipv6.
The errors are
[25-Mar-2013 22:36:03 UTC] PHP Fatal error: Cannot redeclare geoip_country_code_by_name() in /home/xxx/public_html/yyy.com/wp-content/plugins/cookillian/vendor/MaxMind/geoip.inc on line 438 [25-Mar-2013 22:36:03 UTC] PHP Fatal error: Call to undefined function Myatu\WordPress\Cookillian\geoip_country_code_by_addr() in /home/xxx/public_html/yyy.com/wp-content/plugins/cookillian/app/Myatu/WordPress/Cookillian/Main.php on line 321
I have the following script for twitter and facebook in the footer script section in the cookillian settings
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
Do you have any ideas what could be causing the fatal error?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal PHP errors’ is closed to new replies.