Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    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.

    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.

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