Edgewall Software

Changes between Initial Version and Version 2 of Ticket #3151


Ignore:
Timestamp:
Oct 7, 2006, 5:21:11 PM (18 years ago)
Author:
Emmanuel Blot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3151

    • Property Status newclosed
    • Property Resolutioninvalid
  • Ticket #3151 – 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
    2 
     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 th:wiki:AccountManager and th:wiki: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
     2{{{
    33Oops...
    44
     
    2222  File "build/bdist.linux-i686/egg/acct_mgr/htfile.py", line 119, in prefix
    2323TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
    24 
     24}}}
    2525Which 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. 
    2626
    2727The apache config looks like:
    28 
     28{{{
    2929<VirtualHost *:3000>
    3030                ServerName domain.com
     
    6464        ScriptAlias /Framework /var/www/domain.com/cgi-bin/trac.cgi
    6565        Redirect /login http://domain.com/Framework/login
    66 
     66}}}
    6767I'm installing on Gentoo 2-6-15.  Any more info needed, let me know!