Title: Error in my log
Last modified: August 30, 2016

---

# Error in my log

 *  Resolved [andreu](https://wordpress.org/support/users/andreu/)
 * (@andreu)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-in-my-log/)
 * Hello,
 * I’m having a lot of Notice in my log since I installed your plugin. Do you know
   which can be the problem?
 * Thank you
 * `[02-Oct-2015 16:01:33] PHP Notice: GeoIP Detection Plugin: geoip_detect2_get_info_from_ip()
   was called <strong>incorrectly</strong>. $skipCache has been renamed to $options.
   Instead of TRUE, now use "array('skipCache' => TRUE)". Please see <a href="https://
   codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more
   information. (This message was added in version 2.5.0.) in /public_html/domain_com/
   wp-includes/functions.php on line 3622`
 * [https://wordpress.org/plugins/geoip-detect/](https://wordpress.org/plugins/geoip-detect/)

Viewing 1 replies (of 1 total)

 *  [Benjamin Pick](https://wordpress.org/support/users/benjamin4/)
 * (@benjamin4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-in-my-log/#post-6608991)
 * No, this is only a deprecation notice: instead of writing geoip_detect2_get_info_from_ip(
   $ip, $locales, TRUE);
    you should now write geoip_detect2_get_info_from_ip($ip,
   $locales, array(‘skipCache’ => TRUE));
 * But the old writing should continue to work until version 3.0 whenever it comes.

Viewing 1 replies (of 1 total)

The topic ‘Error in my log’ is closed to new replies.

 * ![](https://ps.w.org/geoip-detect/assets/icon-256x256.jpg?rev=978998)
 * [Geolocation IP Detection](https://wordpress.org/plugins/geoip-detect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/geoip-detect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/geoip-detect/)
 * [Active Topics](https://wordpress.org/support/plugin/geoip-detect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/geoip-detect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/geoip-detect/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Benjamin Pick](https://wordpress.org/support/users/benjamin4/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/error-in-my-log/#post-6608991)
 * Status: resolved