• 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
    SELECT c.country, c.code, c.iso_code_2
    FROM ip2nationCountries AS c
    INNER JOIN ip2nation AS i
    ON c.code = i.country
    WHERE i.ip < INET_ATON( ‘86.254.111.247’ )
    ORDER BY i.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->loadVisitorCountryData

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘ip2nationCountries doesn’t exist’ is closed to new replies.