I believe this functionality has been there since 2019.Nope! That should happen? Talking about the reactions displayed under posts. Not sure if it makes any difference, but the version of the addon we have installed is a bit old. Going to upgrade to latest now.
- When rebuilding reaction totals, skip content types which do not correctly define the
entity
content_type_field
according to XF conventions.
#0 src/XF/Mvc/Entity/Manager.php(55): XF\Extension->extendClass('XF\\Entity\\Threa...')
#1 src/XF/Mvc/Entity/Manager.php(69): XF\Mvc\Entity\Manager->getEntityClassName('XF:Thread')
#2 src/XF/Mvc/Entity/Finder.php(774): XF\Mvc\Entity\Manager->getEntityStructure('XF:Thread')
#3 src/XF/Mvc/Entity/Finder.php(659): XF\Mvc\Entity\Finder->join('Thread', true, false, false)
#4 src/XF/Mvc/Entity/Manager.php(149): XF\Mvc\Entity\Finder->with(Array)
#5 src/XF/App.php(2735): XF\Mvc\Entity\Manager->find('XF:Post', 6096618, Array)
#6 src/XF/Attachment/AbstractHandler.php(87): XF\App->findByContentType('post', 6096618, Array)
#7 src/XF/Entity/Attachment.php(58): XF\Attachment\AbstractHandler->getContainerEntity(6096618)
#8 src/XF/Pub/Controller/Attachment.php(31): XF\Entity\Attachment->canView(NULL)
#9 src/XF/Mvc/Dispatcher.php(352): XF\Pub\Controller\Attachment->actionIndex(Object(XF\Mvc\ParameterBag))
#10 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:Attachment', 'Index', Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\Attachment), NULL)
#11 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\Attachment), NULL)
#12 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#13 src/XF/App.php(2353): XF\Mvc\Dispatcher->run()
#14 src/XF.php(524): XF\App->run()
#15 index.php(20): XF::runApp('XF\\Pub\\App')
#16 {main}
#0 src/XF/Mvc/Entity/Manager.php(55): XF\Extension->extendClass('XF\\Entity\\User')
#1 src/XF/Mvc/Entity/Manager.php(69): XF\Mvc\Entity\Manager->getEntityClassName('XF:User')
#2 src/XF/Repository/User.php(86): XF\Mvc\Entity\Manager->getEntityStructure('XF:User')
#3 src/XF/Repository/User.php(32): XF\Repository\User->getGuestUser()
#4 src/XF/App.php(1921): XF\Repository\User->getVisitor(NULL, Array)
#5 src/XF/Pub/App.php(158): XF\App->getVisitorFromSession(Object(XF\Session\Session))
#6 src/XF/App.php(2349): XF\Pub\App->start(true)
#7 src/XF.php(524): XF\App->run()
#8 index.php(20): XF::runApp('XF\\Pub\\App')
#9 {main}
Was this during an update?Exception: Could not find class SV\ContentRatings\XF\Entity\Thread when attempting to extend XF\Entity\Thread src/XF/Extension.php:176
Stack Trace
Code:#0 src/XF/Mvc/Entity/Manager.php(55): XF\Extension->extendClass('XF\\Entity\\Threa...') #1 src/XF/Mvc/Entity/Manager.php(69): XF\Mvc\Entity\Manager->getEntityClassName('XF:Thread') #2 src/XF/Mvc/Entity/Finder.php(774): XF\Mvc\Entity\Manager->getEntityStructure('XF:Thread') #3 src/XF/Mvc/Entity/Finder.php(659): XF\Mvc\Entity\Finder->join('Thread', true, false, false) #4 src/XF/Mvc/Entity/Manager.php(149): XF\Mvc\Entity\Finder->with(Array) #5 src/XF/App.php(2735): XF\Mvc\Entity\Manager->find('XF:Post', 6096618, Array) #6 src/XF/Attachment/AbstractHandler.php(87): XF\App->findByContentType('post', 6096618, Array) #7 src/XF/Entity/Attachment.php(58): XF\Attachment\AbstractHandler->getContainerEntity(6096618) #8 src/XF/Pub/Controller/Attachment.php(31): XF\Entity\Attachment->canView(NULL) #9 src/XF/Mvc/Dispatcher.php(352): XF\Pub\Controller\Attachment->actionIndex(Object(XF\Mvc\ParameterBag)) #10 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:Attachment', 'Index', Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\Attachment), NULL) #11 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\Attachment), NULL) #12 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch)) #13 src/XF/App.php(2353): XF\Mvc\Dispatcher->run() #14 src/XF.php(524): XF\App->run() #15 index.php(20): XF::runApp('XF\\Pub\\App') #16 {main}
xception: Could not find class SV\ContentRatings\XF\Entity\User when attempting to extend XF\Entity\User src/XF/Extension.php:176
Stack Trace
Code:#0 src/XF/Mvc/Entity/Manager.php(55): XF\Extension->extendClass('XF\\Entity\\User') #1 src/XF/Mvc/Entity/Manager.php(69): XF\Mvc\Entity\Manager->getEntityClassName('XF:User') #2 src/XF/Repository/User.php(86): XF\Mvc\Entity\Manager->getEntityStructure('XF:User') #3 src/XF/Repository/User.php(32): XF\Repository\User->getGuestUser() #4 src/XF/App.php(1921): XF\Repository\User->getVisitor(NULL, Array) #5 src/XF/Pub/App.php(158): XF\App->getVisitorFromSession(Object(XF\Session\Session)) #6 src/XF/App.php(2349): XF\Pub\App->start(true) #7 src/XF.php(524): XF\App->run() #8 index.php(20): XF::runApp('XF\\Pub\\App') #9 {main}
It was after an update and yes, i have uploaded all files. After that 2 errors no more errorsWas this during an update?
Did you upload all the files?
2.3 needs to come out in alpha to even have an inkling about incompatibility. Most developers will also not support running anything until release candidate either.Is this add on ready for XF 2.3?
- Initial php 8.2 compatibility update
This add-on is to reactions to what reactions were to likes.What is this addon for? The reaction already exists in XF 2.2, so the addon makes little sense to you..
We use essential cookies to make this site work, and optional cookies to enhance your experience.