Hi - a problem that just came up. I am unable to move the NEW_ITEM block to the active area of the navigation menu builder. I get a screen error message that says "unable to insert new object" and generates an emailed database error message:
INSERT INTO `TopMenu` ( `Name`, `Type` ) VALUES ( 'NEW ITEM', 'custom' )
Mysql error:
Duplicate entry '0' for key 1
Remarkably similar to the problem I had with the join form builder so I look in the database an sure enough, find NEW_ITEM in there with an ID of zero. I delete this, but when I try to put the item back in with builder, it just happens again. Any ideas on this one?
Rob