プロジェクト

全般

プロフィール

favorite_diary.html

Mutsumi Imamura, 2011-03-24 17:01

ダウンロード (319 KB)

 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
3

    
4

    
5
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
  <title>sfRenderException: The template "diaryError.php" does not exist or is unreadable in "".</title>
7
  <style type="text/css">
8
  body { margin: 0; padding: 20px; margin-top: 20px; background-color: #eee }
9
  body, td, th { font: 11px Verdana, Arial, sans-serif; color: #333 }
10
  a { color: #333 }
11
  h1 { margin: 0 0 0 10px; padding: 10px 0 10px 0; font-weight: bold; font-size: 120% }
12
  h2 { margin: 0; padding: 5px 0; font-size: 110% }
13
  ul { padding-left: 20px; list-style: decimal }
14
  ul li { padding-bottom: 5px; margin: 0 }
15
  ol { font-family: monospace; white-space: pre; list-style-position: inside; margin: 0; padding: 10px 0 }
16
  ol li { margin: -5px; padding: 0 }
17
  ol .selected { font-weight: bold; background-color: #ddd; padding: 2px 0 }
18
  table.vars { padding: 0; margin: 0; border: 1px solid #999; background-color: #fff; }
19
  table.vars th { padding: 2px; background-color: #ddd; font-weight: bold }
20
  table.vars td  { padding: 2px; font-family: monospace; white-space: pre }
21
  p.error { padding: 10px; background-color: #f00; font-weight: bold; text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
22
  p.error a { color: #fff }
23
  #main { padding: 30px 40px; border: 1px solid #ddd; background-color: #fff; text-align:left; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; min-width: 770px; max-width: 770px }
24
  #message { padding: 10px; margin-bottom: 10px; background-color: #eee; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
25
  a.file_link { text-decoration: none; }
26
  a.file_link:hover { text-decoration: underline; }
27
  .code, #sf_settings, #sf_request, #sf_response, #sf_user, #sf_globals { overflow: auto; }
28
  </style>
29
  <script type="text/javascript">
30
  function toggle(id)
31
  {
32
    el = document.getElementById(id); el.style.display = el.style.display == 'none' ? 'block' : 'none';
33
  }
34
  </script>
35
<style type="text/css">#sfWebDebug {   padding: 0;   margin: 0;   font-family: Arial, sans-serif;   font-size: 12px;   color: #333;   text-align: left;   line-height: 12px; }  #sfWebDebug a, #sfWebDebug a:hover {   text-decoration: none;   border: none;   background-color: transparent;   color: #000; }  #sfWebDebug img {   float: none;   margin: 0;   border: 0;   display: inline; }  #sfWebDebugBar {   position: absolute;   margin: 0;   padding: 1px 0;   right: 0px;   top: 0px;   opacity: 0.80;   filter: alpha(opacity:80);   z-index: 10000;   white-space: nowrap;   background-color: #ddd; }  #sfWebDebugBar[id] {   position: fixed; }  #sfWebDebugBar img {   vertical-align: middle; }  #sfWebDebugBar .sfWebDebugMenu {   padding: 5px;   padding-left: 0;   display: inline;   margin: 0; }  #sfWebDebugBar .sfWebDebugMenu li {   display: inline;   list-style: none;   margin: 0;   padding: 0 6px; }  #sfWebDebugBar .sfWebDebugMenu li.last {   margin: 0;   padding: 0;   border: 0; }  #sfWebDebugDatabaseDetails li {   margin: 0;   margin-left: 30px;   padding: 5px 0; }  #sfWebDebugShortMessages li {   margin-bottom: 10px;   padding: 5px;   background-color: #ddd; }  #sfWebDebugShortMessages li {   list-style: none; }  #sfWebDebugDetails {   margin-right: 7px; }  #sfWebDebug pre {   line-height: 1.3;   margin-bottom: 10px; }  #sfWebDebug h1 {   font-size: 16px;   font-weight: bold;   margin: 20px 0;   padding: 0;   border: 0px;   background-color: #eee; }  #sfWebDebug h2 {   font-size: 14px;   font-weight: bold;   margin: 10px 0;   padding: 0;   border: 0px;   background: none; }  #sfWebDebug h3 {   font-size: 12px;   font-weight: bold;   margin: 10px 0;   padding: 0;   border: 0px;   background: none; }  #sfWebDebug .sfWebDebugTop {   position: absolute;   left: 0px;   top: 0px;   width: 98%;   padding: 0 1%;   margin: 0;   z-index: 9999;   background-color: #efefef;   border-bottom: 1px solid #aaa; }  #sfWebDebugLog {   margin: 0;   padding: 3px;   font-size: 11px; }  #sfWebDebugLogMenu {   margin-bottom: 5px; }  #sfWebDebugLogMenu li {   display: inline;   list-style: none;   margin: 0;   padding: 0 5px;   border-right: 1px solid #aaa; }  #sfWebDebugConfigSummary {   display: inline;   padding: 5px;   background-color: #ddd;   border: 1px solid #aaa;   margin: 20px 0; }  #sfWebDebugConfigSummary li {   list-style: none;   display: inline;   margin: 0;   padding: 0 5px; }  #sfWebDebugConfigSummary li.last {   border: 0; }  .sfWebDebugInfo, .sfWebDebugInfo td {   background-color: #ddd; }  .sfWebDebugWarning, .sfWebDebugWarning td {   background-color: orange !important; }  .sfWebDebugError, .sfWebDebugError td {   background-color: #f99 !important; }  .sfWebDebugLogNumber {   width: 1%; }  .sfWebDebugLogType {   width: 1%;   white-space: nowrap; }  .sfWebDebugLogType, #sfWebDebug .sfWebDebugLogType a {   color: darkgreen; }  #sfWebDebug .sfWebDebugLogType a:hover {   text-decoration: underline; }  .sfWebDebugLogInfo {   color: blue; }  .ison {   color: #3f3;   margin-right: 5px; }  .isoff {   color: #f33;   margin-right: 5px;   text-decoration: line-through; }  .sfWebDebugLogs {   padding: 0;   margin: 0;   border: 1px solid #999;   font-family: Arial;   font-size: 11px; }  .sfWebDebugLogs tr {   padding: 0;   margin: 0;   border: 0; }  .sfWebDebugLogs td {   margin: 0;   border: 0;   padding: 1px 3px;   vertical-align: top; }  .sfWebDebugLogs th {   margin: 0;   border: 0;   padding: 3px 5px;   vertical-align: top;   background-color: #999;   color: #eee;   white-space: nowrap; }  .sfWebDebugDebugInfo {   color: #999;   font-size: 11px;   margin: 5px 0 5px 10px;   padding: 2px 0 2px 5px;   border-left: 1px solid #aaa;   line-height: 1.25em; }  .sfWebDebugDebugInfo .sfWebDebugLogInfo, .sfWebDebugDebugInfo a.sfWebDebugFileLink {   color: #333 !important; }  .sfWebDebugCache {   padding: 0;   margin: 0;   font-family: Arial;   position: absolute;   overflow: hidden;   z-index: 995;   font-size: 9px;   padding: 2px;   filter:alpha(opacity=85);   -moz-opacity:0.85;   opacity: 0.85; }  #sfWebDebugSymfonyVersion {   margin-left: 0;   padding: 1px 4px;   background-color: #666;   color: #fff; }  #sfWebDebugviewDetails ul {   padding-left: 2em;   margin: .5em 0;   list-style: none; }  #sfWebDebugviewDetails li {   margin-bottom: .5em; }  #sfWebDebug .sfWebDebugDataType, #sfWebDebug .sfWebDebugDataType a {   color: #666;   font-style: italic; }  #sfWebDebug .sfWebDebugDataType a:hover {   text-decoration: underline; }  #sfWebDebugDatabaseLogs {   margin-bottom: 10px; }  #sfWebDebugDatabaseLogs ol {   margin: 0;   padding: 0;   margin-left: 20px;   list-style: number; }  #sfWebDebugDatabaseLogs li {   padding: 6px; }  #sfWebDebugDatabaseLogs li:nth-child(odd) {   background-color: #CCC; }  .sfWebDebugDatabaseQuery {   margin-bottom: .5em;   margin-top: 0; }  .sfWebDebugDatabaseLogInfo {   color: #666;   font-size: 11px; }  .sfWebDebugDatabaseQuery .sfWebDebugLogInfo {   color: #909;   font-weight: bold; }  .sfWebDebugHighlight {   background: #FFC; }</style></head><body>
36
  <center><div id="main">
37
  <div style="float: right;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAZCAYAAAAiwE4nAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEfklEQVRIx7VUa0wUVxT+Znd2FxZk0YKACAtaGwEDUhUTBTEIItmKYk3UNqalD7StMSQ1JKatP5omTYyx0VRrjPERX7XWAG2t9GVi3drU2h+gi4BCWV67lOe6O/uYmXtPf0BRrMBK6UlObmbON9935p6HQEQI1o7uXeSy1dsjHn2Xlpr0oKzililoEiIKymvOr9q+pzyZZN894moHcbWDZN892lOeTN9fKHgrWB5NsInZ7joOrtv4JgR2F4r0AxTpRwisEes2bsNtW+eBYHmCEqw8kVsp6oy6jMUFYIoTxFUQqWBqNzIWr4aoC9NVnlxZNSWC1mqLsa6ubd36zbug+m3gXBlypoCYAuavx4Ytu1Fbay+2VluME/GJEwHsnT3WpLlzhbi4Z6D46gBosP/gVQDA669kIzJSRWxcApLnPie0dw3cALBw0k1z5dyKrIqyWHL1/Eye7n3kcX5MH75fRAAIAJUUZ5Cnez9JPYfI1XuDKsriqOZcbtakm6alte/yqsIi6LVt4KobxAIAqSPxwUEJxAPgqgcG0YH8NS+gxT5wZVI1/PrU0q1O54OoFfmvQZZsIBYA5zIy0maOYFZmJ4GYAuIyZG8jcvLfgMPhmnHlbG7pUws2NfUeWVvyMpj3d3DVB84C4MyPxNkP+8I0TQRn/qGY6gP316J4w6uob3AceirBzw9nnBD1RmN65nLIUhOIBUBcBjEZ5viQEZx5thFcdQ+50o+A5w7SM5dBFHWhFz5bdOpJ3MLjq63mdHrIr7f6PaXbPtBGht4DUwYAQXikyVTkb/gKtbYBNFpzYYoY3egarR6D7jCcPmtly5ZEh6/ZWucfdyycPep3ycmJ2phoAzx9ziERLoMzN4hJAICI8KEkp4VxcCaP+p4zGdHTw2FOiNB2OTzfAMgf80qrjmem1zf256zf9B6kvmvgqgeqrw2qvx1cGQRxBcQV5GRFIGepaeT5cfdJXbAUPY+79z15l47MWzDmH7a3P/g2Ly9X4O6LkKUWEPeOMbwMpnANiClPDkOBXteL3OXxQnNL72UA5n/V8NLR9Bdrb/ddLN+5VvD23wTA8d9MgNH0LD759DrS5oeUbN7RWjXqSu//OXi8sCBFkN11IFJAxMZ0e4cP12+6xsUQqZC9nShclYTWtsDJUTU8cyDlsE7URqTMC4Eiu8fN+/JVF7I3NuGlna2wlDaPi1VkN1LnR0GvF00n95kPAICm+tgcQ9N9V5ll9Tz4JSem2vySE5bCFDS3+t+uPjbHIA64dF/MioU2aoYGXndgQgJLngnWL0PR1iUje0n4hHimBhA1XYA5IVz8q1eu0oSGqCc6HV4ihAIQgso6MV4flNhDUR/iYqbBI1GqZtM7zVUzZ4p3rl5rQIgxesqvVCsa0O8y4Lc/nGp8rLhcBIA7Df7C7hlKe2ZGojYmZsGUCsqygvOnf6FZsbrtm3bY+wUigiAIC/funlXR0RXYgv/BzAmGn979qGvXyOALghAJQAtAB0A/fIrDY6MNurj/LBqADW8OFYACQB4+2d80or7Ra0ZtxAAAAABJRU5ErkJggg=="></div>
38
  <h1>500 | Internal Server Error | sfRenderException</h1>
39
  <h2 id="message">The template "diaryError.php" does not exist or is unreadable in "".</h2>
40
  <h2>stack trace</h2>
41
  <ul><li>at <strong></strong>()<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/view/sfView.class.php</em> line 364 <a href="#" onclick="toggle('trace_0'); return false;">...</a><br><ul class="code" id="trace_0" style="display: block;"><ol start="361"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
42
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else</li>
43
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{</li>
44
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw&nbsp;new&nbsp;<span style="color: rgb(0, 0, 187);">sfRenderException</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">sprintf</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(221, 0, 0);">'The&nbsp;template&nbsp;"%s"&nbsp;does&nbsp;not&nbsp;exist&nbsp;or&nbsp;is&nbsp;unreadable&nbsp;in&nbsp;"%s".'</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">template</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">directory</span><span style="color: rgb(0, 119, 0);">));</span></li>
45
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
46
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
47
<li>&nbsp;&nbsp;}</li></ol></ul></li><li>at <strong>sfView-&gt;preRenderCheck</strong>()<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/view/sfPHPView.class.php</em> line 180 <a href="#" onclick="toggle('trace_1'); return false;">...</a><br><ul class="code" id="trace_1" style="display: none;"><ol start="177"><li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 119, 0);">if&nbsp;(</span><span style="color: rgb(0, 0, 187);">null&nbsp;</span><span style="color: rgb(0, 119, 0);">===&nbsp;</span><span style="color: rgb(0, 0, 187);">$content</span><span style="color: rgb(0, 119, 0);">)</span></li>
48
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li>
49
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;pre-render&nbsp;check</span></li>
50
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">preRenderCheck</span><span style="color: rgb(0, 119, 0);">();</span></li>
51
<li></li>
52
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">attributeHolder</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">set</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(221, 0, 0);">'sf_type'</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(221, 0, 0);">'action'</span><span style="color: rgb(0, 119, 0);">);</span></li>
53
<li></li></ol></ul></li><li>at <strong>sfPHPView-&gt;render</strong>()<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php</em> line 155 <a href="#" onclick="toggle('trace_2'); return false;">...</a><br><ul class="code" id="trace_2" style="display: none;"><ol start="152"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;</li>
54
<li></li>
55
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;<span style="color: rgb(0, 0, 187);">sfView</span><span style="color: rgb(0, 119, 0);">::</span><span style="color: rgb(0, 0, 187);">RENDER_CLIENT</span><span style="color: rgb(0, 119, 0);">:</span></li>
56
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$viewData&nbsp;</span><span style="color: rgb(0, 119, 0);">=&nbsp;</span><span style="color: rgb(0, 0, 187);">$view</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">render</span><span style="color: rgb(0, 119, 0);">();</span></li>
57
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">context</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getResponse</span><span style="color: rgb(0, 119, 0);">()-&gt;</span><span style="color: rgb(0, 0, 187);">setContent</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$viewData</span><span style="color: rgb(0, 119, 0);">);</span></li>
58
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;</li>
59
<li></li></ol></ul></li><li>at <strong>sfExecutionFilter-&gt;executeView</strong>('favorite', 'diary', 'Error', <em>array</em>('pager' =&gt; <em>object</em>('sfDoctrinePager')))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php</em> line 116 <a href="#" onclick="toggle('trace_3'); return false;">...</a><br><ul class="code" id="trace_3" style="display: none;"><ol start="113"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return;</li>
60
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
61
<li></li>
62
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">executeView</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$actionInstance</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getModuleName</span><span style="color: rgb(0, 119, 0);">(),&nbsp;</span><span style="color: rgb(0, 0, 187);">$actionInstance</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getActionName</span><span style="color: rgb(0, 119, 0);">(),&nbsp;</span><span style="color: rgb(0, 0, 187);">$viewName</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">$actionInstance</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getVarHolder</span><span style="color: rgb(0, 119, 0);">()-&gt;</span><span style="color: rgb(0, 0, 187);">getAll</span><span style="color: rgb(0, 119, 0);">());</span></li>
63
<li>&nbsp;&nbsp;}</li>
64
<li></li>
65
<li>&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">/**</span></li></ol></ul></li><li>at <strong>sfExecutionFilter-&gt;handleView</strong>(<em>object</em>('sfFilterChain'), <em>object</em>('favoriteActions'), 'Error')<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php</em> line 47 <a href="#" onclick="toggle('trace_4'); return false;">...</a><br><ul class="code" id="trace_4" style="display: none;"><ol start="44"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$timer</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">addTime</span><span style="color: rgb(0, 119, 0);">();</span></li>
66
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$timer&nbsp;</span><span style="color: rgb(0, 119, 0);">=&nbsp;</span><span style="color: rgb(0, 0, 187);">sfTimerManager</span><span style="color: rgb(0, 119, 0);">::</span><span style="color: rgb(0, 0, 187);">getTimer</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">sprintf</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(221, 0, 0);">'View&nbsp;"%s"&nbsp;for&nbsp;"%s/%s"'</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">$viewName</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">$actionInstance</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getModuleName</span><span style="color: rgb(0, 119, 0);">(),&nbsp;</span><span style="color: rgb(0, 0, 187);">$actionInstance</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getActionName</span><span style="color: rgb(0, 119, 0);">()));</span></li>
67
<li></li>
68
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">handleView</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">$actionInstance</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">$viewName</span><span style="color: rgb(0, 119, 0);">);</span></li>
69
<li></li>
70
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$timer</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">addTime</span><span style="color: rgb(0, 119, 0);">();</span></li>
71
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li></ol></ul></li><li>at <strong>sfExecutionFilter-&gt;execute</strong>(<em>object</em>('sfFilterChain'))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php</em> line 53 <a href="#" onclick="toggle('trace_5'); return false;">...</a><br><ul class="code" id="trace_5" style="display: none;"><ol start="50"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
72
<li></li>
73
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</span></li>
74
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">chain</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">index</span><span style="color: rgb(0, 119, 0);">]-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">);</span></li>
75
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
76
<li>&nbsp;&nbsp;}</li>
77
<li></li></ol></ul></li><li>at <strong>sfFilterChain-&gt;execute</strong>()<br>in <em>SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php</em> line 29 <a href="#" onclick="toggle('trace_6'); return false;">...</a><br><ul class="code" id="trace_6" style="display: none;"><ol start="26"><li>&nbsp;&nbsp;*/</li>
78
<li>&nbsp;&nbsp;<span style="color: rgb(0, 119, 0);">public&nbsp;function&nbsp;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">)</span></li>
79
<li>&nbsp;&nbsp;{</li>
80
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">();</span></li>
81
<li></li>
82
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$response&nbsp;</span><span style="color: rgb(0, 119, 0);">=&nbsp;</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getContext</span><span style="color: rgb(0, 119, 0);">()-&gt;</span><span style="color: rgb(0, 0, 187);">getResponse</span><span style="color: rgb(0, 119, 0);">();</span></li>
83
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$request&nbsp;</span><span style="color: rgb(0, 119, 0);">=&nbsp;</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getContext</span><span style="color: rgb(0, 119, 0);">()-&gt;</span><span style="color: rgb(0, 0, 187);">getRequest</span><span style="color: rgb(0, 119, 0);">();</span></li></ol></ul></li><li>at <strong>opEmojiFilter-&gt;execute</strong>(<em>object</em>('sfFilterChain'))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php</em> line 53 <a href="#" onclick="toggle('trace_7'); return false;">...</a><br><ul class="code" id="trace_7" style="display: none;"><ol start="50"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
84
<li></li>
85
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</span></li>
86
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">chain</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">index</span><span style="color: rgb(0, 119, 0);">]-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">);</span></li>
87
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
88
<li>&nbsp;&nbsp;}</li>
89
<li></li></ol></ul></li><li>at <strong>sfFilterChain-&gt;execute</strong>()<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php</em> line 72 <a href="#" onclick="toggle('trace_8'); return false;">...</a><br><ul class="code" id="trace_8" style="display: none;"><ol start="69"><li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
90
<li></li>
91
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;the&nbsp;user&nbsp;has&nbsp;access,&nbsp;continue</span></li>
92
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">();</span></li>
93
<li>&nbsp;&nbsp;}</li>
94
<li></li>
95
<li>&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">/**</span></li></ol></ul></li><li>at <strong>sfBasicSecurityFilter-&gt;execute</strong>(<em>object</em>('sfFilterChain'))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php</em> line 53 <a href="#" onclick="toggle('trace_9'); return false;">...</a><br><ul class="code" id="trace_9" style="display: none;"><ol start="50"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
96
<li></li>
97
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</span></li>
98
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">chain</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">index</span><span style="color: rgb(0, 119, 0);">]-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">);</span></li>
99
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
100
<li>&nbsp;&nbsp;}</li>
101
<li></li></ol></ul></li><li>at <strong>sfFilterChain-&gt;execute</strong>()<br>in <em>SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php</em> line 34 <a href="#" onclick="toggle('trace_10'); return false;">...</a><br><ul class="code" id="trace_10" style="display: none;"><ol start="31"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">context</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getUser</span><span style="color: rgb(0, 119, 0);">()-&gt;</span><span style="color: rgb(0, 0, 187);">login</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$memberId</span><span style="color: rgb(0, 119, 0);">);</span></li>
102
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
103
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
104
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">();</span></li>
105
<li>&nbsp;&nbsp;}</li>
106
<li>}</li>
107
<li>
108

    
109
</li></ol></ul></li><li>at <strong>opRememberLoginFilter-&gt;execute</strong>(<em>object</em>('sfFilterChain'))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php</em> line 53 <a href="#" onclick="toggle('trace_11'); return false;">...</a><br><ul class="code" id="trace_11" style="display: none;"><ol start="50"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
110
<li></li>
111
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</span></li>
112
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">chain</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">index</span><span style="color: rgb(0, 119, 0);">]-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">);</span></li>
113
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
114
<li>&nbsp;&nbsp;}</li>
115
<li></li></ol></ul></li><li>at <strong>sfFilterChain-&gt;execute</strong>()<br>in <em>SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php</em> line 26 <a href="#" onclick="toggle('trace_12'); return false;">...</a><br><ul class="code" id="trace_12" style="display: none;"><ol start="23"><li></li>
116
<li>&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!<span style="color: rgb(0, 0, 187);">opConfig</span><span style="color: rgb(0, 119, 0);">::</span><span style="color: rgb(0, 0, 187);">get</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(221, 0, 0);">'enable_openid'</span><span style="color: rgb(0, 119, 0);">))</span></li>
117
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li>
118
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">();</span></li>
119
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
120
<li>&nbsp;&nbsp;&nbsp;&nbsp;elseif&nbsp;(<span style="color: rgb(221, 0, 0);">'homepage'&nbsp;</span><span style="color: rgb(0, 119, 0);">===&nbsp;</span><span style="color: rgb(0, 0, 187);">$route</span><span style="color: rgb(0, 119, 0);">)</span></li>
121
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li></ol></ul></li><li>at <strong>opAppendXRDSHeaderFilter-&gt;execute</strong>(<em>object</em>('sfFilterChain'))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php</em> line 53 <a href="#" onclick="toggle('trace_13'); return false;">...</a><br><ul class="code" id="trace_13" style="display: none;"><ol start="50"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
122
<li></li>
123
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</span></li>
124
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">chain</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">index</span><span style="color: rgb(0, 119, 0);">]-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">);</span></li>
125
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
126
<li>&nbsp;&nbsp;}</li>
127
<li></li></ol></ul></li><li>at <strong>sfFilterChain-&gt;execute</strong>()<br>in <em>SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php</em> line 39 <a href="#" onclick="toggle('trace_14'); return false;">...</a><br><ul class="code" id="trace_14" style="display: none;"><ol start="36"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
128
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
129
<li></li>
130
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">();</span></li>
131
<li>&nbsp;&nbsp;}</li>
132
<li>}</li>
133
<li>
134

    
135
</li></ol></ul></li><li>at <strong>opCheckEnabledApplicationFilter-&gt;execute</strong>(<em>object</em>('sfFilterChain'))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php</em> line 53 <a href="#" onclick="toggle('trace_15'); return false;">...</a><br><ul class="code" id="trace_15" style="display: none;"><ol start="50"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
136
<li></li>
137
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</span></li>
138
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">chain</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">index</span><span style="color: rgb(0, 119, 0);">]-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">);</span></li>
139
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
140
<li>&nbsp;&nbsp;}</li>
141
<li></li></ol></ul></li><li>at <strong>sfFilterChain-&gt;execute</strong>()<br>in <em>SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php</em> line 27 <a href="#" onclick="toggle('trace_16'); return false;">...</a><br><ul class="code" id="trace_16" style="display: none;"><ol start="24"><li>&nbsp;&nbsp;*/</li>
142
<li>&nbsp;&nbsp;<span style="color: rgb(0, 119, 0);">public&nbsp;function&nbsp;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">)</span></li>
143
<li>&nbsp;&nbsp;{</li>
144
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">();</span></li>
145
<li></li>
146
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$response&nbsp;</span><span style="color: rgb(0, 119, 0);">=&nbsp;</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getContext</span><span style="color: rgb(0, 119, 0);">()-&gt;</span><span style="color: rgb(0, 0, 187);">getResponse</span><span style="color: rgb(0, 119, 0);">();</span></li>
147
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$request&nbsp;</span><span style="color: rgb(0, 119, 0);">=&nbsp;</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getContext</span><span style="color: rgb(0, 119, 0);">()-&gt;</span><span style="color: rgb(0, 0, 187);">getRequest</span><span style="color: rgb(0, 119, 0);">();</span></li></ol></ul></li><li>at <strong>opCacheControlFilter-&gt;execute</strong>(<em>object</em>('sfFilterChain'))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php</em> line 53 <a href="#" onclick="toggle('trace_17'); return false;">...</a><br><ul class="code" id="trace_17" style="display: none;"><ol start="50"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
148
<li></li>
149
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</span></li>
150
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">chain</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">index</span><span style="color: rgb(0, 119, 0);">]-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">);</span></li>
151
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
152
<li>&nbsp;&nbsp;}</li>
153
<li></li></ol></ul></li><li>at <strong>sfFilterChain-&gt;execute</strong>()<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php</em> line 33 <a href="#" onclick="toggle('trace_18'); return false;">...</a><br><ul class="code" id="trace_18" style="display: none;"><ol start="30"><li>&nbsp;&nbsp;<span style="color: rgb(0, 119, 0);">public&nbsp;function&nbsp;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">)</span></li>
154
<li>&nbsp;&nbsp;{</li>
155
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;next&nbsp;filter</span></li>
156
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">();</span></li>
157
<li></li>
158
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;get&nbsp;response&nbsp;object</span></li>
159
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$response&nbsp;</span><span style="color: rgb(0, 119, 0);">=&nbsp;</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">context</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getResponse</span><span style="color: rgb(0, 119, 0);">();</span></li></ol></ul></li><li>at <strong>sfRenderingFilter-&gt;execute</strong>(<em>object</em>('sfFilterChain'))<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php</em> line 53 <a href="#" onclick="toggle('trace_19'); return false;">...</a><br><ul class="code" id="trace_19" style="display: none;"><ol start="50"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
160
<li></li>
161
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</span></li>
162
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">chain</span><span style="color: rgb(0, 119, 0);">[</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">index</span><span style="color: rgb(0, 119, 0);">]-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">);</span></li>
163
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
164
<li>&nbsp;&nbsp;}</li>
165
<li></li></ol></ul></li><li>at <strong>sfFilterChain-&gt;execute</strong>()<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php</em> line 233 <a href="#" onclick="toggle('trace_20'); return false;">...</a><br><ul class="code" id="trace_20" style="display: none;"><ol start="230"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
166
<li></li>
167
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;process&nbsp;the&nbsp;filter&nbsp;chain</span></li>
168
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$filterChain</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">execute</span><span style="color: rgb(0, 119, 0);">();</span></li>
169
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
170
<li>&nbsp;&nbsp;&nbsp;&nbsp;else</li>
171
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li></ol></ul></li><li>at <strong>sfController-&gt;forward</strong>('favorite', 'diary')<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php</em> line 48 <a href="#" onclick="toggle('trace_21'); return false;">...</a><br><ul class="code" id="trace_21" style="display: none;"><ol start="45"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
172
<li></li>
173
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">//&nbsp;make&nbsp;the&nbsp;first&nbsp;request</span></li>
174
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">forward</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$moduleName</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">$actionName</span><span style="color: rgb(0, 119, 0);">);</span></li>
175
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
176
<li>&nbsp;&nbsp;&nbsp;&nbsp;catch&nbsp;(<span style="color: rgb(0, 0, 187);">sfException&nbsp;$e</span><span style="color: rgb(0, 119, 0);">)</span></li>
177
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li></ol></ul></li><li>at <strong>sfFrontWebController-&gt;dispatch</strong>()<br>in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php</em> line 170 <a href="#" onclick="toggle('trace_22'); return false;">...</a><br><ul class="code" id="trace_22" style="display: none;"><ol start="167"><li>&nbsp;&nbsp;&nbsp;*/</li>
178
<li>&nbsp;&nbsp;<span style="color: rgb(0, 119, 0);">public&nbsp;function&nbsp;</span><span style="color: rgb(0, 0, 187);">dispatch</span><span style="color: rgb(0, 119, 0);">()</span></li>
179
<li>&nbsp;&nbsp;{</li>
180
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(0, 0, 187);">$this</span><span style="color: rgb(0, 119, 0);">-&gt;</span><span style="color: rgb(0, 0, 187);">getController</span><span style="color: rgb(0, 119, 0);">()-&gt;</span><span style="color: rgb(0, 0, 187);">dispatch</span><span style="color: rgb(0, 119, 0);">();</span></li>
181
<li>&nbsp;&nbsp;}</li>
182
<li></li>
183
<li>&nbsp;&nbsp;<span style="color: rgb(255, 128, 0);">/**</span></li></ol></ul></li><li>at <strong>sfContext-&gt;dispatch</strong>()<br>in <em>SF_ROOT_DIR/web/pc_frontend_dev.php</em> line 14 <a href="#" onclick="toggle('trace_23'); return false;">...</a><br><ul class="code" id="trace_23" style="display: none;"><ol start="11"><li><span style="color: rgb(0, 119, 0);">require_once(</span><span style="color: rgb(0, 0, 187);">dirname</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">__FILE__</span><span style="color: rgb(0, 119, 0);">).</span><span style="color: rgb(221, 0, 0);">'/../config/ProjectConfiguration.class.php'</span><span style="color: rgb(0, 119, 0);">);</span></li>
184
<li></li>
185
<li><span style="color: rgb(0, 0, 187);">$configuration&nbsp;</span><span style="color: rgb(0, 119, 0);">=&nbsp;</span><span style="color: rgb(0, 0, 187);">ProjectConfiguration</span><span style="color: rgb(0, 119, 0);">::</span><span style="color: rgb(0, 0, 187);">getApplicationConfiguration</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(221, 0, 0);">'pc_frontend'</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(221, 0, 0);">'dev'</span><span style="color: rgb(0, 119, 0);">,&nbsp;</span><span style="color: rgb(0, 0, 187);">true</span><span style="color: rgb(0, 119, 0);">);</span></li>
186
<li class="selected"><span style="color: rgb(0, 0, 187);">sfContext</span><span style="color: rgb(0, 119, 0);">::</span><span style="color: rgb(0, 0, 187);">createInstance</span><span style="color: rgb(0, 119, 0);">(</span><span style="color: rgb(0, 0, 187);">$configuration</span><span style="color: rgb(0, 119, 0);">)-&gt;</span><span style="color: rgb(0, 0, 187);">dispatch</span><span style="color: rgb(0, 119, 0);">();</span></li>
187
<li>
188

    
189
</li></ol></ul></li></ul>
190

    
191
  <h2>symfony settings <a href="#" onclick="toggle('sf_settings'); return false;">...</a></h2>
192
  <div id="sf_settings" style="display: none;"><pre>app_blog_action_size: 20
193
app_blog_component_size: 5
194
app_blog_rss_cache_dir: /plugins/opBlogPlugin
195
app_datasize_small:
196
  GenerateMember: { number: 10 }
197
  GenerateCommunity: { number: 10 }
198
  GenerateCommunityTopic: { number: 10 }
199
  GenerateCommunityTopicComment: { communitynumber: 3, topicnumber: 3, number: 3 }
200
  GenerateCommunityEvent: { number: 10 }
201
  GenerateCommunityEventComment: { communitynumber: 3, eventnumber: 3, number: 3, member: 3 }
202
  GenerateDiary: { number: 10 }
203
  GenerateDiaryComment: { number: 10 }
204
app_datasize_tiny:
205
  GenerateMember: { number: 1 }
206
  GenerateCommunity: { number: 1 }
207
  GenerateCommunityTopic: { number: 1 }
208
  GenerateDiary: { number: 1 }
209
  GenerateDiaryComment: { number: 1 }
210
app_diary_comment_is_upload_images: true
211
app_diary_comment_max_image_file_num: 3
212
app_diary_is_upload_images: true
213
app_diary_max_image_file_num: 3
214
app_line_introfriend: 5
215
app_max_introfriend: 5
216
app_message_is_upload_images: true
217
app_message_max_image_file_num: 3
218
app_message_pagenate_size: 20
219
app_update_blog_rss_cache_limit: 100
220
app_update_span_minute: 5
221
doctrine_model_builder_options:
222
  baseClassName: opDoctrineRecord
223
mod_favorite_enabled: true
224
mod_favorite_view_class: op
225
op_auth_MailAddress:
226
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
227
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
228
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
229
  self_invite_action: { IsConfig: false, Default: opAuthMailAddress/requestRegisterURL }
230
  admin_invite: { IsConfig: false, Default: true }
231
  help_login_error_action: { Name: self_invite_action, Caption: '', FormType: '', ValueType: '', IsConfig: false, IsRequired: false, Default: opAuthMailAddress/helpLoginError }
232
  is_check_multiple_address: { Name: is_check_multiple_address, Caption: ログイン用メールアドレス設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [PCメールアドレスと携帯メールアドレスの両方を受け付ける, PCメールアドレスと携帯メールアドレスのどちらか一方を受け付ける] }
233
  auth_mode_caption: { IsConfig: 0, Default: 'E-mail Address Login' }
234
op_auth_MobileUID:
235
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
236
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: 0, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
237
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
238
  self_invite_action: { IsConfig: false, Default: '' }
239
  admin_invite: { IsConfig: false, Default: false }
240
  uid_type: { Name: uid_type, Caption: '認証に使用する ID の設定', FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: ['Cookie 内のユニークな ID のみによって認証をおこなう', 'Cookie が利用できる端末の場合は Cookie 内のユニークな ID を用い、それ以外の端末では携帯電話個体識別番号によって認証をおこなう', '携帯電話個体識別番号のみによって認証をおこなう (非推奨)'] }
241
  auth_mode_caption: { IsConfig: 0, Default: 'Mobile-UID Login (For Japanese mobile phone)' }
242
op_auth_OpenID:
243
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
244
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
245
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: false, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
246
  self_invite_action: { IsConfig: false, Default: '' }
247
  admin_invite: { IsConfig: false, Default: false }
248
op_base_url: 'http://example.com'
249
op_check_session_site_identifier: true
250
op_doctrine_cache_key_prefix: ''
251
op_http_proxy: ''
252
op_image_storage: Default
253
op_imagemagick_path: /usr/bin/convert
254
op_is_mail_address_contain_hash: true
255
op_is_restrict_mail_template: true
256
op_is_use_captcha: '0'
257
op_mail_address_hash_length: 12
258
op_mail_domain: example.com
259
op_mobile_proxys:
260
  Google: 'http://www.google.co.jp/gwt/x?u='
261
op_remember_login_limit: 2592000
262
op_session_life_time:
263
  pc_frontend: { idletime: 432000 }
264
  mobile_frontend: { idletime: 3600 }
265
  pc_backend: { idletime: 86400 }
266
op_sid_secret: '1296183538'
267
op_ssl_base_url:
268
  pc_frontend: 'https://example.com'
269
  mobile_frontend: 'https://example.com'
270
  pc_backend: 'https://example.com'
271
op_ssl_required_actions:
272
  pc_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite]
273
  mobile_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite, member/configUID]
274
  pc_backend: {  }
275
op_ssl_required_applications:
276
  - pc_backend
277
op_ssl_selectable_actions:
278
  pc_frontend: {  }
279
  mobile_frontend: {  }
280
  pc_backend: {  }
281
op_supported_languages:
282
  - en
283
  - ja_JP
284
op_table_prefix: ''
285
op_use_imagemagick: 0
286
op_use_ssl: false
287
openpne_community_category:
288
  general: [public_flag, topic_authority, register_policy, description]
289
openpne_community_category_attribute: {  }
290
openpne_community_config:
291
  public_flag: { Name: public_flag, Caption: 'Authority to Read Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: 'Everyone can read', auth_commu_member: 'Only community''s members can read' } }
292
  topic_authority: { Name: topic_authority, Caption: 'Authority to Create Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: 'Community''s members can create', admin_only: 'Only community''s admin can create' } }
293
  register_policy: { Name: register_policy, Caption: 'Register policy', FormType: radio, Default: open, Choices: { open: 'Everyone can join', close: '%Community%''s admin authorization needed' }, IsUnique: false, IsRequired: true }
294
  description: { Name: description, Caption: '%community% Description', FormType: textarea, ValueType: string, IsUnique: false, IsRequired: true }
295
openpne_member_category:
296
  secretQuestion: [secret_question, secret_answer]
297
  blogUrl: [blog_url]
298
  diary: [diary]
299
  general: {  }
300
  publicFlag: [profile_page_public_flag, age_public_flag]
301
  pcAddress: [pc_address]
302
  mobileAddress: [mobile_address]
303
  password: [password]
304
  accessBlock: [access_block]
305
  mail: [daily_news]
306
  language: [language, time_zone]
307
openpne_member_category_attribute:
308
  secretQuestion: { caption: 'Secret Question Configuration', enable_pc: true, enable_mobile: true }
309
  blogUrl: { caption: 'Blog URL Configuration', enable_pc: true, enable_mobile: false }
310
  diary: { caption: 'Diary Configuration', enable_pc: true, enable_mobile: true }
311
  general: { caption: 'General Configuration', enable_pc: true, enable_mobile: true }
312
  publicFlag: { caption: 'Public Flag Configuration', enable_pc: true, enable_mobile: true }
313
  pcAddress: { caption: 'PC E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_pc }
314
  mobileAddress: { caption: 'Mobile E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_mobile }
315
  password: { caption: 'Password Configuration', enable_pc: true, enable_mobile: true }
316
  accessBlock: { caption: 'Access Block Configuration', enable_pc: true, enable_mobile: true }
317
  mail: { caption: 'Mail Configuration', enable_pc: true, enable_mobile: true }
318
  language: { caption: 'Language and Time Zone Configuration', enable_pc: true, enable_mobile: false }
319
openpne_member_config:
320
  secret_question: { Name: secret_question, Caption: 'Secret Question', FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Choices: { 1: 'What is your father''s / mother''s former name?', 2: 'What is last 5 digits of your driving license number?', 3: 'What is your first crush''s name?', 4: 'What is your finished elementary school?', 5: 'What is region name of your domicile of origin?' } }
321
  secret_answer: { Name: secret_answer, Caption: 'Answer for Secret Question', FormType: password, ValueType: text, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false }
322
  blog_url: { Name: blog_url, Caption: 'Blog URL', FormType: input, ValueType: blog_url, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
323
  diary: null
324
  profile_page_public_flag: { Name: profile_page_public_flag, Caption: 'Public Flag for Profile Page', FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsRequired: false, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: 'All Users on the Web', 1: 'All Members' } }
325
  age_public_flag: { Name: age_public_flag, Caption: 'Public Flag for Age', FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: 'All Users on the Web', 1: 'All Members', 2: '%my_friend%', 3: Private } }
326
  pc_address: { Name: pc_address, Caption: 'PC E-mail Address', FormType: input, ValueType: pc_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
327
  mobile_address: { Name: mobile_address, Caption: 'Mobile E-mail Address', FormType: input, ValueType: mobile_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
328
  password: { Name: password, Caption: Password, Info: 'Password must be 6-12 characters.', FormType: password, ValueType: password, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: true }
329
  access_block: { Name: access_block, Caption: 'Access Block', FormType: increased_input, ValueType: pass, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
330
  daily_news: { Name: daily_news, Caption: 'Daily News', FormType: radio, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Default: 2, Choices: ['Don''t Send', 'Send At Intervals', 'Send Everyday'] }
331
  language: { Name: language, Caption: Language, FormType: language_select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: ja_JP }
332
  time_zone: { Name: time_zone, Caption: 'Time Zone', FormType: select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: '', Choices: { '': None, Pacific/Honolulu: '(GMT-10:00) Hawaii', America/Anchorage: '(GMT-09:00) Alaska', America/Los_Angeles: '(GMT-08:00) Pacific Time (US &amp; Canada)', America/Phoenix: '(GMT-07:00) Arizona', America/Denver: '(GMT-07:00) Mountain Time (US &amp; Canada)', America/Chicago: '(GMT-06:00) Central Time (US &amp; Canada)', America/New_York: '(GMT-05:00) Eastern Time (US &amp; Canada)', America/Indiana/Indianapolis: '(GMT-05:00) Indiana (East)', Kwajalein: '(GMT-12:00) International Date Line West', Pacific/Midway: '(GMT-11:00) Midway Island', Pacific/Samoa: '(GMT-11:00) Samoa', America/Tijuana: '(GMT-08:00) Tijuana, Baja California', America/Chihuahua: '(GMT-07:00) Chihuahua', America/Mazatlan: '(GMT-07:00) Mazatlan', America/Regina: '(GMT-06:00) Saskatchewan', America/Tegucigalpa: '(GMT-06:00) Central America', America/Mexico_City: '(GMT-06:00) Mexico City', America/Monterrey: '(GMT-06:00) Monterrey', America/Bogota: '(GMT-05:00) Bogota', America/Lima: '(GMT-05:00) Lima', America/Rio_Branco: '(GMT-05:00) Rio Branco', America/Caracas: '(GMT-04:30) Caracas', America/Halifax: '(GMT-04:00) Atlantic Time (Canada)', America/Manaus: '(GMT-04:00) Manaus', America/Santiago: '(GMT-04:00) Santiago', America/La_Paz: '(GMT-04:00) La Paz', America/St_Johns: '(GMT-03:30) Newfoundland', America/Moncton: '(GMT-03:00) Georgetown', America/Sao_Paulo: '(GMT-03:00) Brasilia', America/Godthab: '(GMT-03:00) Greenland', America/Montevideo: '(GMT-03:00) Montevideo', Atlantic/South_Georgia: '(GMT-02:00) Mid-Atlantic', Atlantic/Azores: '(GMT-01:00) Azores', Atlantic/Cape_Verde: '(GMT-01:00) Cape Verde Is.', Europe/Dublin: '(GMT) Dublin', Europe/Lisbon: '(GMT) Lisbon', Europe/London: '(GMT) London', Africa/Monrovia: '(GMT) Monrovia', Atlantic/Reykjavik: '(GMT) Reykjavik', Africa/Casablanca: '(GMT) Casablanca', Europe/Belgrade: '(GMT+01:00) Belgrade', Europe/Bratislava: '(GMT+01:00) Bratislava', Europe/Budapest: '(GMT+01:00) Budapest', Europe/Ljubljana: '(GMT+01:00) Ljubljana', Europe/Prague: '(GMT+01:00) Prague', Europe/Sarajevo: '(GMT+01:00) Sarajevo', Europe/Skopje: '(GMT+01:00) Skopje', Europe/Warsaw: '(GMT+01:00) Warsaw', Europe/Zagreb: '(GMT+01:00) Zagreb', Europe/Brussels: '(GMT+01:00) Brussels', Europe/Copenhagen: '(GMT+01:00) Copenhagen', Europe/Madrid: '(GMT+01:00) Madrid', Europe/Paris: '(GMT+01:00) Paris', Africa/Algiers: '(GMT+01:00) West Central Africa', Europe/Amsterdam: '(GMT+01:00) Amsterdam', Europe/Berlin: '(GMT+01:00) Berlin', Europe/Rome: '(GMT+01:00) Rome', Europe/Stockholm: '(GMT+01:00) Stockholm', Europe/Vienna: '(GMT+01:00) Vienna', Europe/Minsk: '(GMT+02:00) Minsk', Africa/Cairo: '(GMT+02:00) Cairo', Europe/Helsinki: '(GMT+02:00) Helsinki', Europe/Riga: '(GMT+02:00) Riga', Europe/Sofia: '(GMT+02:00) Sofia', Europe/Tallinn: '(GMT+02:00) Tallinn', Europe/Vilnius: '(GMT+02:00) Vilnius', Europe/Athens: '(GMT+02:00) Athens', Europe/Bucharest: '(GMT+02:00) Bucharest', Europe/Istanbul: '(GMT+02:00) Istanbul', Asia/Jerusalem: '(GMT+02:00) Jerusalem', Asia/Amman: '(GMT+02:00) Amman', Asia/Beirut: '(GMT+02:00) Beirut', Africa/Windhoek: '(GMT+02:00) Windhoek', Africa/Harare: '(GMT+02:00) Harare', Asia/Kuwait: '(GMT+03:00) Kuwait', Asia/Riyadh: '(GMT+03:00) Riyadh', Asia/Baghdad: '(GMT+03:00) Baghdad', Africa/Nairobi: '(GMT+03:00) Nairobi', Asia/Tbilisi: '(GMT+03:00) Tbilisi', Europe/Moscow: '(GMT+03:00) Moscow', Europe/Volgograd: '(GMT+03:00) Volgograd', Asia/Tehran: '(GMT+03:30) Tehran', Asia/Muscat: '(GMT+04:00) Muscat', Asia/Baku: '(GMT+04:00) Baku', Asia/Yerevan: '(GMT+04:00) Yerevan', Asia/Kabul: '(GMT+04:30) Kabul', Asia/Yekaterinburg: '(GMT+05:00) Ekaterinburg', Asia/Karachi: '(GMT+05:00) Karachi', Asia/Tashkent: '(GMT+05:00) Tashkent', Asia/Calcutta: '(GMT+05:30) Calcutta', Asia/Colombo: '(GMT+05:30) Sri Jayawardenepura', Asia/Katmandu: '(GMT+05:45) Kathmandu', Asia/Dhaka: '(GMT+06:00) Dhaka', Asia/Almaty: '(GMT+06:00) Almaty', Asia/Novosibirsk: '(GMT+06:00) Novosibirsk', Asia/Rangoon: '(GMT+06:30) Yangon (Rangoon)', Asia/Krasnoyarsk: '(GMT+07:00) Krasnoyarsk', Asia/Bangkok: '(GMT+07:00) Bangkok', Asia/Jakarta: '(GMT+07:00) Jakarta', Asia/Brunei: '(GMT+08:00) Beijing', Asia/Chongqing: '(GMT+08:00) Chongqing', Asia/Hong_Kong: '(GMT+08:00) Hong Kong', Asia/Urumqi: '(GMT+08:00) Urumqi', Asia/Irkutsk: '(GMT+08:00) Irkutsk', Asia/Ulaanbaatar: '(GMT+08:00) Ulaan Bataar', Asia/Kuala_Lumpur: '(GMT+08:00) Kuala Lumpur', Asia/Singapore: '(GMT+08:00) Singapore', Asia/Taipei: '(GMT+08:00) Taipei', Australia/Perth: '(GMT+08:00) Perth', Asia/Seoul: '(GMT+09:00) Seoul', Asia/Tokyo: '(GMT+09:00) Tokyo', Asia/Yakutsk: '(GMT+09:00) Yakutsk', Australia/Darwin: '(GMT+09:30) Darwin', Australia/Adelaide: '(GMT+09:30) Adelaide', Australia/Canberra: '(GMT+10:00) Canberra', Australia/Melbourne: '(GMT+10:00) Melbourne', Australia/Sydney: '(GMT+10:00) Sydney', Australia/Brisbane: '(GMT+10:00) Brisbane', Australia/Hobart: '(GMT+10:00) Hobart', Asia/Vladivostok: '(GMT+10:00) Vladivostok', Pacific/Guam: '(GMT+10:00) Guam', Pacific/Port_Moresby: '(GMT+10:00) Port Moresby', Asia/Magadan: '(GMT+11:00) Magadan', Pacific/Fiji: '(GMT+12:00) Fiji', Asia/Kamchatka: '(GMT+12:00) Kamchatka', Pacific/Auckland: '(GMT+12:00) Auckland', Pacific/Tongatapu: '(GMT+13:00) Nuku''alofa', Pacific/Kiritimati: '(GMT+14:00) Kiritimati' } }
333
openpne_sns_category:
334
  general: [sns_name, sns_title, admin_mail_address, enable_pc, enable_mobile, enable_friend_link, image_max_filesize, daily_news_day, is_use_captcha, is_allow_post_activity, is_allow_config_public_flag_profile_page, is_allow_web_public_flag_age, nickname_of_member_who_does_not_have_credentials, enable_language, enable_connection, enable_openid]
335
  external_login_page: [external_pc_login_url, external_mobile_login_url]
336
  authentication: [enable_registration]
337
  mobile: [retrieve_uid, font_size, is_check_mobile_ip]
338
  policy: [user_agreement, privacy_policy]
339
  footer: [footer_before, footer_after]
340
  api_keys: [google_maps_api_key, google_AJAX_search_api_key]
341
openpne_sns_category_attribute:
342
  general: { Caption: 'General Configuration' }
343
  external_login_page: { Caption: 'External Login Page Configuration' }
344
  authentication: { Caption: 'Authentication Configuration' }
345
  mobile: { Caption: 'Mobile Configuration' }
346
  policy: { Caption: 'Site Policy Configuration' }
347
  footer: { Hidden: true }
348
  api_keys: { Caption: 'API キーの設定' }
349
openpne_sns_config:
350
  sns_name: { Name: sns_name, Caption: SNS名, FormType: input, ValueType: text, Default: MySNS, IsRequired: true }
351
  sns_title: { Name: sns_title, Caption: ページタイトル, Help: 'HTML の title 要素の内容になります', FormType: input, ValueType: text, Default: '', IsRequired: false }
352
  admin_mail_address: { Name: admin_mail_address, Caption: 管理者メールアドレス, FormType: input, ValueType: email, Default: sns@example.com, IsRequired: true }
353
  enable_pc: { Name: enable_pc, Caption: PC版使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
354
  enable_mobile: { Name: enable_mobile, Caption: 携帯版使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
355
  enable_friend_link: { Name: enable_friend_link, Caption: フレンドリンク使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
356
  image_max_filesize: { Name: image_max_filesize, Caption: アップロード画像のファイルサイズ制限(bytes), FormType: input, ValueType: regexp, ValueRegexp: '/^[1-9]\d*[K|M]?$/', IsRequired: true, Default: 300K }
357
  daily_news_day: { Name: daily_news_day, Caption: デイリーニュース受信頻度の設定, Help: 「毎日」「受信しない」以外の選択肢に設定したときの受信頻度を設定します, FormType: checkbox, ValueType: text, IsRequired: true, Default: [0, 3], Choices: [Mon, Tue, Wed, Thu, Fri, Sat, Sun] }
358
  is_use_captcha: { Name: is_use_captcha, Caption: 'CAPTCHA 使用設定', Help: 'CAPTCHA (画像のなかの文字列をメンバーに入力させる認証方式) を使用するかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
359
  is_allow_post_activity: { Name: is_allow_post_activity, Caption: アクティビティ投稿設定, Help: メンバーからのアクティビティ投稿の可否を設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [許可しない, 許可する] }
360
  is_allow_config_public_flag_profile_page: { Name: is_allow_config_public_flag_profile_page, Caption: メンバーのプロフィールページ公開範囲設定, Help: メンバーがプロフィールページの公開範囲を変更できるようにするどうかを設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: { 0: メンバーの設定を許可する, 1: メンバーの設定を許可しない(全員に公開), 4: メンバーの設定を許可しない(Web全体に公開) } }
361
  is_allow_web_public_flag_age: { Name: is_allow_web_public_flag_age, Caption: 'Web 全体への年齢公開許可設定', Help: 'メンバーが年齢を Web 全体に公開できるようにするかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [メンバーの設定を許可しない, メンバーの設定を許可する] }
362
  nickname_of_member_who_does_not_have_credentials: { Name: nickname_of_member_who_does_not_have_credentials, Caption: 非SNSユーザー表示名設定, Help: 非SNSユーザー(退会したユーザーなど)の表示名を設定します, FormType: text, ValueType: string, IsRequired: false, Default: - }
363
  enable_language: { Name: enable_language, Caption: 言語とタイムゾーンの設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
364
  enable_connection: { Name: enable_connection, Caption: 外部サービスとの接続設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
365
  enable_openid: { Name: enable_openid, Caption: 'OpenID Provider 使用設定', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
366
  external_pc_login_url: { Name: external_pc_login_url, Caption: PC版外部ログインページURL, Help: 'PC版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します&lt;br /&gt;※ここで指定するページにはログインフォームを置いておく必要があります&lt;br /&gt;※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false }
367
  external_mobile_login_url: { Name: external_mobile_login_url, Caption: 携帯版外部ログインページURL, Help: '携帯版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します&lt;br /&gt;※ここで指定するページにはログインフォームを置いておく必要があります&lt;br /&gt;※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false }
368
  enable_registration: { Name: enable_registration, Caption: 登録の可否, FormType: radio, ValueType: integer, IsRequired: true, Default: 3, Choices: [PC・携帯両方から登録可, PCからのみ登録可, 携帯からのみ登録可, 登録一時停止] }
369
  retrieve_uid: { Name: retrieve_uid, Caption: メンバー登録時の携帯個体識別番号取得設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [PC・携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号を取得する(任意), 携帯登録時には携帯個体識別番号を取得しない] }
370
  font_size: { Name: font_size, Caption: 携帯版フォントサイズ指定設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 0, Choices: [フォントサイズを指定する, フォントサイズを指定しない] }
371
  is_check_mobile_ip: { Name: is_check_mobile_ip, Caption: 携帯電話のIP帯域設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [携帯電話のIP帯域をチェックする, 携帯電話のIP帯域をチェックしない] }
372
  user_agreement: { Name: user_agreement, Caption: 利用規約, FormType: textarea, ValueType: string, IsRequired: true, Default: "利用規約はただいま準備中です。\nThe User Agreement is under construction." }
373
  privacy_policy: { Name: privacy_policy, Caption: プライバシーポリシー, FormType: textarea, ValueType: string, IsRequired: true, Default: "プライバシーポリシーはただいま準備中です。\nThe Privacy Policy is under construction." }
374
  footer_before: { Name: footer_before, Caption: ログイン前フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by &lt;a href="http://www.openpne.jp/" target="_blank"&gt;OpenPNE&lt;/a&gt;' }
375
  footer_after: { Name: footer_after, Caption: ログイン後フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by &lt;a href="http://www.openpne.jp/" target="_blank"&gt;OpenPNE&lt;/a&gt;' }
376
  google_maps_api_key: { Name: 'google maps api key', Caption: 'google maps api key', FormType: text, ValueType: string, IsRequired: false, Default: '' }
377
  google_AJAX_search_api_key: { Name: 'google AJAX search api key', Caption: 'google AJAX search api key', FormType: text, ValueType: string, IsRequired: false, Default: '' }
378
sf_admin_module_web_dir: /sfDoctrinePlugin
379
sf_admin_web_dir: /sf/sf_admin
380
sf_app: pc_frontend
381
sf_app_base_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend
382
sf_app_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev
383
sf_app_config_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/config
384
sf_app_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend
385
sf_app_i18n_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/i18n
386
sf_app_lib_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/lib
387
sf_app_module_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/modules
388
sf_app_template_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/templates
389
sf_apps_dir: /home/hogehoge/sns/sns.example.com/apps
390
sf_cache: false
391
sf_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache
392
sf_charset: utf-8
393
sf_check_lock: false
394
sf_compressed: false
395
sf_config_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/config
396
sf_config_dir: /home/hogehoge/sns/sns.example.com/config
397
sf_csrf_secret: 1288231102
398
sf_data_dir: /home/hogehoge/sns/sns.example.com/data
399
sf_debug: true
400
sf_default_culture: ja_JP
401
sf_enabled_modules:
402
  - default
403
  - image
404
sf_environment: dev
405
sf_error_404_action: error404
406
sf_error_404_module: default
407
sf_error_reporting: 6143
408
sf_escaping_method: ESC_SPECIALCHARS
409
sf_escaping_strategy: on
410
sf_etag: false
411
sf_file_link_format: null
412
sf_i18n: on
413
sf_i18n_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/i18n
414
sf_lib_dir: /home/hogehoge/sns/sns.example.com/lib
415
sf_log_dir: /home/hogehoge/sns/sns.example.com/log
416
sf_logging_enabled: true
417
sf_login_action: login
418
sf_login_module: member
419
sf_module_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/modules
420
sf_module_disabled_action: disabled
421
sf_module_disabled_module: default
422
sf_no_script_name: false
423
sf_orm: doctrine
424
sf_plugins_dir: /home/hogehoge/sns/sns.example.com/plugins
425
sf_prototype_web_dir: /sfProtoculousPlugin
426
sf_root_dir: /home/hogehoge/sns/sns.example.com
427
sf_secure_action: secure
428
sf_secure_module: default
429
sf_standard_helpers:
430
  - Partial
431
  - Cache
432
  - I18N
433
  - opParts
434
  - sfImage
435
  - opUtil
436
sf_symfony_lib_dir: /home/hogehoge/sns/sns.example.com/lib/vendor/symfony/lib
437
sf_template_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/template
438
sf_test_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/test
439
sf_test_dir: /home/hogehoge/sns/sns.example.com/test
440
sf_upload_dir: /home/hogehoge/sns/sns.example.com/web/uploads
441
sf_use_database: true
442
sf_web_debug: true
443
sf_web_debug_web_dir: /sf/sf_web_debug
444
sf_web_dir: /home/hogehoge/sns/sns.example.com/web
445
</pre></div>
446

    
447
  <h2>request <a href="#" onclick="toggle('sf_request'); return false;">...</a></h2>
448
  <div id="sf_request" style="display: none;"><pre>options:
449
  path_info_key: PATH_INFO
450
  path_info_array: SERVER
451
  default_format: null
452
  logging: '1'
453
  relative_url_root: null
454
  formats: { txt: text/plain, js: [application/javascript, application/x-javascript, text/javascript], css: text/css, json: [application/json, application/x-json], xml: [text/xml, application/xml, application/x-xml], rdf: application/rdf+xml, atom: application/atom+xml }
455
  no_script_name: false
456
parameterHolder:
457
  action: diary
458
  module: favorite
459
attributeHolder:
460
  sf_route: 'sfRoute Object()'
461
</pre></div>
462

    
463
  <h2>response <a href="#" onclick="toggle('sf_response'); return false;">...</a></h2>
464
  <div id="sf_response" style="display: none;"><pre>status:
465
  code: 500
466
  text: 'Internal Server Error'
467
options:
468
  http_protocol: HTTP/1.1
469
  logging: '1'
470
  charset: utf-8
471
  send_http_headers: true
472
  content_type: 'text/html; charset=utf-8'
473
cookies: {  }
474
httpHeaders:
475
  Content-Type: 'text/html; charset=utf-8'
476
javascripts: {  }
477
stylesheets:
478
  /opSkinBasicPlugin/css/main.css: {  }
479
metas:
480
  robots: 'index, follow'
481
httpMetas:
482
  Content-Type: 'text/html; charset=utf-8'
483
</pre></div>
484

    
485
  <h2>user <a href="#" onclick="toggle('sf_user'); return false;">...</a></h2>
486
  <div id="sf_user" style="display: none;"><pre>options:
487
  auto_shutdown: false
488
  culture: null
489
  default_culture: ja_JP
490
  use_flash: true
491
  logging: '1'
492
  timeout: 432000
493
  session_namespaces: [OpenPNE/user/opSecurityUser/site_identifier, symfony/user/sfUser/lastRequest, symfony/user/sfUser/authenticated, symfony/user/sfUser/credentials, symfony/user/sfUser/attributes]
494
attributeHolder:
495
  opSecurityUser: { auth_mode: MailAddress, member_id: '661' }
496
  symfony/user/sfUser/flash: {  }
497
  symfony/user/sfUser/flash/remove: {  }
498
culture: ja_JP
499
</pre></div>
500

    
501
  <h2>global vars <a href="#" onclick="toggle('sf_globals'); return false;">...</a></h2>
502
  <div id="sf_globals" style="display: none;"><pre>cookie:
503
  OpenPNE_mobile_frontend: rg9vm0tcnfobd8hode4p86nbr4
504
  OpenPNE_pc_backend: m5kom67art0q778b6o3r9q3q92
505
  OpenPNE_pc_frontend: 0dnt2ep18t2o9eeoro21p0e9q1
506
env:
507
  CONSOLE: /dev/console
508
  HOME: /
509
  INIT_VERSION: sysvinit-2.86
510
  LANG: C
511
  PATH: '/sbin:/usr/sbin:/bin:/usr/bin'
512
  PREVLEVEL: N
513
  PWD: /
514
  RUNLEVEL: '3'
515
  SELINUX_INIT: YES
516
  SHLVL: '3'
517
  TERM: linux
518
  _: /usr/sbin/httpd
519
  ks: 'http://10.10.11.96/kickstart/19e2eac7bd6b44df799528b2b3b1ea2a'
520
  ksdevice: eth0
521
  previous: N
522
  runlevel: '3'
523
files: {  }
524
get: {  }
525
post: {  }
526
server:
527
  DOCUMENT_ROOT: /var/www/html
528
  GATEWAY_INTERFACE: CGI/1.1
529
  HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
530
  HTTP_ACCEPT_CHARSET: 'Shift_JIS,utf-8;q=0.7,*;q=0.7'
531
  HTTP_ACCEPT_ENCODING: 'gzip,deflate'
532
  HTTP_ACCEPT_LANGUAGE: 'ja,en-us;q=0.7,en;q=0.3'
533
  HTTP_CONNECTION: keep-alive
534
  HTTP_COOKIE: 'OpenPNE_mobile_frontend=rg9vm0tcnfobd8hode4p86nbr4; OpenPNE_pc_backend=m5kom67art0q778b6o3r9q3q92; OpenPNE_pc_frontend=0dnt2ep18t2o9eeoro21p0e9q1'
535
  HTTP_HOST: sns.example.com
536
  HTTP_KEEP_ALIVE: '115'
537
  HTTP_USER_AGENT: 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; ja-JP-mac; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16'
538
  PATH: '/sbin:/usr/sbin:/bin:/usr/bin'
539
  PATH_INFO: /favorite/diary
540
  PATH_TRANSLATED: 'redirect:/index.php/diary'
541
  PHP_SELF: /pc_frontend_dev.php/favorite/diary
542
  QUERY_STRING: ''
543
  REMOTE_ADDR: 203.143.101.162
544
  REMOTE_PORT: '60394'
545
  REQUEST_METHOD: GET
546
  REQUEST_TIME: 1300947029
547
  REQUEST_URI: /pc_frontend_dev.php/favorite/diary
548
  SCRIPT_FILENAME: /var/www/sns/sns.example.com/web/pc_frontend_dev.php
549
  SCRIPT_NAME: /pc_frontend_dev.php
550
  SERVER_ADDR: 10.12.0.87
551
  SERVER_ADMIN: root@localhost
552
  SERVER_NAME: sns.example.com
553
  SERVER_PORT: '80'
554
  SERVER_PROTOCOL: HTTP/1.1
555
  SERVER_SIGNATURE: ''
556
  SERVER_SOFTWARE: Apache
557
session:
558
  OpenPNE/user/opSecurityUser/site_identifier: 'http://sns.example.com'
559
  symfony/user/sfUser/attributes: { symfony/user/sfUser/flash: {  }, symfony/user/sfUser/flash/remove: {  }, opSecurityUser: { auth_mode: MailAddress, member_id: '661' } }
560
  symfony/user/sfUser/authenticated: true
561
  symfony/user/sfUser/credentials: [SNSMember]
562
  symfony/user/sfUser/culture: ja_JP
563
  symfony/user/sfUser/lastRequest: 1300947013
564
</pre></div>
565

    
566
  <p id="footer">
567
    symfony v.1.4.6 - php 5.2.14<br>
568
    for help resolving this issue, please visit <a href="http://www.symfony-project.org/">http://www.symfony-project.org/</a>.
569
  </p>
570
  </div></center>
571
<script type="text/javascript">/* <![CDATA[ */
572
function sfWebDebugGetElementsByClassName(strClass, strTag, objContElm)
573
{
574
  // http://muffinresearch.co.uk/archives/2006/04/29/getelementsbyclassname-deluxe-edition/
575
  strTag = strTag || "*";
576
  objContElm = objContElm || document;
577
  var objColl = (strTag == '*' && document.all) ? document.all : objContElm.getElementsByTagName(strTag);
578
  var arr = new Array();
579
  var delim = strClass.indexOf('|') != -1  ? '|' : ' ';
580
  var arrClass = strClass.split(delim);
581
  var j = objColl.length;
582
  for (var i = 0; i < j; i++) {
583
    if(objColl[i].className == undefined) continue;
584
    var arrObjClass = objColl[i].className.split ? objColl[i].className.split(' ') : [];
585
    if (delim == ' ' && arrClass.length > arrObjClass.length) continue;
586
    var c = 0;
587
    comparisonLoop:
588
    {
589
      var l = arrObjClass.length;
590
      for (var k = 0; k < l; k++) {
591
        var n = arrClass.length;
592
        for (var m = 0; m < n; m++) {
593
          if (arrClass[m] == arrObjClass[k]) c++;
594
          if (( delim == '|' && c == 1) || (delim == ' ' && c == arrClass.length)) {
595
            arr.push(objColl[i]);
596
            break comparisonLoop;
597
          }
598
        }
599
      }
600
    }
601
  }
602
  return arr;
603
}
604

605
function sfWebDebugToggleMenu()
606
{
607
  var element = document.getElementById('sfWebDebugDetails');
608

609
  var cacheElements = sfWebDebugGetElementsByClassName('sfWebDebugCache');
610
  var mainCacheElements = sfWebDebugGetElementsByClassName('sfWebDebugActionCache');
611
  var panelElements = sfWebDebugGetElementsByClassName('sfWebDebugTop');
612

613
  if (element.style.display != 'none')
614
  {
615
    for (var i = 0; i < panelElements.length; ++i)
616
    {
617
      panelElements[i].style.display = 'none';
618
    }
619

620
    // hide all cache information
621
    for (var i = 0; i < cacheElements.length; ++i)
622
    {
623
      cacheElements[i].style.display = 'none';
624
    }
625
    for (var i = 0; i < mainCacheElements.length; ++i)
626
    {
627
      mainCacheElements[i].style.border = 'none';
628
    }
629
  }
630
  else
631
  {
632
    for (var i = 0; i < cacheElements.length; ++i)
633
    {
634
      cacheElements[i].style.display = '';
635
    }
636
    for (var i = 0; i < mainCacheElements.length; ++i)
637
    {
638
      mainCacheElements[i].style.border = '1px solid #f00';
639
    }
640
  }
641

642
  sfWebDebugToggle('sfWebDebugDetails');
643
  sfWebDebugToggle('sfWebDebugShowMenu');
644
  sfWebDebugToggle('sfWebDebugHideMenu');
645
}
646

647
function sfWebDebugShowDetailsFor(element)
648
{
649
  if (typeof element == 'string')
650
    element = document.getElementById(element);
651

652
  var panelElements = sfWebDebugGetElementsByClassName('sfWebDebugTop');
653
  for (var i = 0; i < panelElements.length; ++i)
654
  {
655
    if (panelElements[i] != element)
656
    {
657
      panelElements[i].style.display = 'none';
658
    }
659
  }
660

661
  sfWebDebugToggle(element);
662
}
663

664
function sfWebDebugToggle(element)
665
{
666
  if (typeof element == 'string')
667
    element = document.getElementById(element);
668

669
  if (element)
670
    element.style.display = element.style.display == 'none' ? '' : 'none';
671
}
672

673
function sfWebDebugToggleMessages(klass)
674
{
675
  var elements = sfWebDebugGetElementsByClassName(klass);
676

677
  var x = elements.length;
678
  for (var i = 0; i < x; ++i)
679
  {
680
    sfWebDebugToggle(elements[i]);
681
  }
682
}
683

684
function sfWebDebugToggleAllLogLines(show, klass)
685
{
686
  var elements = sfWebDebugGetElementsByClassName(klass);
687
  var x = elements.length;
688
  for (var i = 0; i < x; ++i)
689
  {
690
    elements[i].style.display = show ? '' : 'none';
691
  }
692
}
693

694
function sfWebDebugShowOnlyLogLines(type)
695
{
696
  var types = new Array();
697
  types[0] = 'info';
698
  types[1] = 'warning';
699
  types[2] = 'error';
700
  for (klass in types)
701
  {
702
    var elements = sfWebDebugGetElementsByClassName('sfWebDebug' + types[klass].substring(0, 1).toUpperCase() + types[klass].substring(1, types[klass].length));
703
    var x = elements.length;
704
    for (var i = 0; i < x; ++i)
705
    {
706
      if ('tr' == elements[i].tagName.toLowerCase())
707
      {
708
        elements[i].style.display = (type == types[klass]) ? '' : 'none';
709
      }
710
    }
711
  }
712
}
713
/* ]]> */</script>
714
      <div id="sfWebDebug">
715
        <div id="sfWebDebugBar">
716
          <a href="#" onclick="sfWebDebugToggleMenu(); return false;"><img src="favorite_diary_files/sf.html" alt="Debug toolbar"></a>
717

    
718
          <ul id="sfWebDebugDetails" class="sfWebDebugMenu">
719
            <li><span id="sfWebDebugSymfonyVersion">1.4.6</span></li>
720
<li class="sfWebDebugInfo"><a title="Configuration" href="#" onclick="sfWebDebugShowDetailsFor('sfWebDebugconfigDetails'); return false;"><img src="favorite_diary_files/config.html" alt="Config"> config</a></li>
721
<li class="sfWebDebugError"><a title="Logs" href="#" onclick="sfWebDebugShowDetailsFor('sfWebDebuglogsDetails'); return false;"><img src="favorite_diary_files/log.html" alt="Log"> logs</a></li>
722
<li><img src="favorite_diary_files/memory.html" alt="Memory"> 29440.0 KB</li>
723
<li class="sfWebDebugInfo"><a title="Timers" href="#" onclick="sfWebDebugShowDetailsFor('sfWebDebugtimeDetails'); return false;"><img src="favorite_diary_files/time.html" alt="Time"> 13385 ms</a></li>
724
<li class="sfWebDebugInfo"><a title="SQL queries" href="#" onclick="sfWebDebugShowDetailsFor('sfWebDebugdbDetails'); return false;"><img src="favorite_diary_files/database.html" alt="SQL queries"> 7</a></li>
725
            <li class="last">
726
              <a href="#" onclick="document.getElementById('sfWebDebug').style.display='none'; return false;"><img src="favorite_diary_files/close.html" alt="Close"></a>
727
            </li>
728
          </ul>
729
        </div>
730

    
731
        <div id="sfWebDebugconfigDetails" class="sfWebDebugTop" style="display: none;"><h1>Configuration</h1><ul id="sfWebDebugConfigSummary"><li class="ison">debug</li><li class="isoff">xdebug</li><li class="ison">logging</li><li class="isoff">cache</li><li class="isoff">compression</li><li class="ison">tokenizer</li><li class="isoff">eaccelerator</li><li class="ison">apc</li><li class="isoff last">xcache</li></ul>
732
    <h2>Request <a href="#" onclick="sfWebDebugToggle('sfWebDebugRequest'); return false;" title="Toggle details"><img src="favorite_diary_files/toggle.html" alt="Toggle details"></a></h2>
733
    <div id="sfWebDebugRequest" style="display: none;"><pre>options:
734
  path_info_key: PATH_INFO
735
  path_info_array: SERVER
736
  default_format: null
737
  logging: '1'
738
  relative_url_root: null
739
  formats: { txt: text/plain, js: [application/javascript, application/x-javascript, text/javascript], css: text/css, json: [application/json, application/x-json], xml: [text/xml, application/xml, application/x-xml], rdf: application/rdf+xml, atom: application/atom+xml }
740
  no_script_name: false
741
parameterHolder:
742
  action: diary
743
  module: favorite
744
attributeHolder:
745
  sf_route: 'sfRoute Object()'
746
</pre></div>
747
    
748
    <h2>Response <a href="#" onclick="sfWebDebugToggle('sfWebDebugResponse'); return false;" title="Toggle details"><img src="favorite_diary_files/toggle.html" alt="Toggle details"></a></h2>
749
    <div id="sfWebDebugResponse" style="display: none;"><pre>status:
750
  code: 500
751
  text: 'Internal Server Error'
752
options:
753
  http_protocol: HTTP/1.1
754
  logging: '1'
755
  charset: utf-8
756
  send_http_headers: false
757
  content_type: 'text/html; charset=utf-8'
758
cookies: {  }
759
httpHeaders:
760
  Content-Type: 'text/html; charset=utf-8'
761
javascripts: {  }
762
stylesheets:
763
  /opSkinBasicPlugin/css/main.css: {  }
764
metas:
765
  robots: 'index, follow'
766
httpMetas:
767
  Content-Type: 'text/html; charset=utf-8'
768
</pre></div>
769
    
770
    <h2>User <a href="#" onclick="sfWebDebugToggle('sfWebDebugUser'); return false;" title="Toggle details"><img src="favorite_diary_files/toggle.html" alt="Toggle details"></a></h2>
771
    <div id="sfWebDebugUser" style="display: none;"><pre>options:
772
  auto_shutdown: false
773
  culture: null
774
  default_culture: ja_JP
775
  use_flash: true
776
  logging: '1'
777
  timeout: 432000
778
  session_namespaces: [OpenPNE/user/opSecurityUser/site_identifier, symfony/user/sfUser/lastRequest, symfony/user/sfUser/authenticated, symfony/user/sfUser/credentials, symfony/user/sfUser/attributes]
779
attributeHolder:
780
  opSecurityUser: { auth_mode: MailAddress, member_id: '661' }
781
  symfony/user/sfUser/flash: {  }
782
  symfony/user/sfUser/flash/remove: {  }
783
culture: ja_JP
784
</pre></div>
785
    
786
    <h2>Settings <a href="#" onclick="sfWebDebugToggle('sfWebDebugSettings'); return false;" title="Toggle details"><img src="favorite_diary_files/toggle.html" alt="Toggle details"></a></h2>
787
    <div id="sfWebDebugSettings" style="display: none;"><pre>app_blog_action_size: 20
788
app_blog_component_size: 5
789
app_blog_rss_cache_dir: /plugins/opBlogPlugin
790
app_datasize_small:
791
  GenerateMember: { number: 10 }
792
  GenerateCommunity: { number: 10 }
793
  GenerateCommunityTopic: { number: 10 }
794
  GenerateCommunityTopicComment: { communitynumber: 3, topicnumber: 3, number: 3 }
795
  GenerateCommunityEvent: { number: 10 }
796
  GenerateCommunityEventComment: { communitynumber: 3, eventnumber: 3, number: 3, member: 3 }
797
  GenerateDiary: { number: 10 }
798
  GenerateDiaryComment: { number: 10 }
799
app_datasize_tiny:
800
  GenerateMember: { number: 1 }
801
  GenerateCommunity: { number: 1 }
802
  GenerateCommunityTopic: { number: 1 }
803
  GenerateDiary: { number: 1 }
804
  GenerateDiaryComment: { number: 1 }
805
app_diary_comment_is_upload_images: true
806
app_diary_comment_max_image_file_num: 3
807
app_diary_is_upload_images: true
808
app_diary_max_image_file_num: 3
809
app_line_introfriend: 5
810
app_max_introfriend: 5
811
app_message_is_upload_images: true
812
app_message_max_image_file_num: 3
813
app_message_pagenate_size: 20
814
app_update_blog_rss_cache_limit: 100
815
app_update_span_minute: 5
816
doctrine_model_builder_options:
817
  baseClassName: opDoctrineRecord
818
mod_favorite_enabled: true
819
mod_favorite_view_class: op
820
op_auth_MailAddress:
821
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
822
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
823
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
824
  self_invite_action: { IsConfig: false, Default: opAuthMailAddress/requestRegisterURL }
825
  admin_invite: { IsConfig: false, Default: true }
826
  help_login_error_action: { Name: self_invite_action, Caption: '', FormType: '', ValueType: '', IsConfig: false, IsRequired: false, Default: opAuthMailAddress/helpLoginError }
827
  is_check_multiple_address: { Name: is_check_multiple_address, Caption: ログイン用メールアドレス設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [PCメールアドレスと携帯メールアドレスの両方を受け付ける, PCメールアドレスと携帯メールアドレスのどちらか一方を受け付ける] }
828
  auth_mode_caption: { IsConfig: 0, Default: 'E-mail Address Login' }
829
op_auth_MobileUID:
830
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
831
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: 0, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
832
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
833
  self_invite_action: { IsConfig: false, Default: '' }
834
  admin_invite: { IsConfig: false, Default: false }
835
  uid_type: { Name: uid_type, Caption: '認証に使用する ID の設定', FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: ['Cookie 内のユニークな ID のみによって認証をおこなう', 'Cookie が利用できる端末の場合は Cookie 内のユニークな ID を用い、それ以外の端末では携帯電話個体識別番号によって認証をおこなう', '携帯電話個体識別番号のみによって認証をおこなう (非推奨)'] }
836
  auth_mode_caption: { IsConfig: 0, Default: 'Mobile-UID Login (For Japanese mobile phone)' }
837
op_auth_OpenID:
838
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
839
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
840
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: false, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
841
  self_invite_action: { IsConfig: false, Default: '' }
842
  admin_invite: { IsConfig: false, Default: false }
843
op_base_url: 'http://example.com'
844
op_check_session_site_identifier: true
845
op_doctrine_cache_key_prefix: ''
846
op_http_proxy: ''
847
op_image_storage: Default
848
op_imagemagick_path: /usr/bin/convert
849
op_is_mail_address_contain_hash: true
850
op_is_restrict_mail_template: true
851
op_is_use_captcha: '0'
852
op_mail_address_hash_length: 12
853
op_mail_domain: example.com
854
op_mobile_proxys:
855
  Google: 'http://www.google.co.jp/gwt/x?u='
856
op_remember_login_limit: 2592000
857
op_session_life_time:
858
  pc_frontend: { idletime: 432000 }
859
  mobile_frontend: { idletime: 3600 }
860
  pc_backend: { idletime: 86400 }
861
op_sid_secret: '1296183538'
862
op_ssl_base_url:
863
  pc_frontend: 'https://example.com'
864
  mobile_frontend: 'https://example.com'
865
  pc_backend: 'https://example.com'
866
op_ssl_required_actions:
867
  pc_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite]
868
  mobile_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite, member/configUID]
869
  pc_backend: {  }
870
op_ssl_required_applications:
871
  - pc_backend
872
op_ssl_selectable_actions:
873
  pc_frontend: {  }
874
  mobile_frontend: {  }
875
  pc_backend: {  }
876
op_supported_languages:
877
  - en
878
  - ja_JP
879
op_table_prefix: ''
880
op_use_imagemagick: 0
881
op_use_ssl: false
882
openpne_community_category:
883
  general: [public_flag, topic_authority, register_policy, description]
884
openpne_community_category_attribute: {  }
885
openpne_community_config:
886
  public_flag: { Name: public_flag, Caption: 'Authority to Read Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: 'Everyone can read', auth_commu_member: 'Only community''s members can read' } }
887
  topic_authority: { Name: topic_authority, Caption: 'Authority to Create Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: 'Community''s members can create', admin_only: 'Only community''s admin can create' } }
888
  register_policy: { Name: register_policy, Caption: 'Register policy', FormType: radio, Default: open, Choices: { open: 'Everyone can join', close: '%Community%''s admin authorization needed' }, IsUnique: false, IsRequired: true }
889
  description: { Name: description, Caption: '%community% Description', FormType: textarea, ValueType: string, IsUnique: false, IsRequired: true }
890
openpne_member_category:
891
  secretQuestion: [secret_question, secret_answer]
892
  blogUrl: [blog_url]
893
  diary: [diary]
894
  general: {  }
895
  publicFlag: [profile_page_public_flag, age_public_flag]
896
  pcAddress: [pc_address]
897
  mobileAddress: [mobile_address]
898
  password: [password]
899
  accessBlock: [access_block]
900
  mail: [daily_news]
901
  language: [language, time_zone]
902
openpne_member_category_attribute:
903
  secretQuestion: { caption: 'Secret Question Configuration', enable_pc: true, enable_mobile: true }
904
  blogUrl: { caption: 'Blog URL Configuration', enable_pc: true, enable_mobile: false }
905
  diary: { caption: 'Diary Configuration', enable_pc: true, enable_mobile: true }
906
  general: { caption: 'General Configuration', enable_pc: true, enable_mobile: true }
907
  publicFlag: { caption: 'Public Flag Configuration', enable_pc: true, enable_mobile: true }
908
  pcAddress: { caption: 'PC E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_pc }
909
  mobileAddress: { caption: 'Mobile E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_mobile }
910
  password: { caption: 'Password Configuration', enable_pc: true, enable_mobile: true }
911
  accessBlock: { caption: 'Access Block Configuration', enable_pc: true, enable_mobile: true }
912
  mail: { caption: 'Mail Configuration', enable_pc: true, enable_mobile: true }
913
  language: { caption: 'Language and Time Zone Configuration', enable_pc: true, enable_mobile: false }
914
openpne_member_config:
915
  secret_question: { Name: secret_question, Caption: 'Secret Question', FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Choices: { 1: 'What is your father''s / mother''s former name?', 2: 'What is last 5 digits of your driving license number?', 3: 'What is your first crush''s name?', 4: 'What is your finished elementary school?', 5: 'What is region name of your domicile of origin?' } }
916
  secret_answer: { Name: secret_answer, Caption: 'Answer for Secret Question', FormType: password, ValueType: text, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false }
917
  blog_url: { Name: blog_url, Caption: 'Blog URL', FormType: input, ValueType: blog_url, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
918
  diary: null
919
  profile_page_public_flag: { Name: profile_page_public_flag, Caption: 'Public Flag for Profile Page', FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsRequired: false, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: 'All Users on the Web', 1: 'All Members' } }
920
  age_public_flag: { Name: age_public_flag, Caption: 'Public Flag for Age', FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: 'All Users on the Web', 1: 'All Members', 2: '%my_friend%', 3: Private } }
921
  pc_address: { Name: pc_address, Caption: 'PC E-mail Address', FormType: input, ValueType: pc_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
922
  mobile_address: { Name: mobile_address, Caption: 'Mobile E-mail Address', FormType: input, ValueType: mobile_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
923
  password: { Name: password, Caption: Password, Info: 'Password must be 6-12 characters.', FormType: password, ValueType: password, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: true }
924
  access_block: { Name: access_block, Caption: 'Access Block', FormType: increased_input, ValueType: pass, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
925
  daily_news: { Name: daily_news, Caption: 'Daily News', FormType: radio, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Default: 2, Choices: ['Don''t Send', 'Send At Intervals', 'Send Everyday'] }
926
  language: { Name: language, Caption: Language, FormType: language_select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: ja_JP }
927
  time_zone: { Name: time_zone, Caption: 'Time Zone', FormType: select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: '', Choices: { '': None, Pacific/Honolulu: '(GMT-10:00) Hawaii', America/Anchorage: '(GMT-09:00) Alaska', America/Los_Angeles: '(GMT-08:00) Pacific Time (US &amp; Canada)', America/Phoenix: '(GMT-07:00) Arizona', America/Denver: '(GMT-07:00) Mountain Time (US &amp; Canada)', America/Chicago: '(GMT-06:00) Central Time (US &amp; Canada)', America/New_York: '(GMT-05:00) Eastern Time (US &amp; Canada)', America/Indiana/Indianapolis: '(GMT-05:00) Indiana (East)', Kwajalein: '(GMT-12:00) International Date Line West', Pacific/Midway: '(GMT-11:00) Midway Island', Pacific/Samoa: '(GMT-11:00) Samoa', America/Tijuana: '(GMT-08:00) Tijuana, Baja California', America/Chihuahua: '(GMT-07:00) Chihuahua', America/Mazatlan: '(GMT-07:00) Mazatlan', America/Regina: '(GMT-06:00) Saskatchewan', America/Tegucigalpa: '(GMT-06:00) Central America', America/Mexico_City: '(GMT-06:00) Mexico City', America/Monterrey: '(GMT-06:00) Monterrey', America/Bogota: '(GMT-05:00) Bogota', America/Lima: '(GMT-05:00) Lima', America/Rio_Branco: '(GMT-05:00) Rio Branco', America/Caracas: '(GMT-04:30) Caracas', America/Halifax: '(GMT-04:00) Atlantic Time (Canada)', America/Manaus: '(GMT-04:00) Manaus', America/Santiago: '(GMT-04:00) Santiago', America/La_Paz: '(GMT-04:00) La Paz', America/St_Johns: '(GMT-03:30) Newfoundland', America/Moncton: '(GMT-03:00) Georgetown', America/Sao_Paulo: '(GMT-03:00) Brasilia', America/Godthab: '(GMT-03:00) Greenland', America/Montevideo: '(GMT-03:00) Montevideo', Atlantic/South_Georgia: '(GMT-02:00) Mid-Atlantic', Atlantic/Azores: '(GMT-01:00) Azores', Atlantic/Cape_Verde: '(GMT-01:00) Cape Verde Is.', Europe/Dublin: '(GMT) Dublin', Europe/Lisbon: '(GMT) Lisbon', Europe/London: '(GMT) London', Africa/Monrovia: '(GMT) Monrovia', Atlantic/Reykjavik: '(GMT) Reykjavik', Africa/Casablanca: '(GMT) Casablanca', Europe/Belgrade: '(GMT+01:00) Belgrade', Europe/Bratislava: '(GMT+01:00) Bratislava', Europe/Budapest: '(GMT+01:00) Budapest', Europe/Ljubljana: '(GMT+01:00) Ljubljana', Europe/Prague: '(GMT+01:00) Prague', Europe/Sarajevo: '(GMT+01:00) Sarajevo', Europe/Skopje: '(GMT+01:00) Skopje', Europe/Warsaw: '(GMT+01:00) Warsaw', Europe/Zagreb: '(GMT+01:00) Zagreb', Europe/Brussels: '(GMT+01:00) Brussels', Europe/Copenhagen: '(GMT+01:00) Copenhagen', Europe/Madrid: '(GMT+01:00) Madrid', Europe/Paris: '(GMT+01:00) Paris', Africa/Algiers: '(GMT+01:00) West Central Africa', Europe/Amsterdam: '(GMT+01:00) Amsterdam', Europe/Berlin: '(GMT+01:00) Berlin', Europe/Rome: '(GMT+01:00) Rome', Europe/Stockholm: '(GMT+01:00) Stockholm', Europe/Vienna: '(GMT+01:00) Vienna', Europe/Minsk: '(GMT+02:00) Minsk', Africa/Cairo: '(GMT+02:00) Cairo', Europe/Helsinki: '(GMT+02:00) Helsinki', Europe/Riga: '(GMT+02:00) Riga', Europe/Sofia: '(GMT+02:00) Sofia', Europe/Tallinn: '(GMT+02:00) Tallinn', Europe/Vilnius: '(GMT+02:00) Vilnius', Europe/Athens: '(GMT+02:00) Athens', Europe/Bucharest: '(GMT+02:00) Bucharest', Europe/Istanbul: '(GMT+02:00) Istanbul', Asia/Jerusalem: '(GMT+02:00) Jerusalem', Asia/Amman: '(GMT+02:00) Amman', Asia/Beirut: '(GMT+02:00) Beirut', Africa/Windhoek: '(GMT+02:00) Windhoek', Africa/Harare: '(GMT+02:00) Harare', Asia/Kuwait: '(GMT+03:00) Kuwait', Asia/Riyadh: '(GMT+03:00) Riyadh', Asia/Baghdad: '(GMT+03:00) Baghdad', Africa/Nairobi: '(GMT+03:00) Nairobi', Asia/Tbilisi: '(GMT+03:00) Tbilisi', Europe/Moscow: '(GMT+03:00) Moscow', Europe/Volgograd: '(GMT+03:00) Volgograd', Asia/Tehran: '(GMT+03:30) Tehran', Asia/Muscat: '(GMT+04:00) Muscat', Asia/Baku: '(GMT+04:00) Baku', Asia/Yerevan: '(GMT+04:00) Yerevan', Asia/Kabul: '(GMT+04:30) Kabul', Asia/Yekaterinburg: '(GMT+05:00) Ekaterinburg', Asia/Karachi: '(GMT+05:00) Karachi', Asia/Tashkent: '(GMT+05:00) Tashkent', Asia/Calcutta: '(GMT+05:30) Calcutta', Asia/Colombo: '(GMT+05:30) Sri Jayawardenepura', Asia/Katmandu: '(GMT+05:45) Kathmandu', Asia/Dhaka: '(GMT+06:00) Dhaka', Asia/Almaty: '(GMT+06:00) Almaty', Asia/Novosibirsk: '(GMT+06:00) Novosibirsk', Asia/Rangoon: '(GMT+06:30) Yangon (Rangoon)', Asia/Krasnoyarsk: '(GMT+07:00) Krasnoyarsk', Asia/Bangkok: '(GMT+07:00) Bangkok', Asia/Jakarta: '(GMT+07:00) Jakarta', Asia/Brunei: '(GMT+08:00) Beijing', Asia/Chongqing: '(GMT+08:00) Chongqing', Asia/Hong_Kong: '(GMT+08:00) Hong Kong', Asia/Urumqi: '(GMT+08:00) Urumqi', Asia/Irkutsk: '(GMT+08:00) Irkutsk', Asia/Ulaanbaatar: '(GMT+08:00) Ulaan Bataar', Asia/Kuala_Lumpur: '(GMT+08:00) Kuala Lumpur', Asia/Singapore: '(GMT+08:00) Singapore', Asia/Taipei: '(GMT+08:00) Taipei', Australia/Perth: '(GMT+08:00) Perth', Asia/Seoul: '(GMT+09:00) Seoul', Asia/Tokyo: '(GMT+09:00) Tokyo', Asia/Yakutsk: '(GMT+09:00) Yakutsk', Australia/Darwin: '(GMT+09:30) Darwin', Australia/Adelaide: '(GMT+09:30) Adelaide', Australia/Canberra: '(GMT+10:00) Canberra', Australia/Melbourne: '(GMT+10:00) Melbourne', Australia/Sydney: '(GMT+10:00) Sydney', Australia/Brisbane: '(GMT+10:00) Brisbane', Australia/Hobart: '(GMT+10:00) Hobart', Asia/Vladivostok: '(GMT+10:00) Vladivostok', Pacific/Guam: '(GMT+10:00) Guam', Pacific/Port_Moresby: '(GMT+10:00) Port Moresby', Asia/Magadan: '(GMT+11:00) Magadan', Pacific/Fiji: '(GMT+12:00) Fiji', Asia/Kamchatka: '(GMT+12:00) Kamchatka', Pacific/Auckland: '(GMT+12:00) Auckland', Pacific/Tongatapu: '(GMT+13:00) Nuku''alofa', Pacific/Kiritimati: '(GMT+14:00) Kiritimati' } }
928
openpne_sns_category:
929
  general: [sns_name, sns_title, admin_mail_address, enable_pc, enable_mobile, enable_friend_link, image_max_filesize, daily_news_day, is_use_captcha, is_allow_post_activity, is_allow_config_public_flag_profile_page, is_allow_web_public_flag_age, nickname_of_member_who_does_not_have_credentials, enable_language, enable_connection, enable_openid]
930
  external_login_page: [external_pc_login_url, external_mobile_login_url]
931
  authentication: [enable_registration]
932
  mobile: [retrieve_uid, font_size, is_check_mobile_ip]
933
  policy: [user_agreement, privacy_policy]
934
  footer: [footer_before, footer_after]
935
  api_keys: [google_maps_api_key, google_AJAX_search_api_key]
936
openpne_sns_category_attribute:
937
  general: { Caption: 'General Configuration' }
938
  external_login_page: { Caption: 'External Login Page Configuration' }
939
  authentication: { Caption: 'Authentication Configuration' }
940
  mobile: { Caption: 'Mobile Configuration' }
941
  policy: { Caption: 'Site Policy Configuration' }
942
  footer: { Hidden: true }
943
  api_keys: { Caption: 'API キーの設定' }
944
openpne_sns_config:
945
  sns_name: { Name: sns_name, Caption: SNS名, FormType: input, ValueType: text, Default: MySNS, IsRequired: true }
946
  sns_title: { Name: sns_title, Caption: ページタイトル, Help: 'HTML の title 要素の内容になります', FormType: input, ValueType: text, Default: '', IsRequired: false }
947
  admin_mail_address: { Name: admin_mail_address, Caption: 管理者メールアドレス, FormType: input, ValueType: email, Default: sns@example.com, IsRequired: true }
948
  enable_pc: { Name: enable_pc, Caption: PC版使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
949
  enable_mobile: { Name: enable_mobile, Caption: 携帯版使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
950
  enable_friend_link: { Name: enable_friend_link, Caption: フレンドリンク使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
951
  image_max_filesize: { Name: image_max_filesize, Caption: アップロード画像のファイルサイズ制限(bytes), FormType: input, ValueType: regexp, ValueRegexp: '/^[1-9]\d*[K|M]?$/', IsRequired: true, Default: 300K }
952
  daily_news_day: { Name: daily_news_day, Caption: デイリーニュース受信頻度の設定, Help: 「毎日」「受信しない」以外の選択肢に設定したときの受信頻度を設定します, FormType: checkbox, ValueType: text, IsRequired: true, Default: [0, 3], Choices: [Mon, Tue, Wed, Thu, Fri, Sat, Sun] }
953
  is_use_captcha: { Name: is_use_captcha, Caption: 'CAPTCHA 使用設定', Help: 'CAPTCHA (画像のなかの文字列をメンバーに入力させる認証方式) を使用するかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
954
  is_allow_post_activity: { Name: is_allow_post_activity, Caption: アクティビティ投稿設定, Help: メンバーからのアクティビティ投稿の可否を設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [許可しない, 許可する] }
955
  is_allow_config_public_flag_profile_page: { Name: is_allow_config_public_flag_profile_page, Caption: メンバーのプロフィールページ公開範囲設定, Help: メンバーがプロフィールページの公開範囲を変更できるようにするどうかを設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: { 0: メンバーの設定を許可する, 1: メンバーの設定を許可しない(全員に公開), 4: メンバーの設定を許可しない(Web全体に公開) } }
956
  is_allow_web_public_flag_age: { Name: is_allow_web_public_flag_age, Caption: 'Web 全体への年齢公開許可設定', Help: 'メンバーが年齢を Web 全体に公開できるようにするかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [メンバーの設定を許可しない, メンバーの設定を許可する] }
957
  nickname_of_member_who_does_not_have_credentials: { Name: nickname_of_member_who_does_not_have_credentials, Caption: 非SNSユーザー表示名設定, Help: 非SNSユーザー(退会したユーザーなど)の表示名を設定します, FormType: text, ValueType: string, IsRequired: false, Default: - }
958
  enable_language: { Name: enable_language, Caption: 言語とタイムゾーンの設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
959
  enable_connection: { Name: enable_connection, Caption: 外部サービスとの接続設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
960
  enable_openid: { Name: enable_openid, Caption: 'OpenID Provider 使用設定', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
961
  external_pc_login_url: { Name: external_pc_login_url, Caption: PC版外部ログインページURL, Help: 'PC版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します&lt;br /&gt;※ここで指定するページにはログインフォームを置いておく必要があります&lt;br /&gt;※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false }
962
  external_mobile_login_url: { Name: external_mobile_login_url, Caption: 携帯版外部ログインページURL, Help: '携帯版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します&lt;br /&gt;※ここで指定するページにはログインフォームを置いておく必要があります&lt;br /&gt;※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false }
963
  enable_registration: { Name: enable_registration, Caption: 登録の可否, FormType: radio, ValueType: integer, IsRequired: true, Default: 3, Choices: [PC・携帯両方から登録可, PCからのみ登録可, 携帯からのみ登録可, 登録一時停止] }
964
  retrieve_uid: { Name: retrieve_uid, Caption: メンバー登録時の携帯個体識別番号取得設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [PC・携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号を取得する(任意), 携帯登録時には携帯個体識別番号を取得しない] }
965
  font_size: { Name: font_size, Caption: 携帯版フォントサイズ指定設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 0, Choices: [フォントサイズを指定する, フォントサイズを指定しない] }
966
  is_check_mobile_ip: { Name: is_check_mobile_ip, Caption: 携帯電話のIP帯域設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [携帯電話のIP帯域をチェックする, 携帯電話のIP帯域をチェックしない] }
967
  user_agreement: { Name: user_agreement, Caption: 利用規約, FormType: textarea, ValueType: string, IsRequired: true, Default: "利用規約はただいま準備中です。\nThe User Agreement is under construction." }
968
  privacy_policy: { Name: privacy_policy, Caption: プライバシーポリシー, FormType: textarea, ValueType: string, IsRequired: true, Default: "プライバシーポリシーはただいま準備中です。\nThe Privacy Policy is under construction." }
969
  footer_before: { Name: footer_before, Caption: ログイン前フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by &lt;a href="http://www.openpne.jp/" target="_blank"&gt;OpenPNE&lt;/a&gt;' }
970
  footer_after: { Name: footer_after, Caption: ログイン後フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by &lt;a href="http://www.openpne.jp/" target="_blank"&gt;OpenPNE&lt;/a&gt;' }
971
  google_maps_api_key: { Name: 'google maps api key', Caption: 'google maps api key', FormType: text, ValueType: string, IsRequired: false, Default: '' }
972
  google_AJAX_search_api_key: { Name: 'google AJAX search api key', Caption: 'google AJAX search api key', FormType: text, ValueType: string, IsRequired: false, Default: '' }
973
sf_admin_module_web_dir: /sfDoctrinePlugin
974
sf_admin_web_dir: /sf/sf_admin
975
sf_app: pc_frontend
976
sf_app_base_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend
977
sf_app_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev
978
sf_app_config_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/config
979
sf_app_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend
980
sf_app_i18n_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/i18n
981
sf_app_lib_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/lib
982
sf_app_module_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/modules
983
sf_app_template_dir: /home/hogehoge/sns/sns.example.com/apps/pc_frontend/templates
984
sf_apps_dir: /home/hogehoge/sns/sns.example.com/apps
985
sf_cache: false
986
sf_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache
987
sf_charset: utf-8
988
sf_check_lock: false
989
sf_compressed: false
990
sf_config_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/config
991
sf_config_dir: /home/hogehoge/sns/sns.example.com/config
992
sf_csrf_secret: 1288231102
993
sf_data_dir: /home/hogehoge/sns/sns.example.com/data
994
sf_debug: true
995
sf_default_culture: ja_JP
996
sf_enabled_modules:
997
  - default
998
  - image
999
sf_environment: dev
1000
sf_error_404_action: error404
1001
sf_error_404_module: default
1002
sf_error_reporting: 6143
1003
sf_escaping_method: ESC_SPECIALCHARS
1004
sf_escaping_strategy: on
1005
sf_etag: false
1006
sf_file_link_format: null
1007
sf_i18n: on
1008
sf_i18n_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/i18n
1009
sf_lib_dir: /home/hogehoge/sns/sns.example.com/lib
1010
sf_log_dir: /home/hogehoge/sns/sns.example.com/log
1011
sf_logging_enabled: true
1012
sf_login_action: login
1013
sf_login_module: member
1014
sf_module_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/modules
1015
sf_module_disabled_action: disabled
1016
sf_module_disabled_module: default
1017
sf_no_script_name: false
1018
sf_orm: doctrine
1019
sf_plugins_dir: /home/hogehoge/sns/sns.example.com/plugins
1020
sf_prototype_web_dir: /sfProtoculousPlugin
1021
sf_root_dir: /home/hogehoge/sns/sns.example.com
1022
sf_secure_action: secure
1023
sf_secure_module: default
1024
sf_standard_helpers:
1025
  - Partial
1026
  - Cache
1027
  - I18N
1028
  - opParts
1029
  - sfImage
1030
  - opUtil
1031
sf_symfony_lib_dir: /home/hogehoge/sns/sns.example.com/lib/vendor/symfony/lib
1032
sf_template_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/template
1033
sf_test_cache_dir: /home/hogehoge/sns/sns.example.com/cache/apache/pc_frontend/dev/test
1034
sf_test_dir: /home/hogehoge/sns/sns.example.com/test
1035
sf_upload_dir: /home/hogehoge/sns/sns.example.com/web/uploads
1036
sf_use_database: true
1037
sf_web_debug: true
1038
sf_web_debug_web_dir: /sf/sf_web_debug
1039
sf_web_dir: /home/hogehoge/sns/sns.example.com/web
1040
</pre></div>
1041
    
1042
    <h2>Globals <a href="#" onclick="sfWebDebugToggle('sfWebDebugGlobals'); return false;" title="Toggle details"><img src="favorite_diary_files/toggle.html" alt="Toggle details"></a></h2>
1043
    <div id="sfWebDebugGlobals" style="display: none;"><pre>cookie:
1044
  OpenPNE_mobile_frontend: rg9vm0tcnfobd8hode4p86nbr4
1045
  OpenPNE_pc_backend: m5kom67art0q778b6o3r9q3q92
1046
  OpenPNE_pc_frontend: 0dnt2ep18t2o9eeoro21p0e9q1
1047
env:
1048
  CONSOLE: /dev/console
1049
  HOME: /
1050
  INIT_VERSION: sysvinit-2.86
1051
  LANG: C
1052
  PATH: '/sbin:/usr/sbin:/bin:/usr/bin'
1053
  PREVLEVEL: N
1054
  PWD: /
1055
  RUNLEVEL: '3'
1056
  SELINUX_INIT: YES
1057
  SHLVL: '3'
1058
  TERM: linux
1059
  _: /usr/sbin/httpd
1060
  ks: 'http://10.10.11.96/kickstart/19e2eac7bd6b44df799528b2b3b1ea2a'
1061
  ksdevice: eth0
1062
  previous: N
1063
  runlevel: '3'
1064
files: {  }
1065
get: {  }
1066
post: {  }
1067
server:
1068
  DOCUMENT_ROOT: /var/www/html
1069
  GATEWAY_INTERFACE: CGI/1.1
1070
  HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
1071
  HTTP_ACCEPT_CHARSET: 'Shift_JIS,utf-8;q=0.7,*;q=0.7'
1072
  HTTP_ACCEPT_ENCODING: 'gzip,deflate'
1073
  HTTP_ACCEPT_LANGUAGE: 'ja,en-us;q=0.7,en;q=0.3'
1074
  HTTP_CONNECTION: keep-alive
1075
  HTTP_COOKIE: 'OpenPNE_mobile_frontend=rg9vm0tcnfobd8hode4p86nbr4; OpenPNE_pc_backend=m5kom67art0q778b6o3r9q3q92; OpenPNE_pc_frontend=0dnt2ep18t2o9eeoro21p0e9q1'
1076
  HTTP_HOST: sns.example.com
1077
  HTTP_KEEP_ALIVE: '115'
1078
  HTTP_USER_AGENT: 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; ja-JP-mac; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16'
1079
  PATH: '/sbin:/usr/sbin:/bin:/usr/bin'
1080
  PATH_INFO: /favorite/diary
1081
  PATH_TRANSLATED: 'redirect:/index.php/diary'
1082
  PHP_SELF: /pc_frontend_dev.php/favorite/diary
1083
  QUERY_STRING: ''
1084
  REMOTE_ADDR: 203.143.101.162
1085
  REMOTE_PORT: '60394'
1086
  REQUEST_METHOD: GET
1087
  REQUEST_TIME: 1300947029
1088
  REQUEST_URI: /pc_frontend_dev.php/favorite/diary
1089
  SCRIPT_FILENAME: /var/www/sns/sns.example.com/web/pc_frontend_dev.php
1090
  SCRIPT_NAME: /pc_frontend_dev.php
1091
  SERVER_ADDR: 10.12.0.87
1092
  SERVER_ADMIN: root@localhost
1093
  SERVER_NAME: sns.example.com
1094
  SERVER_PORT: '80'
1095
  SERVER_PROTOCOL: HTTP/1.1
1096
  SERVER_SIGNATURE: ''
1097
  SERVER_SOFTWARE: Apache
1098
session:
1099
  OpenPNE/user/opSecurityUser/site_identifier: 'http://sns.example.com'
1100
  symfony/user/sfUser/attributes: { symfony/user/sfUser/flash: {  }, symfony/user/sfUser/flash/remove: {  }, opSecurityUser: { auth_mode: MailAddress, member_id: '661' } }
1101
  symfony/user/sfUser/authenticated: true
1102
  symfony/user/sfUser/credentials: [SNSMember]
1103
  symfony/user/sfUser/culture: ja_JP
1104
  symfony/user/sfUser/lastRequest: 1300947013
1105
</pre></div>
1106
    
1107
    <h2>Php <a href="#" onclick="sfWebDebugToggle('sfWebDebugPhp'); return false;" title="Toggle details"><img src="favorite_diary_files/toggle.html" alt="Toggle details"></a></h2>
1108
    <div id="sfWebDebugPhp" style="display: none;"><pre>php: 5.2.14
1109
os: 'Linux uh-openpne5.pne.jp 2.6.18-194.17.1.el5xen #1 SMP Wed Sep 29 13:30:21 EDT 2010 x86_64'
1110
extensions:
1111
  29: apache2handler
1112
  30: 'apc (3.0.19)'
1113
  5: ctype
1114
  6: curl
1115
  0: 'date (5.2.14)'
1116
  7: 'dom (20031129)'
1117
  8: 'filter (0.11.0)'
1118
  9: gd
1119
  10: 'hash (1.0)'
1120
  11: iconv
1121
  12: 'json (1.2.1)'
1122
  1: libxml
1123
  13: mbstring
1124
  14: mcrypt
1125
  15: 'mysql (1.0)'
1126
  2: openssl
1127
  3: pcre
1128
  18: 'PDO (1.0.4dev)'
1129
  23: 'pdo_mysql (1.0.2)'
1130
  19: 'pdo_sqlite (1.0.1)'
1131
  20: posix
1132
  21: 'Reflection (0.1)'
1133
  22: session
1134
  16: 'SimpleXML (0.1)'
1135
  17: 'SPL (0.2)'
1136
  24: 'standard (5.2.14)'
1137
  25: 'tokenizer (0.1)'
1138
  26: xml
1139
  27: 'xmlreader (0.1)'
1140
  28: 'xmlwriter (0.1)'
1141
  4: 'zlib (1.1)'
1142
</pre></div>
1143
    
1144
    <h2>Symfony <a href="#" onclick="sfWebDebugToggle('sfWebDebugSymfony'); return false;" title="Toggle details"><img src="favorite_diary_files/toggle.html" alt="Toggle details"></a></h2>
1145
    <div id="sfWebDebugSymfony" style="display: none;"><pre>version: 1.4.6
1146
path: /home/hogehoge/sns/sns.example.com/lib/vendor/symfony/lib
1147
</pre></div>
1148
    </div>
1149
<div id="sfWebDebuglogsDetails" class="sfWebDebugTop" style="display: none;"><h1>Logs</h1>
1150
      <ul id="sfWebDebugLogMenu">
1151
        <li><a href="#" onclick="sfWebDebugToggleAllLogLines(true, 'sfWebDebugLogLine'); return false;">[all]</a></li>
1152
        <li><a href="#" onclick="sfWebDebugToggleAllLogLines(false, 'sfWebDebugLogLine'); return false;">[none]</a></li>
1153
        <li><a href="#" onclick="sfWebDebugShowOnlyLogLines('info'); return false;"><img src="favorite_diary_files/info.html" alt="Show only infos"></a></li>
1154
        <li><a href="#" onclick="sfWebDebugShowOnlyLogLines('warning'); return false;"><img src="favorite_diary_files/warning.html" alt="Show only warnings"></a></li>
1155
        <li><a href="#" onclick="sfWebDebugShowOnlyLogLines('error'); return false;"><img src="favorite_diary_files/error.html" alt="Show only errors"></a></li>
1156
        <li><a href="#" onclick="sfWebDebugToggleMessages('Doctrine_Connection_Statement'); return false;">Doctrine_Connection_Statement</a></li>
1157
<li><a href="#" onclick="sfWebDebugToggleMessages('favoriteActions'); return false;">favoriteActions</a></li>
1158
<li><a href="#" onclick="sfWebDebugToggleMessages('myUser'); return false;">myUser</a></li>
1159
<li><a href="#" onclick="sfWebDebugToggleMessages('opDoctrineConnectionMysql'); return false;">opDoctrineConnectionMysql</a></li>
1160
<li><a href="#" onclick="sfWebDebugToggleMessages('opWebResponse'); return false;">opWebResponse</a></li>
1161
<li><a href="#" onclick="sfWebDebugToggleMessages('sfFilterChain'); return false;">sfFilterChain</a></li>
1162
<li><a href="#" onclick="sfWebDebugToggleMessages('sfPatternRouting'); return false;">sfPatternRouting</a></li>
1163
<li><a href="#" onclick="sfWebDebugToggleMessages('sfRenderException'); return false;">sfRenderException</a></li>
1164
<li><a href="#" onclick="sfWebDebugToggleMessages('sfWebDebugLogger'); return false;">sfWebDebugLogger</a></li>
1165
      </ul>
1166
      <div id="sfWebDebugLogLines"><table class="sfWebDebugLogs">
1167
      <tbody><tr>
1168
        <th>#</th>
1169
        <th>type</th>
1170
        <th>message</th>
1171
      </tr>
1172
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">1</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">album_nodefaults</span>" (/album/*) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug1'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug1" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1173
</td></tr>
1174
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">2</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_image_delete</span>" (/album/photo/delete/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug2'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug2" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1175
</td></tr>
1176
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">3</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_image_update</span>" (/album/photo/update/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug3'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug3" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1177
</td></tr>
1178
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">4</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_image_edit</span>" (/album/photo/edit/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug4'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug4" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1179
</td></tr>
1180
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">5</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_image_show</span>" (/album/photo/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug5'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug5" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1181
</td></tr>
1182
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">6</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_image_insert</span>" (/album/:id/photo/insert) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug6'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug6" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1183
</td></tr>
1184
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">7</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_image_add</span>" (/album/:id/photo/add) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug7'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug7" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1185
</td></tr>
1186
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">8</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_delete</span>" (/album/delete/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug8'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug8" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1187
</td></tr>
1188
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">9</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_delete_confirm</span>" (/album/deleteConfirm/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug9'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug9" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1189
</td></tr>
1190
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">10</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_update</span>" (/album/update/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug10'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug10" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1191
</td></tr>
1192
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">11</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_edit</span>" (/album/edit/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug11'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug11" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1193
</td></tr>
1194
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">12</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRequestRoute "<span class="sfWebDebugLogInfo">album_create</span>" (/album/create) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug12'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug12" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1195
</td></tr>
1196
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">13</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRequestRoute "<span class="sfWebDebugLogInfo">album_create_confirm</span>" (/album/createConfirm/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug13'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug13" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1197
</td></tr>
1198
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">14</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_show</span>" (/album/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug14'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug14" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1199
</td></tr>
1200
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">15</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">album_new</span>" (/album/new) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug15'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug15" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1201
</td></tr>
1202
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">16</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">album_list_friend</span>" (/album/listFriend) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug16'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug16" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1203
</td></tr>
1204
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">17</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">album_list_mine</span>" (/album/listMember) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug17'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug17" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1205
</td></tr>
1206
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">18</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfDoctrineRoute "<span class="sfWebDebugLogInfo">album_list_member</span>" (/album/listMember/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug18'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug18" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1207
</td></tr>
1208
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">19</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">album_list</span>" (/album) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug19'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug19" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginRouting.class.php line 136</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1209
</td></tr>
1210
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">20</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">receiveList</span>" (/message/receiveList) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug20'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug20" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 28</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1211
</td></tr>
1212
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">21</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">sendList</span>" (/message/sendList) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug21'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug21" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 34</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1213
</td></tr>
1214
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">22</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">draftList</span>" (/message/draftList) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug22'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug22" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 40</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1215
</td></tr>
1216
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">23</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">dustList</span>" (/message/dustList) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug23'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug23" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 46</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1217
</td></tr>
1218
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">24</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">readReceiveMessage</span>" (/message/read/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug24'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug24" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 55</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1219
</td></tr>
1220
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">25</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">readSendMessage</span>" (/message/check/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug25'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug25" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 62</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1221
</td></tr>
1222
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">26</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">readDustMessage</span>" (/message/checkDelete/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug26'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug26" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 69</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1223
</td></tr>
1224
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">27</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">deleteReceiveMessage</span>" (/message/deleteReceiveMessage/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug27'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug27" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 78</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1225
</td></tr>
1226
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">28</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">deleteSendMessage</span>" (/message/deleteSendMessage/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug28'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug28" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 85</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1227
</td></tr>
1228
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">29</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">deleteDustMessage</span>" (/message/deleteComplete/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug29'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug29" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 92</span><br><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1229
</td></tr>
1230
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">30</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">image_nodefaults</span>" (/image/*) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug30'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug30" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/sfImageHandlerPlugin/lib/sfImageHandlerRouting.class.php line 13</span><br><span>#12 » in <span class="sfWebDebugLogInfo">sfImageHandlerRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1231
</td></tr>
1232
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">31</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Connect sfRoute "<span class="sfWebDebugLogInfo">image</span>" (/cache/img/:format/:width_:height/:filename.:noice) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug31'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug31" style="display: none;"><span>#14 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br><span>#13 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;prependRoute()</span> from SF_ROOT_DIR/plugins/sfImageHandlerPlugin/lib/sfImageHandlerRouting.class.php line 35</span><br><span>#12 » in <span class="sfWebDebugLogInfo">sfImageHandlerRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher-&gt;notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 98</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1233
</td></tr>
1234
<tr class="sfWebDebugLogLine sfWebDebugInfo sfPatternRouting"><td class="sfWebDebugLogNumber">32</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php">sfPatternRouting</span></td><td>Match route "<span class="sfWebDebugLogInfo">favorite_diary</span>" (/favorite/diary) for /favorite/diary with parameters array (  'module' =&gt; 'favorite',  'action' =&gt; 'diary',) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug32'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug32" style="display: none;"><span>#5 » in <span class="sfWebDebugLogInfo">sfPatternRouting-&gt;parse()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 99</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1235
</td></tr>
1236
<tr class="sfWebDebugLogLine sfWebDebugInfo opDoctrineConnectionMysql"><td class="sfWebDebugLogNumber">33</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/util/opDoctrineConnectionMysql.class.php">opDoctrineConnectionMysql</span></td><td>exec : <span class="sfWebDebugLogInfo">SET</span> NAMES 'utf8' - () <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug33'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug33" style="display: none;"><span>#24 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preExec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 438</span><br><span>#23 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preExec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1048</span><br><span>#22 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;exec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Mysql.php line 126</span><br><span>#21 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Mysql-&gt;setCharset()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineConnectionListener.class.php line 31</span><br><span>#20 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionListener-&gt;postConnect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 396</span><br><span>#19 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;postConnect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 501</span><br><span>#18 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Mysql.php line 101</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Mysql-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1001</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 46</span><br><span class="sfWebDebugHighlight">#13 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;getConfigs()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 17</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 23</span><br><span class="sfWebDebugHighlight">#11 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;get()</span> from SF_ROOT_DIR/lib/user/opAuthAdapter.class.php line 97</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">opAuthAdapter-&gt;getAuthConfig()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 71</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;getAuthModes()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 138</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;getCurrentAuthMode()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 43</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 38</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1237
</td></tr>
1238
<tr class="sfWebDebugLogLine sfWebDebugInfo opDoctrineConnectionMysql"><td class="sfWebDebugLogNumber">34</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/util/opDoctrineConnectionMysql.class.php">opDoctrineConnectionMysql</span></td><td>query : <span class="sfWebDebugLogInfo">SELECT</span> s.id <span class="sfWebDebugLogInfo">AS</span> s__id, s.name <span class="sfWebDebugLogInfo">AS</span> s__name, s.value <span class="sfWebDebugLogInfo">AS</span> s__value <span class="sfWebDebugLogInfo">FROM</span> sns_config s - () <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug34'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug34" style="display: none;"><span>#18 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preQuery()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 410</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preQuery()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1012</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 46</span><br><span class="sfWebDebugHighlight">#13 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;getConfigs()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 17</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 23</span><br><span class="sfWebDebugHighlight">#11 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;get()</span> from SF_ROOT_DIR/lib/user/opAuthAdapter.class.php line 97</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">opAuthAdapter-&gt;getAuthConfig()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 71</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;getAuthModes()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 138</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;getCurrentAuthMode()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 43</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 38</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1239
</td></tr>
1240
<tr class="sfWebDebugLogLine sfWebDebugInfo Doctrine_Connection_Statement"><td class="sfWebDebugLogNumber">35</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php">Doctrine_Connection_Statement</span></td><td>execute : <span class="sfWebDebugLogInfo">SELECT</span> m.id <span class="sfWebDebugLogInfo">AS</span> m__id, m.name <span class="sfWebDebugLogInfo">AS</span> m__name, m.invite_member_id <span class="sfWebDebugLogInfo">AS</span> m__invite_member_id, m.is_login_rejected <span class="sfWebDebugLogInfo">AS</span> m__is_login_rejected, m.created_at <span class="sfWebDebugLogInfo">AS</span> m__created_at, m.updated_at <span class="sfWebDebugLogInfo">AS</span> m__updated_at, m.is_active <span class="sfWebDebugLogInfo">AS</span> m__is_active <span class="sfWebDebugLogInfo">FROM</span> member m <span class="sfWebDebugLogInfo">WHERE</span> (m.id = ? AND (m.is_active = ? OR m.is_active IS NULL)) <span class="sfWebDebugLogInfo">LIMIT</span> 1 - (661, 1) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug35'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug35" style="display: none;"><span>#18 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#14 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span>#13 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query.php line 281</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">Doctrine_Query-&gt;fetchOne()</span> from SF_ROOT_DIR/lib/util/opDoctrineQuery.class.php line 150</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opDoctrineQuery-&gt;fetchOne()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Table.php line 1624</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">Doctrine_Table-&gt;find()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 78</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;getMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 327</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;isSNSMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 311</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initializeCredentials()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 40</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1241
</td></tr>
1242
<tr class="sfWebDebugLogLine sfWebDebugInfo myUser"><td class="sfWebDebugLogNumber">36</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/apps/pc_frontend/lib/myUser.class.php">myUser</span></td><td>User is authenticated <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug36'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug36" style="display: none;"><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">sfBasicSecurityUser-&gt;setAuthenticated()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 351</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;setIsSNSMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 313</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initializeCredentials()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 40</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1243
</td></tr>
1244
<tr class="sfWebDebugLogLine sfWebDebugInfo myUser"><td class="sfWebDebugLogNumber">37</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/apps/pc_frontend/lib/myUser.class.php">myUser</span></td><td>Add credential(s) "<span class="sfWebDebugLogInfo">SNSMember</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug37'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug37" style="display: none;"><span>#10 » in <span class="sfWebDebugLogInfo">sfBasicSecurityUser-&gt;addCredentials()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfBasicSecurityUser.class.php line 88</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">sfBasicSecurityUser-&gt;addCredential()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 352</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;setIsSNSMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 313</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initializeCredentials()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 40</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1245
</td></tr>
1246
<tr class="sfWebDebugLogLine sfWebDebugInfo Doctrine_Connection_Statement"><td class="sfWebDebugLogNumber">38</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php">Doctrine_Connection_Statement</span></td><td>execute : <span class="sfWebDebugLogInfo">SELECT</span> m.id <span class="sfWebDebugLogInfo">AS</span> m__id, m.member_id <span class="sfWebDebugLogInfo">AS</span> m__member_id, m.name <span class="sfWebDebugLogInfo">AS</span> m__name, m.value <span class="sfWebDebugLogInfo">AS</span> m__value, m.value_datetime <span class="sfWebDebugLogInfo">AS</span> m__value_datetime, m.name_value_hash <span class="sfWebDebugLogInfo">AS</span> m__name_value_hash, m.created_at <span class="sfWebDebugLogInfo">AS</span> m__created_at, m.updated_at <span class="sfWebDebugLogInfo">AS</span> m__updated_at <span class="sfWebDebugLogInfo">FROM</span> member_config m <span class="sfWebDebugLogInfo">WHERE</span> (m.member_id = ?) - (661) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug38'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug38" style="display: none;"><span>#18 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#14 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span class="sfWebDebugHighlight">#13 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 72</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">MemberConfigTable-&gt;getResultsByMemberId()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 22</span><br><span class="sfWebDebugHighlight">#11 » in <span class="sfWebDebugLogInfo">MemberConfigTable-&gt;retrieveByNameAndMemberId()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 95</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">MemberConfigTable-&gt;setValue()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 73</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">Member-&gt;setConfig()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 182</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">Member-&gt;updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 316</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initializeCredentials()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 40</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1247
</td></tr>
1248
<tr class="sfWebDebugLogLine sfWebDebugInfo Doctrine_Connection_Statement"><td class="sfWebDebugLogNumber">39</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php">Doctrine_Connection_Statement</span></td><td>execute : <span class="sfWebDebugLogInfo">UPDATE</span> member_config <span class="sfWebDebugLogInfo">SET</span> value_datetime = ?, updated_at = ? <span class="sfWebDebugLogInfo">WHERE</span> id = ? - (2011-03-24 15:10:43, 2011-03-24 15:10:43, 2665) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug39'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug39" style="display: none;"><span>#19 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#18 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1042</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;exec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 653</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;update()</span>
1249
 from 
1250
SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/UnitOfWork.php
1251
 line 529</span><br><span>#14 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_UnitOfWork-&gt;update()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/UnitOfWork.php line 89</span><br><span>#13 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_UnitOfWork-&gt;saveGraph()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 1705</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">Doctrine_Record-&gt;save()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 60</span><br><span class="sfWebDebugHighlight">#11 » in <span class="sfWebDebugLogInfo">opDoctrineRecord-&gt;save()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 107</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">MemberConfigTable-&gt;setValue()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 73</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">Member-&gt;setConfig()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 182</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">Member-&gt;updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 316</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initializeCredentials()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 40</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1252
</td></tr>
1253
<tr class="sfWebDebugLogLine sfWebDebugInfo sfFilterChain"><td class="sfWebDebugLogNumber">40</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php">sfFilterChain</span></td><td>Executing filter "<span class="sfWebDebugLogInfo">sfRenderingFilter</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug40'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug40" style="display: none;"><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1254
</td></tr>
1255
<tr class="sfWebDebugLogLine sfWebDebugInfo sfFilterChain"><td class="sfWebDebugLogNumber">41</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php">sfFilterChain</span></td><td>Executing filter "<span class="sfWebDebugLogInfo">opCacheControlFilter</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug41'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug41" style="display: none;"><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1256
</td></tr>
1257
<tr class="sfWebDebugLogLine sfWebDebugInfo sfFilterChain"><td class="sfWebDebugLogNumber">42</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php">sfFilterChain</span></td><td>Executing filter "<span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug42'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug42" style="display: none;"><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1258
</td></tr>
1259
<tr class="sfWebDebugLogLine sfWebDebugInfo sfFilterChain"><td class="sfWebDebugLogNumber">43</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php">sfFilterChain</span></td><td>Executing filter "<span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug43'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug43" style="display: none;"><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1260
</td></tr>
1261
<tr class="sfWebDebugLogLine sfWebDebugInfo sfFilterChain"><td class="sfWebDebugLogNumber">44</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php">sfFilterChain</span></td><td>Executing filter "<span class="sfWebDebugLogInfo">opRememberLoginFilter</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug44'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug44" style="display: none;"><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1262
</td></tr>
1263
<tr class="sfWebDebugLogLine sfWebDebugInfo sfFilterChain"><td class="sfWebDebugLogNumber">45</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php">sfFilterChain</span></td><td>Executing filter "<span class="sfWebDebugLogInfo">sfBasicSecurityFilter</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug45'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug45" style="display: none;"><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php line 34</span><br><span>#13 » in <span class="sfWebDebugLogInfo">opRememberLoginFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1264
</td></tr>
1265
<tr class="sfWebDebugLogLine sfWebDebugInfo sfFilterChain"><td class="sfWebDebugLogNumber">46</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php">sfFilterChain</span></td><td>Executing filter "<span class="sfWebDebugLogInfo">opEmojiFilter</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug46'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug46" style="display: none;"><span>#16 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br><span>#15 » in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php line 34</span><br><span>#13 » in <span class="sfWebDebugLogInfo">opRememberLoginFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1266
</td></tr>
1267
<tr class="sfWebDebugLogLine sfWebDebugInfo sfFilterChain"><td class="sfWebDebugLogNumber">47</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php">sfFilterChain</span></td><td>Executing filter "<span class="sfWebDebugLogInfo">opExecutionFilter</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug47'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug47" style="display: none;"><span class="sfWebDebugHighlight">#18 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br><span>#17 » in <span class="sfWebDebugLogInfo">opEmojiFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#16 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br><span>#15 » in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php line 34</span><br><span>#13 » in <span class="sfWebDebugLogInfo">opRememberLoginFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1268
</td></tr>
1269
<tr class="sfWebDebugLogLine sfWebDebugInfo favoriteActions"><td class="sfWebDebugLogNumber">48</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/plugins/opFavoritePlugin/apps/pc_frontend/modules/favorite/actions/actions.class.php">favoriteActions</span></td><td>Call "<span class="sfWebDebugLogInfo">favoriteActions-&gt;executeDiary()</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug48'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug48" style="display: none;"><span>#23 » in <span class="sfWebDebugLogInfo">sfActions-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 92</span><br><span>#22 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br><span class="sfWebDebugHighlight">#21 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 129</span><br><span>#20 » in <span class="sfWebDebugLogInfo">opExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br><span>#19 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#18 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br><span>#17 » in <span class="sfWebDebugLogInfo">opEmojiFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#16 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br><span>#15 » in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php line 34</span><br><span>#13 » in <span class="sfWebDebugLogInfo">opRememberLoginFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1270
</td></tr>
1271
<tr class="sfWebDebugLogLine sfWebDebugInfo Doctrine_Connection_Statement"><td class="sfWebDebugLogNumber">49</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php">Doctrine_Connection_Statement</span></td><td>execute : <span class="sfWebDebugLogInfo">SELECT</span> f.member_id_to <span class="sfWebDebugLogInfo">AS</span> f__member_id_to, f.member_id_from <span class="sfWebDebugLogInfo">AS</span> f__member_id_from <span class="sfWebDebugLogInfo">FROM</span> favorite f <span class="sfWebDebugLogInfo">WHERE</span> (f.member_id_from = ?) - (661) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug49'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug49" style="display: none;"><span>#32 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#31 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#30 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br><span>#29 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#28 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span>#27 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/model/doctrine/PluginFavoriteTable.class.php line 164</span><br><span>#26 » in <span class="sfWebDebugLogInfo">PluginFavoriteTable-&gt;getFavoriteToIds()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/model/doctrine/PluginFavoriteTable.class.php line 97</span><br><span>#25 » in <span class="sfWebDebugLogInfo">PluginFavoriteTable-&gt;retrieveDiaryPager()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/action/opFavoritePluginFavoriteActions.class.php line 72</span><br><span>#24 » in <span class="sfWebDebugLogInfo">opFavoritePluginFavoriteActions-&gt;executeDiary()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfActions.class.php line 60</span><br><span>#23 » in <span class="sfWebDebugLogInfo">sfActions-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 92</span><br><span>#22 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br><span class="sfWebDebugHighlight">#21 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 129</span><br><span>#20 » in <span class="sfWebDebugLogInfo">opExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br><span>#19 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#18 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br><span>#17 » in <span class="sfWebDebugLogInfo">opEmojiFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#16 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br><span>#15 » in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php line 34</span><br><span>#13 » in <span class="sfWebDebugLogInfo">opRememberLoginFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1272
</td></tr>
1273
<tr class="sfWebDebugLogLine sfWebDebugInfo Doctrine_Connection_Statement"><td class="sfWebDebugLogNumber">50</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php">Doctrine_Connection_Statement</span></td><td>execute : <span class="sfWebDebugLogInfo">SELECT</span> <span class="sfWebDebugLogInfo">COUNT</span>(*) <span class="sfWebDebugLogInfo">AS</span> num_results <span class="sfWebDebugLogInfo">FROM</span> diary d <span class="sfWebDebugLogInfo">WHERE</span> 0 = 1 AND d.public_flag = ? - (1) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug50'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug50" style="display: none;"><span>#32 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#31 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#30 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br><span>#29 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 800</span><br><span>#28 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;fetchAll()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query.php line 2123</span><br><span>#27 » in <span class="sfWebDebugLogInfo">Doctrine_Query-&gt;count()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/pager/sfDoctrinePager.class.php line 101</span><br><span>#26 » in <span class="sfWebDebugLogInfo">sfDoctrinePager-&gt;init()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/model/doctrine/PluginFavoriteTable.class.php line 105</span><br><span>#25 » in <span class="sfWebDebugLogInfo">PluginFavoriteTable-&gt;retrieveDiaryPager()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/action/opFavoritePluginFavoriteActions.class.php line 72</span><br><span>#24 » in <span class="sfWebDebugLogInfo">opFavoritePluginFavoriteActions-&gt;executeDiary()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfActions.class.php line 60</span><br><span>#23 » in <span class="sfWebDebugLogInfo">sfActions-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 92</span><br><span>#22 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br><span class="sfWebDebugHighlight">#21 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 129</span><br><span>#20 » in <span class="sfWebDebugLogInfo">opExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br><span>#19 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#18 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br><span>#17 » in <span class="sfWebDebugLogInfo">opEmojiFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#16 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br><span>#15 » in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php line 34</span><br><span>#13 » in <span class="sfWebDebugLogInfo">opRememberLoginFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1274
</td></tr>
1275
<tr class="sfWebDebugLogLine sfWebDebugError sfRenderException"><td class="sfWebDebugLogNumber">51</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/error.html" alt="Error">&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfRenderException.class.php">sfRenderException</span></td><td>The template "<span class="sfWebDebugLogInfo">diaryError.php</span>" does not exist or is unreadable in "". <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug51'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug51" style="display: none;"><span>#4 » in <span class="sfWebDebugLogInfo">sfException::outputStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 110</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfException-&gt;printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 52</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1276
</td></tr>
1277
<tr class="sfWebDebugLogLine sfWebDebugInfo opWebResponse"><td class="sfWebDebugLogNumber">52</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/response/opWebResponse.class.php">opWebResponse</span></td><td>Send status "<span class="sfWebDebugLogInfo">HTTP/1.1 500 Internal Server Error</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug52'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug52" style="display: none;"><span>#5 » in <span class="sfWebDebugLogInfo">sfWebResponse-&gt;sendHttpHeaders()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 221</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfException::outputStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 110</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfException-&gt;printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 52</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1278
</td></tr>
1279
<tr class="sfWebDebugLogLine sfWebDebugInfo opWebResponse"><td class="sfWebDebugLogNumber">53</td><td class="sfWebDebugLogType"><img src="favorite_diary_files/info.html" alt="Info">&nbsp;<span title="SF_ROOT_DIR/lib/response/opWebResponse.class.php">opWebResponse</span></td><td>Send header "<span class="sfWebDebugLogInfo">Content-Type: text/html; charset=utf-8</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug53'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug53" style="display: none;"><span>#5 » in <span class="sfWebDebugLogInfo">sfWebResponse-&gt;sendHttpHeaders()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 221</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfException::outputStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 110</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfException-&gt;printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 52</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1280
</td></tr>
1281
</tbody></table></div>
1282
    </div>
1283
<div id="sfWebDebugtimeDetails" class="sfWebDebugTop" style="display: none;"><h1>Timers</h1><table class="sfWebDebugLogs" style="width: 300px;"><tbody><tr><th>type</th><th>calls</th><th>time (ms)</th><th>time (%)</th></tr><tr><td class="sfWebDebugLogType">Configuration</td><td class="sfWebDebugLogNumber" style="text-align: right;">20</td><td style="text-align: right;">11881.67</td><td style="text-align: right;">88</td></tr><tr><td class="sfWebDebugLogType">Factories</td><td class="sfWebDebugLogNumber" style="text-align: right;">1</td><td style="text-align: right;">12488.53</td><td style="text-align: right;">93</td></tr><tr><td class="sfWebDebugLogType">Database (Doctrine)</td><td class="sfWebDebugLogNumber" style="text-align: right;">7</td><td style="text-align: right;">0.03</td><td style="text-align: right;">0</td></tr><tr><td class="sfWebDebugLogType">Action "favorite/diary"</td><td class="sfWebDebugLogNumber" style="text-align: right;">1</td><td style="text-align: right;">19.87</td><td style="text-align: right;">0</td></tr><tr><td class="sfWebDebugLogType">View "Error" for "favorite/diary"</td><td class="sfWebDebugLogNumber" style="text-align: right;">1</td><td style="text-align: right;">120.03</td><td style="text-align: right;">0</td></tr></tbody></table></div>
1284
<div id="sfWebDebugdbDetails" class="sfWebDebugTop" style="display: none;"><h1>SQL queries</h1>
1285
      <div id="sfWebDebugDatabaseLogs">
1286
        <h3>Doctrine Version: 1.2.2</h3>
1287
        <ol>
1288
        <li>
1289
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SET</span> NAMES 'utf8'</p>
1290
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug1'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug1" style="display: none;"><span>#24 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preExec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 438</span><br><span>#23 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preExec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1048</span><br><span>#22 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;exec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Mysql.php line 126</span><br><span>#21 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Mysql-&gt;setCharset()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineConnectionListener.class.php line 31</span><br><span>#20 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionListener-&gt;postConnect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 396</span><br><span>#19 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;postConnect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 501</span><br><span>#18 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Mysql.php line 101</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Mysql-&gt;connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1001</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 46</span><br><span class="sfWebDebugHighlight">#13 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;getConfigs()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 17</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 23</span><br><span class="sfWebDebugHighlight">#11 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;get()</span> from SF_ROOT_DIR/lib/user/opAuthAdapter.class.php line 97</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">opAuthAdapter-&gt;getAuthConfig()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 71</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;getAuthModes()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 138</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;getCurrentAuthMode()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 43</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 38</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1291
</div>
1292
        </li>
1293

    
1294
        <li>
1295
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SELECT</span> s.id <span class="sfWebDebugLogInfo">AS</span> s__id, s.name <span class="sfWebDebugLogInfo">AS</span> s__name, s.value <span class="sfWebDebugLogInfo">AS</span> s__value <span class="sfWebDebugLogInfo">FROM</span> sns_config s</p>
1296
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug2'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug2" style="display: none;"><span>#18 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preQuery()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 410</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preQuery()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1012</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 46</span><br><span class="sfWebDebugHighlight">#13 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;getConfigs()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 17</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 23</span><br><span class="sfWebDebugHighlight">#11 » in <span class="sfWebDebugLogInfo">SnsConfigTable-&gt;get()</span> from SF_ROOT_DIR/lib/user/opAuthAdapter.class.php line 97</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">opAuthAdapter-&gt;getAuthConfig()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 71</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;getAuthModes()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 138</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;getCurrentAuthMode()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 43</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opAdaptableUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 38</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1297
</div>
1298
        </li>
1299

    
1300
        <li>
1301
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SELECT</span> m.id <span class="sfWebDebugLogInfo">AS</span> m__id, m.name <span class="sfWebDebugLogInfo">AS</span> m__name, m.invite_member_id <span class="sfWebDebugLogInfo">AS</span> m__invite_member_id, m.is_login_rejected <span class="sfWebDebugLogInfo">AS</span> m__is_login_rejected, m.created_at <span class="sfWebDebugLogInfo">AS</span> m__created_at, m.updated_at <span class="sfWebDebugLogInfo">AS</span> m__updated_at, m.is_active <span class="sfWebDebugLogInfo">AS</span> m__is_active <span class="sfWebDebugLogInfo">FROM</span> member m <span class="sfWebDebugLogInfo">WHERE</span> (m.id = '661' AND (m.is_active = '1' OR m.is_active IS NULL)) <span class="sfWebDebugLogInfo">LIMIT</span> 1</p>
1302
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug3'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug3" style="display: none;"><span>#18 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#14 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span>#13 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query.php line 281</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">Doctrine_Query-&gt;fetchOne()</span> from SF_ROOT_DIR/lib/util/opDoctrineQuery.class.php line 150</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opDoctrineQuery-&gt;fetchOne()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Table.php line 1624</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">Doctrine_Table-&gt;find()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 78</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;getMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 327</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;isSNSMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 311</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initializeCredentials()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 40</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1303
</div>
1304
        </li>
1305

    
1306
        <li>
1307
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SELECT</span> m.id <span class="sfWebDebugLogInfo">AS</span> m__id, m.member_id <span class="sfWebDebugLogInfo">AS</span> m__member_id, m.name <span class="sfWebDebugLogInfo">AS</span> m__name, m.value <span class="sfWebDebugLogInfo">AS</span> m__value, m.value_datetime <span class="sfWebDebugLogInfo">AS</span> m__value_datetime, m.name_value_hash <span class="sfWebDebugLogInfo">AS</span> m__name_value_hash, m.created_at <span class="sfWebDebugLogInfo">AS</span> m__created_at, m.updated_at <span class="sfWebDebugLogInfo">AS</span> m__updated_at <span class="sfWebDebugLogInfo">FROM</span> member_config m <span class="sfWebDebugLogInfo">WHERE</span> (m.member_id = '661')</p>
1308
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug4'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug4" style="display: none;"><span>#18 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#14 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span class="sfWebDebugHighlight">#13 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 72</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">MemberConfigTable-&gt;getResultsByMemberId()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 22</span><br><span class="sfWebDebugHighlight">#11 » in <span class="sfWebDebugLogInfo">MemberConfigTable-&gt;retrieveByNameAndMemberId()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 95</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">MemberConfigTable-&gt;setValue()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 73</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">Member-&gt;setConfig()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 182</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">Member-&gt;updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 316</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initializeCredentials()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 40</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1309
</div>
1310
        </li>
1311

    
1312
        <li>
1313
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">UPDATE</span> member_config <span class="sfWebDebugLogInfo">SET</span> value_datetime = '2011-03-24 15:10:43', updated_at = '2011-03-24 15:10:43' <span class="sfWebDebugLogInfo">WHERE</span> id = '2665'</p>
1314
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug5'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug5" style="display: none;"><span>#19 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#18 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#17 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1042</span><br><span>#16 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;exec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 653</span><br><span>#15 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;update()</span>
1315
 from 
1316
SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/UnitOfWork.php
1317
 line 529</span><br><span>#14 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_UnitOfWork-&gt;update()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/UnitOfWork.php line 89</span><br><span>#13 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_UnitOfWork-&gt;saveGraph()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 1705</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">Doctrine_Record-&gt;save()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 60</span><br><span class="sfWebDebugHighlight">#11 » in <span class="sfWebDebugLogInfo">opDoctrineRecord-&gt;save()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 107</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">MemberConfigTable-&gt;setValue()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 73</span><br><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">Member-&gt;setConfig()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 182</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">Member-&gt;updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 316</span><br><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initializeCredentials()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 40</span><br><span>#6 » in <span class="sfWebDebugLogInfo">opSecurityUser-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfUser-&gt;__construct()</span> from SF_ROOT_DIR/cache/apache/pc_frontend/dev/config/config_factories.yml.php line 116</span><br><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfContext-&gt;loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfContext-&gt;initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1318
</div>
1319
        </li>
1320

    
1321
        <li>
1322
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SELECT</span> f.member_id_to <span class="sfWebDebugLogInfo">AS</span> f__member_id_to, f.member_id_from <span class="sfWebDebugLogInfo">AS</span> f__member_id_from <span class="sfWebDebugLogInfo">FROM</span> favorite f <span class="sfWebDebugLogInfo">WHERE</span> (f.member_id_from = '661')</p>
1323
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug6'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug6" style="display: none;"><span>#32 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#31 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#30 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br><span>#29 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 976</span><br><span>#28 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1026</span><br><span>#27 » in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract-&gt;execute()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/model/doctrine/PluginFavoriteTable.class.php line 164</span><br><span>#26 » in <span class="sfWebDebugLogInfo">PluginFavoriteTable-&gt;getFavoriteToIds()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/model/doctrine/PluginFavoriteTable.class.php line 97</span><br><span>#25 » in <span class="sfWebDebugLogInfo">PluginFavoriteTable-&gt;retrieveDiaryPager()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/action/opFavoritePluginFavoriteActions.class.php line 72</span><br><span>#24 » in <span class="sfWebDebugLogInfo">opFavoritePluginFavoriteActions-&gt;executeDiary()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfActions.class.php line 60</span><br><span>#23 » in <span class="sfWebDebugLogInfo">sfActions-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 92</span><br><span>#22 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br><span class="sfWebDebugHighlight">#21 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 129</span><br><span>#20 » in <span class="sfWebDebugLogInfo">opExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br><span>#19 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#18 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br><span>#17 » in <span class="sfWebDebugLogInfo">opEmojiFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#16 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br><span>#15 » in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php line 34</span><br><span>#13 » in <span class="sfWebDebugLogInfo">opRememberLoginFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1324
</div>
1325
        </li>
1326

    
1327
        <li>
1328
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SELECT</span> <span class="sfWebDebugLogInfo">COUNT</span>(*) <span class="sfWebDebugLogInfo">AS</span> num_results <span class="sfWebDebugLogInfo">FROM</span> diary d <span class="sfWebDebugLogInfo">WHERE</span> 0 = 1 AND d.public_flag = '1'</p>
1329
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug7'); return false;" title="Toggle debug stack"><img src="favorite_diary_files/toggle.html" alt="Toggle debug stack"></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug7" style="display: none;"><span>#32 » in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br><span>#31 » in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain-&gt;preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br><span>#30 » in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br><span>#29 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 800</span><br><span>#28 » in <span class="sfWebDebugLogInfo">Doctrine_Connection-&gt;fetchAll()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query.php line 2123</span><br><span>#27 » in <span class="sfWebDebugLogInfo">Doctrine_Query-&gt;count()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/pager/sfDoctrinePager.class.php line 101</span><br><span>#26 » in <span class="sfWebDebugLogInfo">sfDoctrinePager-&gt;init()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/model/doctrine/PluginFavoriteTable.class.php line 105</span><br><span>#25 » in <span class="sfWebDebugLogInfo">PluginFavoriteTable-&gt;retrieveDiaryPager()</span> from SF_ROOT_DIR/plugins/opFavoritePlugin/lib/action/opFavoritePluginFavoriteActions.class.php line 72</span><br><span>#24 » in <span class="sfWebDebugLogInfo">opFavoritePluginFavoriteActions-&gt;executeDiary()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfActions.class.php line 60</span><br><span>#23 » in <span class="sfWebDebugLogInfo">sfActions-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 92</span><br><span>#22 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br><span class="sfWebDebugHighlight">#21 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 129</span><br><span>#20 » in <span class="sfWebDebugLogInfo">opExecutionFilter-&gt;handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br><span>#19 » in <span class="sfWebDebugLogInfo">sfExecutionFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#18 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br><span>#17 » in <span class="sfWebDebugLogInfo">opEmojiFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#16 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br><span>#15 » in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#14 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opRememberLoginFilter.class.php line 34</span><br><span>#13 » in <span class="sfWebDebugLogInfo">opRememberLoginFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#12 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br><span>#11 » in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br><span>#9 » in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br><span>#7 » in <span class="sfWebDebugLogInfo">opCacheControlFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#6 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br><span>#5 » in <span class="sfWebDebugLogInfo">sfRenderingFilter-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br><span>#4 » in <span class="sfWebDebugLogInfo">sfFilterChain-&gt;execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 233</span><br><span>#3 » in <span class="sfWebDebugLogInfo">sfController-&gt;forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br><span>#2 » in <span class="sfWebDebugLogInfo">sfFrontWebController-&gt;dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext-&gt;dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br></div>
1330
</div>
1331
        </li></ol>
1332
      </div>
1333
    </div>
1334
      </div>
1335
    </body></html>