ip2nationCountries doesn’t exist
-
My php error log is filling up with the error message below. The shortcode seems to work though.
[25-Oct-2019 13:18:52 UTC] WordPress database error Table ‘bell-computing-wp-xxxxxx.ip2nationCountries’ doesn’t exist for query
SELECTc
.country
,c
.code
,c
.iso_code_2
FROMip2nationCountries
ASc
INNER JOIN ip2nation ASi
ONc
.code
=i
.country
WHEREi
.ip
< INET_ATON( ‘86.254.111.247’ )
ORDER BYi
.ip
DESC
LIMIT 1
made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, ICWP_CustomContentByCountry->onWpInit, ICWP_CCBC_Processor_GeoLocation->setCountryDataCookies, ICWP_CCBC_Processor_GeoLocation->loadVisitorCountryDataThe page I need help with: [log in to see the link]
- The topic ‘ip2nationCountries doesn’t exist’ is closed to new replies.