Today i updated to the newest version, but something is missing:

Call to undefined function theme_ip2cc_flag()

i used it like this:

$country = module_invoke('ip2cc', 'get_country', $server['b']['ip']);
...
$result = theme_ip2cc_flag($country, '');

Comments

mrfelton’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm... those functions are now part of the ip2cc_node module. Did you run update.php? Did you install the Country Icons module as mentioned when you run update.php? Did you re-enable ip2cc_node after installing the Country Icons module?

XerraX’s picture

ehm... no i didnt see any instructions, i will check that tomorrow and report back then

XerraX’s picture

Category: feature » support
Status: Postponed (maintainer needs more info) » Closed (fixed)

Seems to be working. Thanks.