-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 20.04.2013 03:05, Mark Maciolek wrote: > new installation of version trac 1.0 > when creating new ticket if I assign owner get this in the logs > > 2013-04-19 20:48:39,952 Trac[main] ERROR: Internal Server Error: > Traceback (most recent call last): ... > OperationalError: near ",": syntax error > > If I leave it set to <default> no error > > How do I go about determining what is wrong in my trac.ini flie?
Deactivate TracJsGanttPlugin [1] and re-try, because it seems like a plugin issue. From a short look at it I've just seen, that it could do better when giving SQL arguments, because the current style doesn't protect i.e. against SQL injections. I bet with PostgreSQL you could get a more helpful error, but maybe the current plugin maintainer knows even better. Btw, I appreciate you asking here before throwing out tickets at Trac and Trac plugins. Steffen Hoffmann [1] http://trac-hacks.org/wiki/TracJsGanttPlugin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlFzMfwACgkQ31DJeiZFuHelIwCffhw926z8niY9OpsAG5QDp1vq OuoAoISodexhrXeze2m0bWQ2Vd4k0EDA =iETp -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
