Server Error in '/' Application. Duplicate entry '0' for key 1
A former client has contacted us for help with the following error:
Server Error in '/' Application.
Duplicate entry '0' for key 1
They receive this error when they try to update any content through the umbraco interface. I get the same results.
This looks like a MySQL error caused by a primary key that does not auto-increment. I am in the process of comparing the problematic database with a "good" Umbraco database, but I wanted to get this post out here early, because I'm not exactly sure what I'm looking for.
Does this error look familiar to anyone else? Does Umbraco expect MySQL to auto-increment keys? Any thoughts on how to fix?
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: MySql.Data.MySqlClient.MySqlException: Duplicate entry '0' for key 1
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Server Error in '/' Application. Duplicate entry '0' for key 1
A former client has contacted us for help with the following error:
Server Error in '/' Application.
Duplicate entry '0' for key 1
This looks like a MySQL error caused by a primary key that does not auto-increment. I am in the process of comparing the problematic database with a "good" Umbraco database, but I wanted to get this post out here early, because I'm not exactly sure what I'm looking for.
Does this error look familiar to anyone else? Does Umbraco expect MySQL to auto-increment keys? Any thoughts on how to fix?
Sorry, here's the rest of the error:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: MySql.Data.MySqlClient.MySqlException: Duplicate entry '0' for key 1
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
is working on a reply...