Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#1225 closed defect (invalid)

table milestone has no column named time

Reported by: brown@… Owned by: daniel
Priority: normal Milestone:
Component: admin/console Version: 0.8
Severity: normal Keywords: milestone time
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I cannot seem to assign dates to milestones. The trac-admin milestone add and milestone time commands fail with subject error condition.

Attachments (0)

Change History (5)

comment:1 by anonymous, 19 years ago

Sounds like you have some kind of version mismatch on your system. For example, is it possible you're using a Trac environment intialized or upgraded to the trunk version of Trac, but the trac-admin script is still from an older/released version of Trac.

If that's not the problem, could you try to execute the following on your system:

    sqlite /path/to/projenv/db/trac.db ".schema milestone"

(Replace sqlite with sqlite3 if you're using SQLite 3.0.x. Replace /path/to/projenv with the path to the Trac environment in question. Thanks.

comment:2 by anonymous, 19 years ago

Oh, and paste the result of that command as a comment on this ticket :-)

comment:3 by anonymous, 19 years ago

Thanks, (Daniel?), Here's the schema query output:

C:\svn\arch.db\db>\progra~1\sqlite\sqlite3.exe trac.db ".schema milestone" CREATE TABLE milestone (

name text PRIMARY KEY, due integer, completed integer, description text

);

I suppose it is possible that I mixed versions during installation, trying both both the binary installer and the source installer but I had tried to be careful about using the latest stable release (then 0.8).

comment:4 by anonymous, 19 years ago

Yo, Daniel! Can you please respond? Thanks!

comment:5 by Christopher Lenz, 19 years ago

Resolution: invalid
Status: newclosed

Looks like the trac-admin script you're using hasn't been updated. Probably a left-over from an installation of 0.8 that hasn't been overwritten when you upgraded to trunk.

Marking as invalid cause I believe this is an installation error.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.