Bug 753060 - Missing layouts/error template
Summary: Missing layouts/error template
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-conductor
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Imre Farkas
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-11 08:13 UTC by Jan Provaznik
Modified: 2016-09-20 05:02 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-29 12:17:02 UTC


Attachments (Terms of Use)

Description Jan Provaznik 2011-11-11 08:13:38 UTC
Description of problem:
When an exception is raised in conductor, html_error_page in application controller tries to render layouts/error page. There is no this template defined, so no error is displayed. Backtrace:

ActionView::MissingTemplate (Missing template layouts/error with {:formats=>[:html], :locale=>[:en, :en], :handlers=>[:erb, :builder, :haml]}. Searched in:
  * "/home/jprovazn/devel/conductor/src/app/views"
):
  app/controllers/application_controller.rb:95:in `html_error_page'
  app/controllers/application_controller.rb:83:in `handle_error'
  app/controllers/application_controller.rb:82:in `handle_error'
  app/controllers/application_controller.rb:73:in `handle_general_error'


We should add layout/error and layout/popup-error templates.


Note You need to log in before you can comment on or make changes to this bug.