Credits [Deleted]

Status
Not open for further replies.
Go into your Admin panel. You should see a tab for "Credits." Click credits and there's an option at the left for "List Transactions."

Under List Transactions you can tweak the settings. You probably want to turn off the option for "interest."
I don't see that here.....
 

Attachments

  • credits1.webp
    credits1.webp
    23.9 KB · Views: 10
While transfer credit from system to user .. user received notification that he received credit from himself [username]... please fix the issue
 
Getting this error frequently in the server log...

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Out of range value for column 'amount' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Yesterday at 8:05 AM
Stack Trace
#0 /home/ftvworld/public_html/forums/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/ftvworld/public_html/forums/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/ftvworld/public_html/forums/library/*******/Credits/Model/Credit.php(155): Zend_Db_Adapter_Abstract->query('\n\t\t\tINSERT INTO...', Array)
#3 /home/ftvworld/public_html/forums/library/*******/Credits/Model/Credit.php(136): *******_Credits_Model_Credit->addUserTransactionSimple('interest', 4, Array, 0, 1412381149, 4.00000204E+12, 0, 0, '', '', Array, false)
#4 /home/ftvworld/public_html/forums/library/*******/Credits/CronEntry/Interest.php(26): *******_Credits_Model_Credit->updateUserCredit('interest', 4, Array)
#5 [internal function]: *******_Credits_CronEntry_Interest::runInterestUpdate(Array)
#6 /home/ftvworld/public_html/forums/library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#7 /home/ftvworld/public_html/forums/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#8 /home/ftvworld/public_html/forums/library/XenForo/Model/Deferred.php(256): XenForo_Deferred_Cron->execute(Array, Array, 7.99999809265, '')
#9 /home/ftvworld/public_html/forums/library/XenForo/Model/Deferred.php(390): XenForo_Model_Deferred->runDeferred(Array, 7.99999809265, '', false)
#10 /home/ftvworld/public_html/forums/library/XenForo/Model/Deferred.php(335): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#11 /home/ftvworld/public_html/forums/deferred.php(23): XenForo_Model_Deferred->run(false)
#12 {main}
Request State
array(3) {
  ["url"] => string(39) "http://ftvworld.net/forums/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(8) "/forums/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
@Travis: Please check your reward amount. It's too large and out of amount value range.

And we'd like to advice you to using premium version to have better experience.

Regards,
 
Are you surpassing the maximum value for an unsigned integer? It seems unlikely, but do any of your members have over 4 billion credits? If so, you could change the field needed to a bigint (as long as it is not a float) and you'll be able to support a maximum value of 18,446,744,073,709,551,615 (if you choose to use unsigned). However, you will be using 8 bytes for every entry in that field instead of 4 for a regular integer.

Something that might prove useful: http://dev.mysql.com/doc/refman/5.5/en/integer-types.html
 
@*******, if someone makes a post in a forum that doesn't increase post count, will they still be awarded the set currency defined in the settings?

EDIT: Just discovered a setting that lets me exclude forums. :)
 
Last edited:
Status
Not open for further replies.
Top Bottom