First time here? Check out the FAQ!

Revision history  [back]

Maybe your mysql storage engine is InnoDB? Askbot is not well tested with it. Try MyISAM.

To find out - log in to mysql shell and type, for example

show create table auth_user;

Type of the storage engine will be shown at the end of the output.

If this does not help, the only way to debug this is to reproduce your installation on other system, I have never seen this error before.

Maybe your mysql storage engine is InnoDB? Askbot is not well tested with it. Try MyISAM.

To find out - log in to mysql shell and type, for example

show create table auth_user;

Type of the storage engine will be shown at the end of the output.

If this does not help, the only way to debug this is to reproduce your installation on other system, I have never seen this error before.

Maybe your mysql storage engine is InnoDB? Askbot is not well tested with it. Try MyISAM.

To find out - log in to mysql shell and type, for example

example, show create table auth_user;
auth_user
.

If this does not help, the only way to debug this is to reproduce your installation on other system, I have never seen this error before.