You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
I am sure, it is something configuration issue. but i could not resolve it by my own. See what i'm getting when i try to access fulcrum from url. it is working fine in development and test environment but why i move to production environment. it is pushing following error in error_log file. Can somebody help me?
ActionView::Template::Error (File to import not found or unreadable: jquery_gritter.
Load path: /home/www/public_html
(in /home/www/public_html/app/assets/stylesheets/application.css.scss)):
4: <title><%= "#{@project.name} - " if @project %><%= t('fulcrum') %></title>
5: <%= csrf_meta_tag %>
6: <%= stylesheet_link_tag "//ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/jquery-ui.css" %>
7: <%= stylesheet_link_tag :application %>
8: <%= javascript_include_tag :application %>
9: <script type="text/javascript">
10: I18n.defaultLocale = "<%= I18n.default_locale %>";
app/assets/stylesheets/application.css.scss:1
app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__199485454_75862670'
The text was updated successfully, but these errors were encountered:
I am sure, it is something configuration issue. but i could not resolve it by my own. See what i'm getting when i try to access fulcrum from url. it is working fine in development and test environment but why i move to production environment. it is pushing following error in error_log file. Can somebody help me?
ActionView::Template::Error (File to import not found or unreadable: jquery_gritter.
Load path: /home/www/public_html
(in /home/www/public_html/app/assets/stylesheets/application.css.scss)):
4: <title><%= "#{@project.name} - " if @project %><%= t('fulcrum') %></title>
5: <%= csrf_meta_tag %>
6: <%= stylesheet_link_tag "//ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/jquery-ui.css" %>
7: <%= stylesheet_link_tag :application %>
8: <%= javascript_include_tag :application %>
9: <script type="text/javascript">
10: I18n.defaultLocale = "<%= I18n.default_locale %>";
app/assets/stylesheets/application.css.scss:1
app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__199485454_75862670'
The text was updated successfully, but these errors were encountered: