I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Bug #1840

Site error on non-existen projects

Added by Andriy Lesyuk over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
07 Sep 2011
Due date:
% Done:

0%

Redmine version:
External issue:

Description

Sample URL: /projects/non-existing-project

Error:

  Couldn't find Project with identifier=non-existing-project
  On line #59 of vendor/plugins/andriy_lesyuk/app/views/layouts/base.rhtml

    56: <%= tag('div', {:id => 'main', :class => (has_content?(:sidebar) ? '' : 'nosidebar')}, true) %>
    57:     <div id="sidebar">        
    58:         <%= yield :sidebar %>
    59:         <%= call_hook :view_layouts_base_sidebar %>
    60:     </div>
    61:     
    62:     <div id="content">

History

#1 Updated by Andriy Lesyuk over 12 years ago

  • Project changed from Projects to Advertising

#2 Updated by Andriy Lesyuk over 12 years ago

  • Status changed from Open to Closed

Also available in: Atom PDF

Terms of use | Privacy policy