Opened 20 years ago
Closed 16 years ago
#135 closed defect (wontfix)
No loginpage
| Reported by: | Owned by: | Noah Kantrowitz | |
|---|---|---|---|
| Priority: | normal | Component: | AuthFormPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.8 |
Description
I can't get a loginpage at http://myserver/project/login The only thing I get is:
No handler matched request to /login
Here some logs:
Trac[main] ERROR: No handler matched request to /login
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 104, in dispatch
raise TracError, 'No handler matched request to %s' % req.path_info
TracError: No handler matched request to /login
Trac[loader] ERROR: Component module authform not found
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/loader.py", line 36, in load_module
module = __import__(name)
File "build/bdist.linux-i686/egg/authform/__init__.py", line 1, in ?
File "build/bdist.linux-i686/egg/authform/web_ui.py", line 26, in ?
ImportError: cannot import name Markup
Attachments (0)
Change History (6)
comment:1 Changed 20 years ago by
| Component: | TracHacks → AuthFormPlugin |
|---|---|
| Owner: | changed from Alec Thomas to Noah Kantrowitz |
comment:2 Changed 20 years ago by
comment:3 Changed 20 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Apparently works for him now... so, closing. (Looks like the module just wasn't loaded... not sure if 0.9.2 supports the kind of module insertion being used.)
comment:4 follow-up: 5 Changed 20 years ago by
| Resolution: | worksforme |
|---|---|
| Status: | closed → reopened |
This is a known issue due to other things. If you do not have your trac placed in the web root, bad things happen.
comment:5 Changed 19 years ago by
| Trac Release: | → 0.8 |
|---|
Replying to coderanger:
This is a known issue due to other things. If you do not have your trac placed in the web root, bad things happen.
Are there any workarounds for now? FWIW, I have my projects as http://myserver/projects/vine and want to allow people to register.
comment:6 Changed 16 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | reopened → closed |
Plugin is deprecated.



Don't know why but after I upgraded from 0.9.2 to 0.9.3 it works !