Opened 18 years ago
Closed 18 years ago
#5404 closed defect (fixed)
Can't create a new ticket using Trac from trunk and psycopg2
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hello,
trac.ini:
database = postgres://trac:password@/tracdb
$ htdigest -c tracp/config/users.htdigest trac bob
$ trac-admin tracp permission bob TICKET_ADMIN
$ tracd -p 8000 —auth tracp,tracp/conf/users.htdigest,tracp tracp
Auth works and I can edit/create a wiki page. But I can't create a new ticket and I do not see any errors except "Ticket 2 does not exist" after I get redirected to "ticket/2". I've looked into the db, the ticket table is empty.
With mysql it works fine.
pgsql: 8.2.4
python: 2.5.1
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
You are right. I forgot to update, sorry. Thank you.



Upgrade to the latest 0.11dev.
There was such an issue a few days ago, see r5466.