digitalpoint
Well-known member
See:Hey buddy, I did the upgrade, checked all permissions, I get nada IP info in xd_dp_ip_geo table.
Cloudflare IP settings updated, no restrictions, XF reporting correct IP info so not sure what's happening.
And yes checked new posts.![]()
Ya... it's normal. And ya, that's what the issue is because I'm stupid and forgot about that "what if". It's easy enough to fix (already been fixed on this side).The two ip addresses are different. Is it because I have Proxy enabled in Cloudflare?
If you go into the
DigitalPoint\Cloudflare\XF\Entity\Ip.php
file and replace two two instances of this:
PHP:
$_SERVER['REMOTE_ADDR']
with this:
PHP:
\XF::app()->request()->getIp()
...and let me know if it works for you then.