Advertisement
Guest User

Untitled

a guest
Mar 7th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. [Fri Mar 7 11:33:52 2014] [debug] Template "exception.development.html.ep" not found.
  2. [Fri Mar 7 11:33:52 2014] [debug] Template "exception.html.ep" not found.
  3. [Fri Mar 7 11:33:52 2014] [debug] Rendering inline template "b260ba41ebf72d49075cbbc0f6086768".
  4. [Fri Mar 7 11:33:52 2014] [debug] Rendering inline template "386d52bb3f2a581a1b21007d7de8d1aa".
  5. [Fri Mar 7 11:33:52 2014] [error] Event "read" failed: Can't locate object method "history" via package "Mojo::Log" at inline template b260ba41ebf72d49075cbbc0f6086768 line 295.
  6. 290: %= $kv->(Time => scalar localtime(time))
  7. 291: </table>
  8. 292: </div>
  9. 293: <div class="tap">tap for more</div>
  10. 294: </div>
  11. 295: % if (@{app->log->history}) {
  12. 296: <div id="log" class="box infobox spaced">
  13. 297: <table>
  14. 298: % for my $msg (@{app->log->history}) {
  15. 299: % my ($time, $level, @lines) = @$msg;
  16. 300: % $time = localtime $time;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement