Modify

Opened 19 years ago

Closed 15 years ago

#135 closed defect (wontfix)

No loginpage

Reported by: movex@… 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 19 years ago by anonymous

Component: TracHacksAuthFormPlugin
Owner: changed from Alec Thomas to Noah Kantrowitz

comment:2 Changed 19 years ago by movex@…

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

comment:3 Changed 19 years ago by adeason@…

Resolution: worksforme
Status: newclosed

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 Changed 19 years ago by Noah Kantrowitz

Resolution: worksforme
Status: closedreopened

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 in reply to:  4 Changed 18 years ago by anonymous

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 15 years ago by Noah Kantrowitz

Resolution: wontfix
Status: reopenedclosed

Plugin is deprecated.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.