sittingduck
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t save or publishThere’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.
Forum: Requests and Feedback
In reply to: Drafts not auto saving?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.
Forum: Fixing WordPress
In reply to: Draft Posts VanishingThere’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.