Roundup Tracker - Issues

Message4676

Author rouilj
Recipients anthonybaxter, jerome, richard, rouilj, schlatterbeck
Date 2012-11-16.15:04:28
Message-id <201211161504.qAGF4EhG012183@mx1.cs.umb.edu>
In-reply-to Your message of "Thu, 15 Nov 2012 01:56:38 GMT." <1352944598.63.0.15847917887.issue2550781@psf.upfronthosting.co.za> <1352944598.63.0.15847917887.issue2550781@psf.upfronthosting.co.za>
In message <1352944598.63.0.15847917887.issue2550781@psf.upfronthosting.co.za> 
<1352944598.63.0.15847917887.issue2550781@psf.upfronthosting.co.za>,
jerome_li writes:
>I need your help~~~
>
>roundup version as below:
>pp@ticket02:~$ roundup-admin -v
>1.3.3 (python 2.5.2)

That's kind of old. The current roundup is 1.4.20 IIRC.

>when i want login the roundup'web with LDAP and do it reference the web
>(http://roundup.sourceforge.net/cgi-bin/moin.cgi/LDAPLogin2)
>
>everything are ok,but when i input the the AD/account and password, i 
>get the error information as below.
>Issue tracker: get_logger
>Traceback (most recent call last):
>
[...]
>  File "/var/lib/roundup/trackers/pp/extensions/ldap_login.py", line 
>400, in verifyLogin
>    LOG = self.db.get_logger()
>
>  File "/usr/lib/python2.5/site-
>packages/roundup/backends/rdbms_common.py", line 671, in __getattr__
>    raise AttributeError, classname
>
>AttributeError: get_logger

What database are you using?

I seem to remember a logging error being fixed in one of the 1.4.x
revisions.
History
Date User Action Args
2012-11-16 15:04:29rouiljsetrecipients: + rouilj, richard, anthonybaxter, schlatterbeck, jerome
2012-11-16 15:04:29rouiljlinkissue2550781 messages
2012-11-16 15:04:28rouiljcreate