Hi
Anyone know the state of the Rails trac? It looked like it was
working again just, but I tried to post a ticket and got this:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py",
line 314, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py",
line 199, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/
web_ui.py", line 109, in process_request
self._do_create(req, db)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/
web_ui.py", line 170, in _do_create
ticket.insert(db=db)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/
model.py", line 162, in insert
[self[name] for name in std_fields] +
File "/usr/local/lib/python2.4/site-packages/trac/db/util.py",
line 47, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/local/lib/python2.4/site-packages/trac/db/util.py",
line 47, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/local/lib/python2.4/site-packages/pyPgSQL/PgSQL.py",
line 3111, in execute
raise OperationalError, msg
OperationalError: ERROR: null value in column "id" violates not-null
constraint
It''s about the third time I''ve tried and I think the error has
been
the same. I''ve searched before and it doesn''t look like the
issue
has been discussed on the list much... is it just me?
Ashley