Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. ActionVie::Template::Error (favicon.ico isn't precompiled):

ActionVie::Template::Error (favicon.ico isn't precompiled):

Added by Doug Bartels over 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.0ms

ActionView::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)

RE: ActionVie::Template::Error (favicon.ico isn't precompiled): - Added by Brendan Dunn over 10 years ago

Hi Doug

See
https://www.openproject.org/topics/1900

at the bottom

Brendan

  • (1 - 1/1)
Loading...