A place where the Joyent community can gather, help each other out, and stay informed.
You are not logged in.
Hi everybody,
My wordpress installation (I used the default install of 2.3 available as an install script on the marie server) is not assigning post_id numbers to new posts. It assigns a value of "0", and I am then unable to view or edit the post unless I go into phpMyAdmin and manually edit the record to have a valid post_id number.
I did an import of my existing MySQL database from my old hosting provider once I had the install set up on this server, and that is the only thing I imported. Everything else seems to be running smoothly, I just can't figure out why wordpress is not assigning actual post_id numbers to new entries.
Any help that anybody can provide would be greatly appreciated. I found no related issues on the wiki or forums, or even on wordpress' site.
Thanks for reading this.
Cbassman
Offline
Andy, that was EXACTLY it. A closer look at the SQL table showed that the ID field was not set to auto increment. I changed this, and now it works perfectly.
Thanks for the suggestion!
Offline