Quote:
Originally Posted by mfyvie
Does your database have a table called ip2country, and is this table populated with data? (This means GLA is installed)
Look at your session table (in the database) - there should be three extra columns on it for country information. They should be populated, at least partially (unless you installed in only a few seconds before checking).
Manually hack in $session[country] somewhere into one of your templates. If GLA is running, this will show YOUR country when you load the page (then remove it again). Best way is to confirm via the session table. If the data is being written to the session table, then you should at least get it in $session[country]
|
Ok, I do have the table called ip2country and it is populated with data. There are the three extra columns in the session table and they do have data.
Now here's the odd part. I put in $session[country] in templates like the navbar, footer, forumhome etc and it never once showed up.
Any further ideas?