Hello,<br><br>After fighting with my carelessness, I finished configuring koji and made it run. Thanks a lot.<br><br>Now, here comes another problem. When I click the  "login link" on the kojiweb, it returns an error such as below:<br>
<br><span style="font-family: courier new,monospace;">Traceback (most recent call last):</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    result = object(req)</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/usr/lib64/python2.4/site-packages/mod_python/publisher.py", line 213, in handler</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    published = publish_object(req, object)</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/usr/lib64/python2.4/site-packages/mod_python/publisher.py", line 412, in publish_object</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    return publish_object(req,util.apply_fs_data(object, req.form, req=req))</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  File "/usr/lib64/python2.4/site-packages/mod_python/util.py", line 439, in apply_fs_data</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    return object(**args)</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/usr/share/koji-web/scripts/index.py", line 155, in login</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    _redirectBack(req, dest, forceSSL=True)</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/usr/share/koji-web/scripts/index.py", line 134, in _redirectBack</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    page = _getBaseURL(req) + '/' + page</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/usr/share/koji-web/scripts/index.py", line 117, in _getBaseURL</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    return req.construct_url(base)</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">AttributeError: 'mp_request' object has no attribute 'construct_url'</span><br>
<br>I searched google. There are some results, but still not clear for me. Is it a bug or something due to some wrong configuration? I was run koji on CentOS with EPEL packages.<br><br>Chen Baozi<br>