[OzzModz] Country Flags by IP Address

[OzzModz] Country Flags by IP Address 2.2.1 Patch Level 3

No permission to download
But once the member posts, the flag for the IP they posted from appears and will remain in the postbit for that post, correct?
 
Received this error after upgrading the add-on version from 2.1.1 to 2.1.3

Code:
Server error log
[LIST]
[*]Exception: Could not find class Snog\Flags\XF\Entity\UserPrivacy when attempting to extend XF\Entity\UserPrivacy
[*]src/XF/Extension.php:174
[*]Generated by: Unknown account
[*]Jun 8, 2020 at 2:35 PM
[/LIST]
Stack trace
#0 src/XF/Mvc/Entity/Manager.php(53): XF\Extension->extendClass('XF\\Entity\\UserP...')
#1 src/XF/Mvc/Entity/Manager.php(693): XF\Mvc\Entity\Manager->getEntityClassName('XF:UserPrivacy')
#2 src/XF/Repository/User.php(155): XF\Mvc\Entity\Manager->instantiateEntity('XF:UserPrivacy', Array, Array)
#3 src/XF/Repository/User.php(152): XF\Repository\User->_hydrateGuestUserData(Array)
#4 src/XF/Repository/User.php(102): XF\Repository\User->_hydrateGuestUserData(Array)
#5 src/XF/Repository/User.php(31): XF\Repository\User->getGuestUser()
#6 src/XF/App.php(1767): XF\Repository\User->getVisitor(NULL, Array)
#7 src/XF/Pub/App.php(154): XF\App->getVisitorFromSession(Object(XF\Session\Session))
#8 src/XF/App.php(2174): XF\Pub\App->start(true)
#9 src/XF.php(390): XF\App->run()
#10 index.php(20): XF::runApp('XF\\Pub\\App')
#11 {main}
Request state
array(4) {
["url"] => string(32) "/whats-new/profile-posts/320201/"
["referrer"] => bool(false)
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
I renamed my root location to community from forumsxen (following xenforo's instructions)and receive an exception error. What is the correct procedure to update this addon? Should I remove and install or did I miss something? It is the only error in my server log.

Code:
ErrorException: Fatal Error: Uncaught Exception: Could not find class Snog\Flags\XF\Entity\UserPrivacy when attempting to extend XF\Entity\UserPrivacy in /home/jeepcj/public_html/forumsxen/src/XF/Extension.php:174 Stack trace: #0 /home/jeepcj/public_html/forumsxen/src/XF/Mvc/Entity/Manager.php(53): XF\Extension->extendClass('XF\\Entity\\UserP...') #1 /home/jeepcj/public_html/forumsxen/src/XF/Mvc/Entity/Manager.php(721): XF\Mvc\Entity\Manager->getEntityClassName('XF:UserPrivacy') #2 /home/jeepcj/public_html/forumsxen/src/XF/Repository/User.php(155): XF\Mvc\Entity\Manager->instantiateEntity('XF:UserPrivacy', Array, Array) #3 /home/jeepcj/public_html/forumsxen/src/XF/Repository/User.php(152): XF\Repository\User->_hydrateGuestUserData(Array) #4 /home/jeepcj/public_html/forumsxen/src/XF/Repository/User.php(102): XF\Repository\User->_hydrateGuestUserData(Array) #5 /home/jeepcj/public_html/forumsxen/src/XF/Repository/User.php(31): XF\Repository\User->getGuestUser() #6 /home/jeepcj/public_html/forumsxen/src/XF.php(453): XF\Repository\User->getVi src/XF/Extension.php:174
Generated by: Unknown account Aug 18, 2020 at 11:58 AM
Stack trace
#0 [internal function]: XF::handleFatalError()
#1 {main}
Request state
array(4) {
  ["url"] => string(41) "/forumsxen/index.php?members/sandtoy.393/"
  ["referrer"] => bool(false)
  ["_GET"] => array(1) {
    ["members/sandtoy_393/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

Thanks,
 
Adons- adons install/upgrade from archive

Could it b conflicting with a another addon? Still not sure why it shows my old Xen installation.
 
Top Bottom