Added by Joong Lee over 16 years ago
Redmine hangs then eventually throws an internal server error when accessing local svn repo. I see the following error in the log file.
ActiveRecord::StatementInvalid (Mysql::Error: #23000Column 'changeset_id' cannot be null: INSERT INTO `changes` (`changeset_id`, `action`, `revision`, `branch`, `from_path`, `from_revision`, `path`) VALUES):
This is occurring on redmine v0.7-rc1 version.
How do I fix this issue?
Could you run redmine with development environment (to see sql queries in the logà and post the INSERT INTO `changesets` ...
query that you see just before this error ?