Quote:
|
Originally Posted by Chuck S I just saw something on someone else's install. When he installed Photopost his mysql did not set the auto increment field id on most of the tables to auto_increment. Thus use phpmyadmin and check to ensure your id field on the tables are auto_increment |
Yep - this seems to be the problem - Thanks !
Autoincrement is not set and default value is 0.
Is there any easy way to tell me which tables I need to change ?