Christian Boos wrote: > [EMAIL PROTECTED] wrote: > >> Hi, >> >> I am interested in using the workflow features in the upcoming 0.11 >> version and checked out the lastest source yesterday(22/5) but have >> some problems. >> My system is set up according to the 0.10 installation instructions >> for TracOnWindows (but used svn to get the 0.11 stuff). >> >> Just want to check if someone have had the similar problems or a >> pointer to a date/time of a fairly stable dev version. >> >> I saw the information about upgrading to python2.5 (pysqlite, genshi) >> but I still have the same problem. Is there any list of the components >> required for dev0.11 windows? >> >> The project was initiated successfully and I am able to see and edit >> the wiki. Just to be able to add tickets I promoted anonymous to >> TRAC_ADMIN. >> But still fails to add tickets. The error is "Invalid Ticket Number >> (Ticket <N> does not exist.)". >> >> >> For those interesed, I spent some time with the Komodo debugger just >> to see if I find out what the cause of the problem was (are any >> dependencies updated for 0.11dev?) >> This is what I ended up in: >> I added ONE breakpoint at model.py:188. >> If I step out (f10 twice) the ticket is added successfully. >> If I continue out (f5) the ticket error I described shows up >> >> Anyone got a clue what the problem could be? >> > > Not yet, but I can reproduce the problem (it only happens for anonymous, > I think), so it should get fixed soon. > I'll post a follow-up here when I have something new. >
Ok, there were actually two issues: the first was a wrong check for the anonymous user (fixed in r5467) and the second a db issue (fixed in r5466). The latter fixes an issue introduced in r5401, so anyone using a revision later than this one should either backout r5401 or upgrade to r5466. Sorry for the inconvenience and thanks for reporting the issue! -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
