You have a third party plugin, component or module which is trying to load the GeoIP functions. These functions are already loaded by Admin Tools' plugin. Our code DOES check if these functions are loaded and does not stupidly try to load them again in order to avoid throwing a PHP Fatal Error. Unfortunately we cannot guarantee that other developers are not doing something as stupid as that. Even worse, the extension which does this stupid thing has done one even bigger stupidity: it placed its file (geoip.inc.php) inside the includes directory. This is a directory reserved for Joomla! system files. No extension should ever write into that directory. Please try finding the buggy third party extension and tell its developer that he's doing two extremely stupid things:
1. Loading geoip.inc.php without checking if these functions are already defined because another extension loaded them or because the GeoIP PHP extension is loaded.
2. He is writing files to the "includes" directory which must NOT be used for third party code.
I'm sorry, I can't fix buggy code produced by third party developers who don't understand how Joomla! is supposed to work :(
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!