Jean-Baptiste Barth wrote:
All these links are OK on my instance. Can you provide informations listed in SubmittingBugs and make sure you don't have anything in your browser or proxy cache ?
Hello Jean-Baptiste,
I restarted my server, before did it:
rake tmp:cache:clear
rake tmp:sessions:clear
I'm open browser and clean cache, cookies in my first try, in second with mode private but not work.
It's very strange, see my file "app/views/projects/index.rhtml":
5 <div class="contextual">
6 <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') + ' |' if User.current.allowed_to?(:add_project, nil, :global = > true) %>
7 <%= link_to(l(:label_issue_view_all), { :controller => 'issues' }) + ' |' if User.current.allowed_to?(:view_issues, nil, :global => true) %>
8 <%= link_to(l(:label_overall_spent_time), { :controller => 'time_entries' }) + ' |' if User.current.allowed_to?(:view_time_entries, nil, :global => true) %>
9 <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%>
10 </div>
It's very clean that to add new project in line 6 this action is new, Why not work? I'm scared! :-)
My server is one Debian 5.0.6, mysql database.
Script/about:
# script/about
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.4
Rack version 1.0
Rails version 2.3.5
Active Record version 2.3.5
Active Resource version 2.3.5
Action Mailer version 2.3.5
Active Support version 2.3.5
Application root /data/redmine
Environment development
Database adapter mysql
Database schema version 20100819172912
About your Redmine plugins
Redmine Graphs plugin 0.1.0
Projects Tree View plugin 0.0.3
Timesheet Plugin 0.5.0
ezFAQ plugin 0.3.5
Svn info:
# svn info
Caminho: .
URL: http://redmine.rubyforge.org/svn/trunk
Raiz do Repositório: http://redmine.rubyforge.org/svn
UUID do repositório: e93f8b46-1217-0410-a6f0-8f06a7374b81
Revisão: 4302
Tipo de Nó: diretório
Agendado: normal
Autor da Última Mudança: jbbarth
Revisão da Última Mudança: 4302
Data da Última Mudança: 2010-10-27 19:01:26 -0200 (Qua, 27 Out 2010)
Plugins list:
# svn st
? vendor/plugins/ezfaq_plugin
? vendor/plugins/redmine_graphs
? vendor/plugins/projects_tree_view
? vendor/plugins/timesheet_plugin