[DigitalPoint] App for Cloudflare®

[DigitalPoint] App for Cloudflare® 1.9.8.1

No permission to download
Don't know anything about the Redis addon. Maybe disable page caching in the Cloudflare addon and see if it's still going on? Could also be a an issue where you made bad caching or page rules in the Cloudflare dashboard. Like you could in theory force all page to be cached with a jacked cache rule... Not sure why you would want to. But you certainly COULD.
 
Don't know anything about the Redis addon. Maybe disable page caching in the Cloudflare addon and see if it's still going on? Could also be a an issue where you made bad caching or page rules in the Cloudflare dashboard. Like you could in theory force all page to be cached with a jacked cache rule... Not sure why you would want to. But you certainly COULD.
Nah, I only used your addon settings (Easy config). Thanks
 
Yes, but it should be overwritten by Never
Maybe try rebuilding permissions? Honestly it's pretty cut and dry as far as the addon goes. This is the logic used to add the flag:

HTML:
<xf:if is="{{ $xf.visitor.hasPermission('forum', 'viewCountryFlag') }}"><xf:macro template="geo_macros" name="flag" arg-countryIso="{$post.Ip.Geo.country_iso}" /></xf:if>

The $xf.visitor.hasPermission('forum', 'viewCountryFlag') function is the standard XenForo core function. For whatever reason, your setup thinks that the visitor has that permission... why that might be, I'm not sure... that's all internal XenForo stuff. Rebuilding master data/permissions for your site might be a good first step though.
 
Back
Top Bottom