Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m getting this same error. i hit save or publish and this page comes up, and its blank:

    wp-admin/post.php

    any ideas?

    There’s a lot of posts with this issue, and after looking for many hours for an answer I managed to figure out the solution. Hopefully this will help someone:

    • Open your Database
    • Open the Table Structure <Prefix>_Posts
    • Change the “Post_Content” table by removing the value for NOT NULL (Thereby allowing NULL values)
    • Save and try again

    I uploaded a picture and noticed that the database updated with the picture but not the post. The Post_content table was empty which lead me to this conclusion. After changing the above value everything started working.

    @sitting duck, i tried what you said but was unable to change the null value (permission denied). the odd thing is, i’m able to delete posts, and i was able to publish and old draft, but am unable to post anything new. this all seemed to start when i tried to upgrade back in october. i might try a new database and import the old one.

    I am having the same problem after upgrading and still can’t find a solution :S

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Can’t save or publish’ is closed to new replies.