Ticket #135 (reopened defect)

Opened 3 years ago

Last modified 2 years ago

No loginpage

Reported by: movex@bayern-mail.de Assigned to: coderanger
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

Change History

01/18/06 14:53:34 changed by anonymous

  • owner changed from athomas to coderanger.
  • component changed from TracHacks to AuthFormPlugin.

01/20/06 12:40:17 changed by movex@bayern-mail.de

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

02/19/06 16:32:58 changed by adeason@tjhsst.edu

  • status changed from new to closed.
  • resolution set to worksforme.

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.)

(follow-up: ↓ 5 ) 02/20/06 12:41:28 changed by coderanger

  • status changed from closed to reopened.
  • resolution deleted.

This is a known issue due to other things. If you do not have your trac placed in the web root, bad things happen.

(in reply to: ↑ 4 ) 08/14/06 20:52:38 changed by anonymous

  • release set to 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.


Add/Change #135 (No loginpage)




Change Properties
Action