Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4437


Ignore:
Timestamp:
Feb 9, 2007, 7:32:22 PM (17 years ago)
Author:
Christian Boos
Comment:

Mh, there's no table named "version" in 0.10.3, what release were you using?

(and sorry for the delay, the issue was not noticed when you submitted it)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4437

    • Property Keywords mysql needinfo added
    • Property Version 0.10.3
  • Ticket #4437 – Description

    initial v1  
    11Hi,
    2 
     2{{{
    33$ trac-admin /usr/share/trac/projects/granite initenv
    4 
     4}}}
    55always give me this error:
     6{{{
    67---------------------------------------------------------------------------------
    78Creating and Initializing Project
     
    4243SystemExit: 1
    4344---------------------------------------------------------------------------------
    44 
     45}}}
    4546My config:
    46 
     47{{{
    4748Linux Mandriva 2007
    4849MySQL-server-4.1.21-0.glibc23 (rpm)
     
    5152clearsilver-0.10.4 (compiled)
    5253subversion-server-1.3.2-5.1mdv2007.0 (rpm)
    53 
     54}}}
    5455The problem comes with the table name version (should be put between double quotes), ie:
    55 
     56{{{
    5657create table "version" (...);
    57 
     58}}}
    5859Regards,
    5960Franck Wolff