Hello!
One of our customers recently created a sprint using the name "Let's start". This caused errors when trying to access the sprint from the Timeline, rename it from the Sprints Admin menu and in the Roadmap. There were two different errors: ************************************************************************************************************** 09:28:39 Trac[main] WARNING: 404 Invalid Ticket Number (Ticket 0 does not exist.) ************************************************************************************************************** and ************************************************************************************************************** 09:30:35 Trac[main] WARNING: 500 Trac Error (An error occurred while renaming sprint: syntax error at or near "s" LINE 1: ...e='Let us start' WHERE name='sprint' AND value='Let's start' ^ ) ************************************************************************************************************** The first one is probably just a consecutive fault, the latter one seems to be the root cause. The apostrophe in the name spoils the SQL syntax, and probably should be escaped. We could only get rid of the problem by manually changing the value of the sprint name in the database. It should be furthermore noted here, that we are using PostgreSQL 8.3 as database system. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

