Resource icon

User Paid Sticky [Paid] 1.2.1

No permission to buy ($49.99)
I'm getting errors too, on 1.2

Error Info
XenForo_Exception: A discussion insert was attempted without the required first message. - library/XenForo/DataWriter/Discussion.php:277
Generated By: Unknown Account, Today at 1:55 AM
Stack Trace
#0 /home/domain/public_html/library/XenForo/DataWriter.php(1422): XenForo_DataWriter_Discussion->_preSave()
#1 /home/domain/public_html/library/XenForo/DataWriter.php(1361): XenForo_DataWriter->preSave()
#2 /home/domain/public_html/library/PaidSticky/Model/PaidSticky.php(224): XenForo_DataWriter->save()
#3 /home/domain/public_html/library/PaidSticky/CronEntry/ExpiredSticky.php(7): PaidSticky_Model_PaidSticky->unstickyExpiredStickies()
#4 [internal function]: PaidSticky_CronEntry_ExpiredSticky::unstickyExpired(Array)
#5 /home/domain/public_html/library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#6 /home/domain/public_html/library/XenForo/Cron.php(29): XenForo_Model_Cron->runEntry(Array)
#7 /home/domain/public_html/library/XenForo/Cron.php(64): XenForo_Cron->run()
#8 /home/domain/public_html/cron.php(12): XenForo_Cron::runAndOutput()
#9 {main}
Request State
array(3) {
["url"] => string(44) "http://www.domain.com/cron.php?1346547329"
["_GET"] => array(1) {
[1346547329] => string(0) ""
}
["_POST"] => array(0) {
}
}

By any chance did you unsticky / move / delete the thread before it was unstickied automatically?

Is the error recurring (it shouldn't be)
 
Errr....it's a possibility that I may have done that in my fiddling/testing.

I did manually sticky some threads in the same forum.

I have had the error a lot though, about 30+ times by the looks of it in the last 2 weeks. Only just noticed them in the log.
 
Black Friday Deal.

Message me between 00:01 GMT and 23:59 GMT on November 23rd and get the User Paid Sticky addon for just $30!
 
Error in my logs:

Code:
ErrorException: Undefined index: node_id - library/XenForo/Model/Forum.php:300
Generated By: Unknown Account, Today at 2:55 PM
Stack Trace
#0 /home/golf/www/library/XenForo/Model/Forum.php(300): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/golf/www/...', 300, Array)
#1 /home/golf/www/library/XenForo/ControllerHelper/ForumThreadPost.php(45): XenForo_Model_Forum->canViewForum(Array, NULL)
#2 /home/golf/www/library/XenForo/ControllerPublic/Forum.php(49): XenForo_ControllerHelper_ForumThreadPost->assertForumValidAndViewable(7, Array)
#3 /home/golf/www/library/PaidSticky/ControllerPublic/Forum.php(7): XenForo_ControllerPublic_Forum->actionIndex()
#4 /home/golf/www/library/XenForo/FrontController.php(310): PaidSticky_ControllerPublic_Forum->actionIndex()
#5 /home/golf/www/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/golf/www/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(33) "http://www.shottalk.com/forums/7/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
When did that start appearing?

Latest one is of 2 minutes ago

Code:
ErrorException: Undefined index: node_id - library/XenForo/Model/Forum.php:300
Generated By: Unknown Account, 2 minutes ago
Stack Trace
#0 /home/golf/www/library/XenForo/Model/Forum.php(300): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/golf/www/...', 300, Array)
#1 /home/golf/www/library/XenForo/ControllerHelper/ForumThreadPost.php(45): XenForo_Model_Forum->canViewForum(Array, NULL)
#2 /home/golf/www/library/XenForo/ControllerPublic/Forum.php(49): XenForo_ControllerHelper_ForumThreadPost->assertForumValidAndViewable(1, Array)
#3 /home/golf/www/library/PaidSticky/ControllerPublic/Forum.php(7): XenForo_ControllerPublic_Forum->actionIndex()
#4 /home/golf/www/library/XenForo/FrontController.php(310): PaidSticky_ControllerPublic_Forum->actionIndex()
#5 /home/golf/www/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/golf/www/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(33) "http://www.shottalk.com/forums/1/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Bug in installer (ver. 1.2.1)
Class PaidSticky_Installer (line 40)
not closed "install" method (missed curly bracket)
 
Top Bottom