Content
ActionVie::Template::Error (favicon.ico isn't precompiled):
Added by Doug Bartels about 10 years ago
I am installing this on a windows 7 machine.
I have succeeded in getting things running and the application server seems to be listening on 0.0.0.0:3000, however, I am not able to navigate there without getting a 500 server error. I am including the log information for when I start the application, which also contains the Error:
C:\Sites\openproject>bundle exec rails server
require ‘rails/all’… 1.996s
Bundler.require… 4.712s
=> Booting Thin
=> Rails 3.2.19 application starting in production on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Application.initialize!… [deprecated] I18n.enforce_available_locales will defa
ult to true in the future. If you really want to skip validation of your locale
you can set I18n.enforce_available_locales = false to avoid this message.
14.835s
Thin web server (v1.6.2 codename Doc Brown)
Maximum connections set to 1024
Listening on 0.0.0.0:3000, CTRL+C to stop
Started GET “/” for 127.0.0.1 at 2014-09-08 16:24:44 –0600
Processing by WelcomeController#index as HTML
Rendered welcome/index.html.erb within layouts/base (129.0ms)
Completed 500 Internal Server Error in 803.0msActionView::Template::Error (favicon.ico isn’t precompiled):
36:<meta name="current_menu_item" content="<%= current_menu_item %>
" />
37:<meta name="accessibility-mode" content="<%= current_user.impaired? %>
"
/>
38: <%= csrf_meta_tags %>
39: <%= favicon_link_tag ‘favicon.ico’ %>
40: <%= stylesheet_link_tag current_theme.stylesheet_manifest, :media => “al
l” %>
41: <% if User.current.impaired? && accessibility_css_enabled? %>
42: <%= stylesheet_link_tag ‘accessibility’ %>
lib/open_project/themes/view_helpers.rb:53:in `image_path’
app/views/layouts/base.html.erb:39:in `_app_views_layouts_base_html_erb**_8482
27852_65994240’
Replies (1)
Hi Doug
See
https://www.openproject.org/topics/1900
at the bottom
Brendan