Forum post length – character limit?
Quote from jimmyjones on July 9, 2018, 10:50 amThere seems to be a character or word limit for the posts on the forum that i’ve installed. When it gets to a certain length, posting attempts or editing attempts do not process and simply refresh the page. I could not find an option within the settings to increase this limit – is it possible to do this? And if so, how so?
Thank you.
There seems to be a character or word limit for the posts on the forum that i’ve installed. When it gets to a certain length, posting attempts or editing attempts do not process and simply refresh the page. I could not find an option within the settings to increase this limit – is it possible to do this? And if so, how so?
Thank you.
Quote from Asgaros on July 9, 2018, 12:09 pmHello @jimmyjones
I dont think that you reach a maximum length because for a LONGTEXT this would be 4 GB of text:
https://stackoverflow.com/a/13932834/4919483
Does this problem occur when you use certain emoticons inside your post? In this case it could be a database configuration error which you have to fix on your database server to add support for UTF8 emoticons:
https://mathiasbynens.be/notes/mysql-utf8mb4
Hello @jimmyjones
I dont think that you reach a maximum length because for a LONGTEXT this would be 4 GB of text:
https://stackoverflow.com/a/13932834/4919483
Does this problem occur when you use certain emoticons inside your post? In this case it could be a database configuration error which you have to fix on your database server to add support for UTF8 emoticons:
Quote from jimmyjones on July 9, 2018, 3:14 pmThank you for the reply – you are correct, it is something wrong with the text I am submitting. For some reason, the phrase ‘data: ‘ within the text is causing the error…
Thank you for the reply – you are correct, it is something wrong with the text I am submitting. For some reason, the phrase ‘data: ‘ within the text is causing the error…