Hi

Am 15.03.2010 17:46, schrieb Jos Houtman:
ok,  I took the time to dive abit deeper in the problem and i manage
to trace it and solve it.
It now even seems to work under fast-cgi, so case closed.

Great :-)


Actually with Agilo 0.8 this is fixed already. This is the fix we have in get_db_type():
# Since trac r8582 get_supported_schemes is now a generator so we need
# to unroll it first (also to stay compatible with trac < 0.11.6)
supported_schemes = [i for i in connector.get_supported_schemes()]
db_type, trans = supported_schemes[0]

fs

--
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
-----
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo?hl=en

Reply via email to