• Hey,
    I’m sorry if someone has posted this before but I can’t find it anywhere.

    I have had wordpress many times and now on my server all of the sudden there is a max lenght or something with the posts. When I try to post a long post it just goes blank and nothing gets added?

    I tried to google this and tried to change some coding in functions.php but I can’t get it to work? Please help!

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The wp_posts.post_content column in the database is LONGTEXT meaning it will hold 4,294,967,295 characters, which is kindof a lot. I doubt that’s it. You could have an upload limit set by the server though. See, it isn’t obvious but when you post a post, you are in fact uploading to the server.

    Thread Starter malevolentia

    (@malevolentia)

    My host said something like:

    If WP support lets you know of a server value needed for this to work, please let us know and we’ll change it for you.

    How long are your problem posts? You are going to need to work out about how big, in bytes (kilo, mega, giga), those troublesome posts are and give them that value.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Max lenght to post?’ is closed to new replies.