First post (158683) in thread 17114 could not be pinned

Fatih

Member
Hi Truonglv

I have been receiving the following server error for a while. I think there is a problem with actionIndex of nonymous posting addon. Could you please have look, please?

Thanks in advance..


Code:
Server error log
InvalidArgumentException: First post (158683) in thread 17114 could not be pinned src/XF/ThreadViewData.php:96
Generated by: Unknown account 17 Feb 2023 at 17:28

Stack trace
#0 src/XF/Pub/Controller/Thread.php(115): XF\ThreadViewData->pinFirstPost()
#1 src/addons/ThemeHouse/Feature/XF/Pub/Controller/Thread.php(21): XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#2 src/addons/Truonglv/AnonymousPosting/XF/Pub/Controller/Thread.php(14): ThemeHouse\Feature\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#3 src/addons/Truonglv/PostReply/XF/Pub/Controller/Thread.php(18): Truonglv\AnonymousPosting\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#4 src/XF/Mvc/Dispatcher.php(352): Truonglv\PostReply\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#5 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'Index', Object(XF\Mvc\RouteMatch), Object(TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread), NULL)
#6 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread), NULL)
#7 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#8 src/XF/App.php(2483): XF\Mvc\Dispatcher->run()
#9 src/XF.php(524): XF\App->run()
#10 index.php(20): XF::runApp('XF\\Pub\\App')
#11 {main}

Request state
array(4) {
  ["url"] => string(58) "/konu/cevre-izin-ve-lisans-yonetmeligi-calistayi-hk.17114/"
  ["referrer"] => string(91) "https://www.cevremuhendisleri.net/konu/cevre-izin-ve-lisans-yonetmeligi-calistayi-hk.17114/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Anonymous Posting did not have anything related to pin posts.
 
Apparently there is a conflict between something with ThemeHouse and with the add-on. BOTH developers need to be notified so that they can look into it.
 
Apparently there is a conflict between something with ThemeHouse and with the add-on. BOTH developers need to be notified so that they can look into it.
TD PerryDid you fix it yet?
 
Back
Top