-
Bug
-
Resolution: Fixed
-
3.0.6
-
None
-
PHP Environment:
Database:
Data too long for column 'post_subject' at row 1 [1406]
Text length it tried to allow: 259:
Re: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
|
Was using this:
$subject = truncate_string($subject, 254);
|
EDIT: Seems to work properly on submitting a topic, but if you reply to a topic it seems not to work...