Missing documentation: TINYIB_MAXSUBJECT isn't automatically being respected #199

Closed
opened 2021-04-09 09:46:48 +00:00 by Denmark · 1 comment

I've set my TINYIB_MAXSUBJECT to 150 characters, yet when I enter a thread with a subject that's 86 characters it gets cut off at 73 characters regardless of the TINYIB_MAXSUBJECT setting of 150.

I've set my TINYIB_MAXSUBJECT to 150 characters, yet when I enter a thread with a subject that's 86 characters **it gets cut off at 73 characters** regardless of the TINYIB_MAXSUBJECT setting of 150.
Owner

Check the length of the subject field in the posts table of your database. It defaults to 75 characters, you will need to increase this length as well. I will add a note about this step being required to the docs before closing this.

Check the length of the `subject` field in the `posts` table of your database. It defaults to 75 characters, you will need to increase this length as well. I will add a note about this step being required to the docs before closing this.
Denmark changed title from Bug: TINYIB_MAXSUBJECT isn't being respected to Missing documentation: TINYIB_MAXSUBJECT isn't automatically being respected 2021-04-09 20:01:29 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/tinyib#199
No description provided.