Changes between Initial Version and Version 2 of Ticket #370


Ignore:
Timestamp:
May 15, 2006, 12:23:42 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #370

    • Property Owner changed from Alec Thomas to Matt Good
    • Property Component changed from TracHacks to AccountManagerPlugin
  • Ticket #370 – Description

    initial v2  
    1 Hey, I'm been trying to get Trac setup now for a little while and seem to have got pretty much everything working expect for login. I installed the AccountManager? and AuthFormPlugin?, both of which seemed to install fine. Login and Registration are both show in the menubar, and I can click on login and it will take me to the login box. When I type my username and password in (which have been added) I get the error
     1Hey, I'm been trying to get Trac setup now for a little while and seem to have got pretty much everything working expect for login. I installed the AccountManagerPlugin and AuthFormPlugin, both of which seemed to install fine. Login and Registration are both show in the menubar, and I can click on login and it will take me to the login box. When I type my username and password in (which have been added) I get the error
    22---------------------------------------------------
     3{{{
    34Oops...
    45
     
    2324
    2425TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
     26}}}
    2527______________________________________
    2628
    2729Which seemed very similar to http://projects.edgewall.com/trac/changeset/1710 and http://projects.edgewall.com/trac/ticket/1522 . i edited the Browser.py file and changed the line but I am still getting the same error.The apache config looks like:
    2830
    29 
     31{{{
    3032<VirtualHost? *:3000>
    3133    ServerName? domain.com
     
    5759ScriptAlias? /Framework /var/www/domain.com/cgi-bin/trac.cgi
    5860Redirect /login http://domain.com/Framework/login
    59 
     61}}}
    6062
    6163I'm installing on Gentoo 2-6-15. Any more info needed, let me know!