arn
Well-known member
- Affected version
- 2.1, 2.2
see:
Really long description breaks the unfurl function
Code:
UPDATE `xf_unfurl_result` SET `title` = ?, `description` = ?, `last_request_date` = ?, `pending` = ? WHERE `result_id` = 25073
------------
#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL query err...', 1406, '22001')
#1 src/XF/Db/Mysqli/Statement.php(77): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1406, '22001')
#2 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(322): XF\Db\AbstractAdapter->query('UPDATE `xf_unf...', Array)
#4 src/XF/Mvc/Entity/Entity.php(1468): XF\Db\AbstractAdapter->update('xf_unfurl_resul...', Array, '`result_id` = 2...')
#5 src/XF/Mvc/Entity/Entity.php(1195): XF\Mvc\Entity\Entity->_saveToSource()
#6 src/XF/Service/Unfurl/Fetcher.php(51): XF\Mvc\Entity\Entity->save()
#7 unfurl.php(57): XF\Service\Unfurl\Fetcher->fetch()
Really long description breaks the unfurl function