andrewkm
Active member
@xfrocks when transferring money with a message that's too big, you get the following error:
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Data too long for column 'comment' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: andrewkm, 4 minutes ago
Stack Trace
#0 /home/ecocitycraft/public_html/forum/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/ecocitycraft/public_html/forum/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/ecocitycraft/public_html/forum/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /home/ecocitycraft/public_html/forum/library/bdBank/Model/Bank.php(276): Zend_Db_Adapter_Abstract->insert('xf_bdbank_trans...', Array)
#4 /home/ecocitycraft/public_html/forum/library/bdBank/Model/Personal.php(219): bdBank_Model_Bank->saveTransaction(Array)
#5 /home/ecocitycraft/public_html/forum/library/bdBank/ControllerPublic/Bank.php(255): bdBank_Model_Personal->transfer(2, 27088, '1000', 'Testing long me...', 1, true, Array)
#6 /home/ecocitycraft/public_html/forum/library/XenForo/FrontController.php(351): bdBank_ControllerPublic_Bank->actionTransfer()
#7 /home/ecocitycraft/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/ecocitycraft/public_html/forum/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(48) "https://www.ecocitycraft.com/forum/bank/transfer"
["_GET"] => array(1) {
["/forum/bank/transfer"] => string(0) ""
}
["_POST"] => array(10) {
["receivers"] => string(10) "LJKAzrael,"
["amount"] => string(4) "1000"
["hash"] => string(32) "77ccc325775e05dff13d8edd15d40486"
["comment"] => string(1155) "Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message Testing long message."
["sender_pays_tax"] => string(1) "0"
["_xfToken"] => string(8) "********"
["rtn"] => string(0) ""
["_xfRequestUri"] => string(20) "/forum/bank/transfer"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
