MyBB Community Forums
Issue - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: Issue (/thread-103003.html)



Issue - Charmz - 2011-09-02

Everytime somebody posts a really long post, it says they didn't enter a message. And yes, I set the maximum post limit to unlimited.


RE: Issue - Matt - 2011-09-02

URL?? Test account?? How long is 'really long'??


RE: Issue - Charmz - 2011-09-02

http://www.malwareaid.com/

user: test
pass: 123456

Like, this long. http://pastebin.com/YD6rSc4G


RE: Issue - Radebe - 2011-09-02

Wow, that is a very long post Toungue


RE: Issue - Charmz - 2011-09-02

Bump, help please.


RE: Issue - Paul H. - 2011-09-03

Dude, it's only been an hour. Wait a bit longer before a bump.
What's your host's max POST size?


RE: Issue - ranjani - 2011-09-03

the forum is not loading at present AND redirecting to hostgator .. AND I was able
to post that entire log (1285 words ; 103900 characters) on a testing myBB board


RE: Issue - Matt - 2011-09-03

The datatype of the message column in the posts table can only hold so much. This is kinda what attachments are there for. You'd probably need to change the datatype to something that can hold more info if you really need to put something like this in a post.


RE: Issue - faviouz - 2011-09-03

Seems to work here though: http://community.mybb.com/thread-103004.html


RE: Issue - Charmz - 2011-09-03

(2011-09-03, 05:14 PM)MattRogowski Wrote: The datatype of the message column in the posts table can only hold so much. This is kinda what attachments are there for. You'd probably need to change the datatype to something that can hold more info if you really need to put something like this in a post.

How do I change the datatype?