Roundup Tracker - Issues

Message4921

Author schlatterbeck
Recipients ber, rouilj, schlatterbeck, stuart
Date 2013-08-23.09:10:24
Message-id <20130823091022.GC17077@runtux.com>
In-reply-to <1377219882.0.0.610236726331.issue2550818@psf.upfronthosting.co.za>
On Fri, Aug 23, 2013 at 01:04:42AM +0000, Stuart Gathman wrote:
> 
> Version 1.4.20, running for over a year using sqlite database.  (2 or 3
> users)  No errors logged in roundup.log or /var/log/messages. "sqlite3
> db pragma integrity_check" finds no errors. The email to the admin says:
> 
> Traceback (most recent call last):
...
>   File "/var/lib/roundup/schema.py", line 103, in customer_issue
>     issue_topics = db.issue.get(itemid, 'topic')
>   File
> "/usr/lib/python2.6/site-packages/roundup/backends/rdbms_common.py",
> line 1672, in get
>     prop = self.properties[propname]
> KeyError: 'topic'

This looks like you have a custom 'customer_issue' method (that is not
part of the roundup distribution) which tries to access a non-existing
property 'topic' of 'issue'.

Please contact the mailinglist with questions on customizing roundup
https://lists.sourceforge.net/lists/listinfo/roundup-users
and include the code where you see this problem.

I'm closing this issue as it can't be reproduced with the roundup core
distribution.
History
Date User Action Args
2013-08-23 09:10:24schlatterbecksetrecipients: + schlatterbeck, ber, rouilj, stuart
2013-08-23 09:10:24schlatterbecklinkissue2550818 messages
2013-08-23 09:10:24schlatterbeckcreate