Changes between Initial Version and Version 2 of Ticket #5531


Ignore:
Timestamp:
May 14, 2013, 1:24:42 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5531 – Description

    initial v2  
    33I have a problem with upgrade Trac from version 0.10.2 to 0.11.4 (in Windows with SVN)
    44After upgrade,
     5{{{
     6#!sh
    57 >easy_install.exe --upgrade Trac==0.11.4
    68 >trac-admin.exe X:\path\toproject upgrade
    79 >trac-admin.exe X:\path\toproject wiki upgrade
     10}}}
    811and restart apache, the pages display without (Timeline, Browse Sources, ...) only Wiki button is displayed.
    912
    1013Debug log:
     14{{{
    11152009-07-20 13:50:06,890 Trac[main] DEBUG: Dispatching <Request "GET u'/roadmap'">
    12162009-07-20 13:50:07,029 Trac[svn_fs] DEBUG: Subversion bindings imported
     
    29332009-07-20 13:50:07,265 Trac[session] DEBUG: Retrieving session for ID 'loko'
    30342009-07-20 13:50:07,404 Trac[main] DEBUG: 1706 unreachable objects found.
     35}}}
    3136
    3237When I set the permission manualy to USER it works:
     38{{{
     39#!sh
    3340 trac-admin /path/to/projenv permission add loko TRAC_ADMIN
     41}}}
    3442
    3543But it doesn't work with old groups:
     44{{{
    3645Error: Forbidden
    3746MILESTONE_VIEW privileges are required to perform this operation
     47}}}
    3848
    3949I tried to install new account manager for 0.11.4 (they say that 0.11 does not work with 0.11.4)
    40 >easy_install http://trac-hacks.org/svn/accountmanagerplugin/trunk
     50{{{
     51#!sh
     52> easy_install http://trac-hacks.org/svn/accountmanagerplugin/trunk
     53}}}
    4154
    42 Then I find your patch for AuthzGroups:
    43  http://trac-hacks.org/wiki/AuthzGroupsPlugin
     55Then I find your patch for !AuthzGroups: AuthzGroupsPlugin
    4456But i don't know, how to install this plugin...
    4557
     
    4860
    4961Loko
    50 
    51