Closed GoogleCodeExporter closed 8 years ago
Original comment by tan.huy...@gmail.com
on 23 May 2011 at 11:16
This is caused by a old data in the database. Am having trouble connecting to
the database to try and recify it.
Original comment by serenapo...@gmail.com
on 29 May 2011 at 7:21
In the report table, the only valid value for report_type is 0. There are
probably some 1 values that need to be made 0. This was caused as I commented
out the enum value for 1 in the java class as its not support yet.
Original comment by serenapo...@gmail.com
on 31 May 2011 at 10:37
Ran the following command on the DB: "update report set reporttype=0 where
reporttype=1". It fixed the problem as described by Serena.
Original comment by pd.l...@gmail.com
on 31 May 2011 at 10:48
Retested OK by Tan.
Original comment by tan.huy...@gmail.com
on 1 Jun 2011 at 12:16
Original issue reported on code.google.com by
tan.huy...@gmail.com
on 23 May 2011 at 11:02