Sha256: 77e94ebff3054aff3e1222ca86aeecc646305a6c60ecaa45b11cd6880fd4c4cc
Contents?: true
Size: 1.16 KB
Versions: 54
Compression:
Stored size: 1.16 KB
Contents
<% layout 'error_layout', :title => "#{@app_name} application could not be started" do %> <h1 class="error_title"><%= @app_name %> application could not be started</h1> <div id="content"> A source file that the application requires, is missing. <ul> <li class="first"> <div class="container"> <div class="content"> It is possible that you didn't upload your application files correctly. Please check whether all your application files are uploaded. </div> </div> </li> <li class="last"> <div class="container"> <div class="content"> A required library may not installed. Please install all libraries that this application requires. </div> </div> </li> </ul> Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem. <dl> <dt>Error message:</dt> <dd><%=h @error.child_exception.message %></dd> <dt>Exception class:</dt> <dd><%=h @error.child_exception.class %></dd> <dt>Application root:</dt> <dd> <tt class="filename"><%=h @app_root %></tt> </dd> <dt>Backtrace:</dt> <dd> <%= backtrace_html_for(@error.child_exception) %> </dd> </dl> </div> <% end %>
Version data entries
54 entries across 54 versions & 6 rubygems