Top Poster Statistics Widgets+Contest Winner+Page Of Day-Week-Month

Top Poster Statistics Widgets+Contest Winner+Page Of Day-Week-Month 2.1.0

No permission to download
Yea, me too. I don't understand why deprecate it? I was totally going to upgrade until I saw that...
It's not going anywhere soon, but this feature uses something called template hook which might not be present in future updates of XenForo. It was just a notice for thing which might or might not happen in future.
 
It's not going anywhere soon, but this feature uses something called template hook which might not be present in future updates of XenForo. It was just a notice for thing which might or might not happen in future.
Then just changed it to Template Modification? :)
 
Massive fan of this plugin but you've removed the title in the latest update?

My site is motovlog.com as you can see, the title is no more?
 
October Top Poster user should have a badge automatically applied on post, but not working using the latest version.
And I got this error log:
Code:
Server Error Log
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Column 'id' cannot be null - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, 8 minutes ago
Stack Trace
#0 /library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /library/PosterOfMonth/Model/PosterOfMonth.php(172): Zend_Db_Adapter_Abstract->query('INSERT INTO ls_...', Array)
#3 /library/PosterOfMonth/Model/PosterOfMonth.php(81): PosterOfMonth_Model_PosterOfMonth->insertWinnerInDb(49259, 2099)
#4 /library/PosterOfMonth/Cron.php(25): PosterOfMonth_Model_PosterOfMonth->declareWinnerAtEndOfMonth()
#5 [internal function]: PosterOfMonth_Cron::finishMonthlyContest(Array)
#6 /library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#7 /library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#8 /library/XenForo/Model/Deferred.php(256): XenForo_Deferred_Cron->execute(Array, Array, 7.9999990463257, '')
#9 /library/XenForo/Model/Deferred.php(390): XenForo_Model_Deferred->runDeferred(Array, 7.9999990463257, '', false)
#10 /library/XenForo/Model/Deferred.php(335): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#11 /deferred.php(23): XenForo_Model_Deferred->run(false)
#12 {main}
Request State
array(3) {
  ["url"] => string(37) "/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["_xfRequestUri"] => string(10) "/register/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
This has been addressed in the next update.
Hotfix:- In MySQL, update the 'id' column in ls_pom_winner table to Auto Increment.
 
Back
Top Bottom