If you get this it means the auto-increment isn't set for the id primary key in the table.
All you have to do is change the column to auto-increment through MySQL Administrator or phpMyAdmin and that will solve it.
In phpMyAdmin, edit the id column and set the "Extra" attribute to auto_increment.