XF 2.1 Errors in Server Logs

Chad

Active member
See this in admin panel on a daily basis and no idea what's causing these.

Code:
    ErrorException: [E_NOTICE] Undefined index: src/XF/Mvc/Entity/Manager.php:582

    Generated by: Unknown account Mar 25, 2021 at 7:41 PM

Stack trace

#0 src/XF/Mvc/Entity/Manager.php(582): XF::handlePhpError(8, '[E_NOTICE] Unde...', '/home/cazzy04/p...', 582, Array)
#1 src/XF/Mvc/Entity/Finder.php(1298): XF\Mvc\Entity\Manager->hydrateFromGrouped(Array, Array)
#2 src/XF/Repository/Node.php(17): XF\Mvc\Entity\Finder->fetch()
#3 src/XF/Pub/Controller/Forum.php(50): XF\Repository\Node->getNodeList()
#4 src/addons/Andy/MembersRecentlyOnline/XF/Pub/Controller/Forum.php(16): XF\Pub\Controller\Forum->actionList(Object(XF\Mvc\ParameterBag))
#5 src/XF/Mvc/Dispatcher.php(350): Andy\MembersRecentlyOnline\XF\Pub\Controller\Forum->actionList(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF\\Pub\\Controll...', 'List', Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#7 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#8 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#9 src/XF/App.php(2191): XF\Mvc\Dispatcher->run()
#10 src/XF.php(391): XF\App->run()
#11 index.php(20): XF::runApp('XF\\Pub\\App')
#12 {main}

Request state

array(4) {
  ["url"] => string(1) "/"
  ["referrer"] => bool(false)
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Code:
    ErrorException: [E_NOTICE] Trying to access array offset on value of type null src/XF/Mvc/Entity/Manager.php:582

    Generated by: Unknown account Mar 25, 2021 at 7:41 PM

Stack trace

#0 src/XF/Mvc/Entity/Manager.php(582): XF::handlePhpError(8, '[E_NOTICE] Tryi...', '/home/cazzy04/p...', 582, Array)
#1 src/XF/Mvc/Entity/Finder.php(1298): XF\Mvc\Entity\Manager->hydrateFromGrouped(Array, Array)
#2 src/XF/Repository/Node.php(17): XF\Mvc\Entity\Finder->fetch()
#3 src/XF/Pub/Controller/Forum.php(50): XF\Repository\Node->getNodeList()
#4 src/addons/Andy/MembersRecentlyOnline/XF/Pub/Controller/Forum.php(16): XF\Pub\Controller\Forum->actionList(Object(XF\Mvc\ParameterBag))
#5 src/XF/Mvc/Dispatcher.php(350): Andy\MembersRecentlyOnline\XF\Pub\Controller\Forum->actionList(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF\\Pub\\Controll...', 'List', Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#7 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#8 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#9 src/XF/App.php(2191): XF\Mvc\Dispatcher->run()
#10 src/XF.php(391): XF\App->run()
#11 index.php(20): XF::runApp('XF\\Pub\\App')
#12 {main}

Request state

array(4) {
  ["url"] => string(1) "/"
  ["referrer"] => bool(false)
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Code:
    Error: Call to a member function getIdentifier() on null src/XF/Mvc/Entity/Finder.php:1299

    Generated by: Unknown account Mar 25, 2021 at 7:41 PM

Stack trace

#0 src/XF/Repository/Node.php(17): XF\Mvc\Entity\Finder->fetch()
#1 src/XF/Pub/Controller/Forum.php(50): XF\Repository\Node->getNodeList()
#2 src/addons/Andy/MembersRecentlyOnline/XF/Pub/Controller/Forum.php(16): XF\Pub\Controller\Forum->actionList(Object(XF\Mvc\ParameterBag))
#3 src/XF/Mvc/Dispatcher.php(350): Andy\MembersRecentlyOnline\XF\Pub\Controller\Forum->actionList(Object(XF\Mvc\ParameterBag))
#4 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF\\Pub\\Controll...', 'List', Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#5 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#6 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#7 src/XF/App.php(2191): XF\Mvc\Dispatcher->run()
#8 src/XF.php(391): XF\App->run()
#9 index.php(20): XF::runApp('XF\\Pub\\App')
#10 {main}

Request state

array(4) {
  ["url"] => string(1) "/"
  ["referrer"] => bool(false)
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Code:
    ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"cURL error 28: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received (see http:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html)"} src/XF/Error.php:75

    Generated by: complete Mar 27, 2021 at 5:22 AM

Stack trace

#0 src/XF.php(184): XF\Error->logError('Push notificati...', false)
#1 src/XF/Service/PushNotification.php(249): XF::logError('Push notificati...')
#2 src/XF/Service/PushNotification.php(167): XF\Service\PushNotification->handleResults(Array, Array)
#3 src/XF/Service/PusherTrait.php(182): XF\Service\PushNotification->sendNotifications()
#4 src/XF/Repository/UserAlert.php(147): XF\Service\Alert\Pusher->push()
#5 src/XF/Repository/UserAlert.php(111): XF\Repository\UserAlert->insertAlert(39499, 18283, 'complete', 'post', 383015, 'quote', Array)
#6 src/XF/Notifier/AbstractNotifier.php(55): XF\Repository\UserAlert->alert(Object(SV\DailyStatistics\XF\Entity\User), 18283, 'complete', 'post', 383015, 'quote', Array)
#7 src/XF/Notifier/Post/Quote.php(30): XF\Notifier\AbstractNotifier->basicAlert(Object(SV\DailyStatistics\XF\Entity\User), 18283, 'complete', 'post', 383015, 'quote')
#8 src/XF/Service/AbstractNotifier.php(86): XF\Notifier\Post\Quote->sendAlert(Object(SV\DailyStatistics\XF\Entity\User))
#9 src/XF/Service/AbstractNotifier.php(44): XF\Service\AbstractNotifier->notifyType(Object(XF\Notifier\Post\Quote), Array, G)
#10 src/XF/Service/AbstractNotifier.php(56): XF\Service\AbstractNotifier->notify(3)
#11 src/XF/Service/Thread/Replier.php(219): XF\Service\AbstractNotifier->notifyAndEnqueue(3)
#12 src/XF/Pub/Controller/Thread.php(330): XF\Service\Thread\Replier->sendNotifications()
#13 src/XF/Pub/Controller/Thread.php(463): XF\Pub\Controller\Thread->finalizeThreadReply(Object(XF\Service\Thread\Replier))
#14 src/addons/AL/PostLimit/XF/Pub/Controller/Thread.php(13): XF\Pub\Controller\Thread->actionAddReply(Object(XF\Mvc\ParameterBag))
#15 src/addons/KL/EditorManager/XF/Pub/Controller/Thread.php(27): AL\PostLimit\XF\Pub\Controller\Thread->actionAddReply(Object(XF\Mvc\ParameterBag))
#16 src/XF/Mvc/Dispatcher.php(350): KL\EditorManager\XF\Pub\Controller\Thread->actionAddReply(Object(XF\Mvc\ParameterBag))
#17 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'AddReply', Object(XF\Mvc\RouteMatch), Object(XenRemi\WhoReadTheDiscussion\XF\Pub\Controller\Thread), NULL)
#18 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XenRemi\WhoReadTheDiscussion\XF\Pub\Controller\Thread), NULL)
#19 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#20 src/XF/App.php(2191): XF\Mvc\Dispatcher->run()
#21 src/XF.php(391): XF\App->run()
#22 index.php(20): XF::runApp('XF\\Pub\\App')
#23 {main}

Request state

array(4) {
  ["url"] => string(51) "/threads/the-dreaded-works-doctrine.70612/add-reply"
  ["referrer"] => string(73) "https://www.talkjesus.com/threads/the-dreaded-works-doctrine.70612/page-9"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(8) {
    ["message_html"] => string(1654) "<p>[QUOTE="Downunder, post: 382980, member: 39499"]</p><p>Ephesians 5:25&nbsp; Husbands, love your wives, as Christ loved the church and gave himself up for her,</p><p>26&nbsp; that he might sanctify her, having cleansed her by the washing of water with the word,</p><p>27&nbsp; so that he might present the church to himself in splendour, without spot or wrinkle or any such thing, that she might be holy and without blemish.</p><p>28&nbsp; In the same way husbands should love their wives as their own bodies. He who loves his wife loves himself.</p><p>29&nbsp; For no one ever hated his own flesh, but nourishes and cherishes it, just as Christ does the church,</p><p>30&nbsp; because we are members of his body.</p><p>31&nbsp; “Therefore a man shall leave his father and mother and hold fast to his wife, and the two shall become one flesh.”</p><p>32&nbsp; This mystery is profound, and I am saying that it refers to Christ and the church.</p><p>33&nbsp; However, let each one of you love his wife as himself, and let the wife see that she respects her husband.</p><p><br></p><p>Here are commandments to us to love and to be faithful - for marriage is a mutual obligation contract between two partners.</p><p>And adultery (other gods, unfaithfulness, covetousness) is grounds for divorce.</p><p>[/QUOTE]</p><p>Hello @Downunder,</p><p><br></p><p>Yes, with every doctrine there is an accompanying practice. &nbsp;Like two feet walking, doctrine and practice must be in operation together otherwise we will not be able to stand upright, or walk in a straight line. &nbsp;</p><p><br></p><p>Praise God!</p><p><br></p><p>In Christ Jesus</p><p>Chris</p>"
    ["last_date"] => string(10) "1616790480"
    ["last_known_date"] => string(10) "1616790480"
    ["klPage"] => string(1) "9"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(48) "/threads/the-dreaded-works-doctrine.70612/page-9"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom