GrnEyedDvl
Member
The site was imported a little over a week ago from vBulletin 4.2.5 and has been running fine. Yesterday I started getting these, a couple of hundred of them now spread across all kinds of content.
If I am reading that correctly it is suggesting that the string is too long, but at 68 characters I wouldn't think that was the case. And in some cases its on the forum index or on the members page. Stuff with short titles. The longest one I saw just checking through randomly said string(122)
I have 63 of these from the last 12 hours or so and last night I deleted 150ish. All with an identical description. Most of the time there is not a real problem browsing the site but occasionally you get like a 6-10 second page time.
One of the short ones.
If I am reading that correctly it is suggesting that the string is too long, but at 68 characters I wouldn't think that was the case. And in some cases its on the forum index or on the members page. Stuff with short titles. The longest one I saw just checking through randomly said string(122)
I have 63 of these from the last 12 hours or so and last night I deleted 150ish. All with an identical description. Most of the time there is not a real problem browsing the site but occasionally you get like a 6-10 second page time.
- XF\Db\Exception: MySQL query error [1406]: Data too long for column 'execute_data' at row 1
- src/XF/Db/AbstractStatement.php:230
Code:
#0 src/XF/Db/Mysqli/Statement.php(207): XF\Db\AbstractStatement->getException('MySQL query err...', 1406, '22001')
#1 src/XF/Db/Mysqli/Statement.php(83): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1406, '22001')
#2 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(323): XF\Db\AbstractAdapter->query('UPDATE `xf_job...', Array)
#4 src/XF/Job/Manager.php(226): XF\Db\AbstractAdapter->update('xf_job', Array, 'job_id = ?', 15942)
#5 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 8)
#6 job.php(46): XF\Job\Manager->runQueue(false, 8)
#7 {main}
array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(68) "https://www.twcenter.net/threads/ib-aar-the-hunnic-adventure.225534/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
One of the short ones.
Code:
UPDATE `xf_job` SET `execute_data` = ?, `trigger_date` = ?, `last_run_date` = ? WHERE job_id = ?
------------
#0 src/XF/Db/Mysqli/Statement.php(207): XF\Db\AbstractStatement->getException('MySQL query err...', 1406, '22001')
#1 src/XF/Db/Mysqli/Statement.php(83): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1406, '22001')
#2 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(323): XF\Db\AbstractAdapter->query('UPDATE `xf_job...', Array)
#4 src/XF/Job/Manager.php(226): XF\Db\AbstractAdapter->update('xf_job', Array, 'job_id = ?', 15942)
#5 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 8)
#6 job.php(46): XF\Job\Manager->runQueue(false, 8)
#7 {main}
array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(25) "https://www.twcenter.net/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}