• Recently I moved my blog from a server I have at home to a professional hostingcompany. Everything went well and all is up and running until I tried to post something.

    Every post I try to make gets post_ID 0 in the database which is not good as there already is one with post_ID 0 in the database. ??

    How can I solve this?

    (techie stuff: WordPress 1.5.1.1 – MySQL 4.0.26 – PHP 4.3.9)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The Database_Description for wp_posts says the ID field is “auto incrementing” which may be a sign that something is wrong with your database.

    Might use phpMyAdmin and make sure that table does show the ID field as auto incrementing.

    Let us know what it says.

    Thread Starter Erwin

    (@erwin)

    Changing that that did the trick, thanks! I moved from a newer version of php to an older one, maybe that changed some stuff, I dont know.

    Thanks anyway!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Troubles post_ID’ is closed to new replies.