プロジェクト

全般

プロフィール

カレンダー.html

isao sano, 2015-04-16 19:39

ダウンロード (338 KB)

 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
<head>
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5
  <title>sfError404Exception: </title>
6
  <style type="text/css">
7
  body { margin: 0; padding: 20px; margin-top: 20px; background-color: #eee }
8
  body, td, th { font: 11px Verdana, Arial, sans-serif; color: #333 }
9
  a { color: #333 }
10
  h1 { margin: 0 0 0 10px; padding: 10px 0 10px 0; font-weight: bold; font-size: 120% }
11
  h2 { margin: 0; padding: 5px 0; font-size: 110% }
12
  ul { padding-left: 20px; list-style: decimal }
13
  ul li { padding-bottom: 5px; margin: 0 }
14
  ol { font-family: monospace; white-space: pre; list-style-position: inside; margin: 0; padding: 10px 0 }
15
  ol li { margin: -5px; padding: 0 }
16
  ol .selected { font-weight: bold; background-color: #ddd; padding: 2px 0 }
17
  table.vars { padding: 0; margin: 0; border: 1px solid #999; background-color: #fff; }
18
  table.vars th { padding: 2px; background-color: #ddd; font-weight: bold }
19
  table.vars td  { padding: 2px; font-family: monospace; white-space: pre }
20
  p.error { padding: 10px; background-color: #f00; font-weight: bold; text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
21
  p.error a { color: #fff }
22
  #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 }
23
  #message { padding: 10px; margin-bottom: 10px; background-color: #eee; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
24
  a.file_link { text-decoration: none; }
25
  a.file_link:hover { text-decoration: underline; }
26
  .code, #sf_settings, #sf_request, #sf_response, #sf_user, #sf_globals { overflow: auto; }
27
  </style>
28
  <script type="text/javascript">
29
  function toggle(id)
30
  {
31
    el = document.getElementById(id); el.style.display = el.style.display == 'none' ? 'block' : 'none';
32
  }
33
  </script>
34
<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>
35
<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>404 | Not Found | sfError404Exception</h1>
39
  <h2 id="message"></h2>
40
  <h2>stack trace</h2>
41
  <ul><li>at <strong></strong>()<br />in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfAction.class.php</em> line 74 <a href="#" onclick="toggle('trace_0'); return false;">...</a><br /><ul class="code" id="trace_0" style="display: block"><ol start="71"><li>&nbsp;&nbsp;&nbsp;*/</li>
42
<li>&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">forward404</span><span style="color: #007700">(</span><span style="color: #0000BB">$message&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)</li>
43
<li>&nbsp;&nbsp;{</li>
44
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;throw&nbsp;new&nbsp;</span><span style="color: #0000BB">sfError404Exception</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">get404Message</span><span style="color: #007700">(</span><span style="color: #0000BB">$message</span><span style="color: #007700">));</li>
45
<li>&nbsp;&nbsp;}</li>
46
<li></li>
47
<li>&nbsp;&nbsp;</span><span style="color: #FF8000">/**</li></ol></ul></li><li>at <strong>sfAction->forward404</strong>()<br />in <em>SF_ROOT_DIR/plugins/opCalendarPlugin/apps/pc_frontend/modules/calendarApi/actions/actions.class.php</em> line 25 <a href="#" onclick="toggle('trace_1'); return false;">...</a><br /><ul class="code" id="trace_1" style="display: none"><ol start="22"><li>&nbsp;&nbsp;*/</li>
48
<li>&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">executeIndex</span><span style="color: #007700">(</span><span style="color: #0000BB">sfWebRequest&nbsp;$request</span><span style="color: #007700">)</li>
49
<li>&nbsp;&nbsp;{</li>
50
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">forward404</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">opGoogleCalendarOAuth</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">authenticate</span><span style="color: #007700">());</li>
51
<li></li>
52
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">redirect</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">opGoogleCalendarOAuth</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getClient</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">createAuthUrl</span><span style="color: #007700">());</li>
53
<li>&nbsp;&nbsp;}</li></ol></ul></li><li>at <strong>calendarApiActions->executeIndex</strong>(<em>object</em>('opWebRequest'))<br />in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfActions.class.php</em> line 60 <a href="#" onclick="toggle('trace_2'); return false;">...</a><br /><ul class="code" id="trace_2" style="display: none"><ol start="57"><li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
54
<li></li>
55
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;run&nbsp;action</li>
56
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">$actionToRun</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</li>
57
<li>&nbsp;&nbsp;}</li>
58
<li>}</li>
59
<li></span>
60
</span>
61
</li></ol></ul></li><li>at <strong>sfActions->execute</strong>(<em>object</em>('opWebRequest'))<br />in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php</em> line 92 <a href="#" onclick="toggle('trace_3'); return false;">...</a><br /><ul class="code" id="trace_3" style="display: none"><ol start="89"><li>&nbsp;&nbsp;{</li>
62
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;execute&nbsp;the&nbsp;action</li>
63
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">preExecute</span><span style="color: #007700">();</li>
64
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$viewName&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">context</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getRequest</span><span style="color: #007700">());</li>
65
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">postExecute</span><span style="color: #007700">();</li>
66
<li></li>
67
<li>&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">null&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #0000BB">$viewName&nbsp;</span><span style="color: #007700">?&nbsp;</span><span style="color: #0000BB">sfView</span><span style="color: #007700">::</span><span style="color: #0000BB">SUCCESS&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">$viewName</span><span style="color: #007700">;</li></ol></ul></li><li>at <strong>sfExecutionFilter->executeAction</strong>(<em>object</em>('calendarApiActions'))<br />in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php</em> line 78 <a href="#" onclick="toggle('trace_4'); return false;">...</a><br /><ul class="code" id="trace_4" style="display: none"><ol start="75"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
68
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
69
<li></li>
70
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">executeAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">);</li>
71
<li>&nbsp;&nbsp;}</li>
72
<li></li>
73
<li>&nbsp;&nbsp;</span><span style="color: #FF8000">/**</li></ol></ul></li><li>at <strong>sfExecutionFilter->handleAction</strong>(<em>object</em>('sfFilterChain'), <em>object</em>('calendarApiActions'))<br />in <em>SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php</em> line 162 <a href="#" onclick="toggle('trace_5'); return false;">...</a><br /><ul class="code" id="trace_5" style="display: none"><ol start="159"><li></li>
74
<li>&nbsp;&nbsp;&nbsp;&nbsp;try</li>
75
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li>
76
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">parent</span><span style="color: #007700">::</span><span style="color: #0000BB">handleAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">);</li>
77
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
78
<li>&nbsp;&nbsp;&nbsp;&nbsp;catch&nbsp;(</span><span style="color: #0000BB">opRuntimeException&nbsp;$e</span><span style="color: #007700">)</li>
79
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li></ol></ul></li><li>at <strong>opExecutionFilter->handleAction</strong>(<em>object</em>('sfFilterChain'), <em>object</em>('calendarApiActions'))<br />in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php</em> line 42 <a href="#" onclick="toggle('trace_6'); return false;">...</a><br /><ul class="code" id="trace_6" style="display: none"><ol start="39"><li>&nbsp;&nbsp;&nbsp;&nbsp;{</li>
80
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$timer&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">sfTimerManager</span><span style="color: #007700">::</span><span style="color: #0000BB">getTimer</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Action&nbsp;"%s/%s"'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getModuleName</span><span style="color: #007700">(),&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getActionName</span><span style="color: #007700">()));</li>
81
<li></li>
82
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$viewName&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">handleAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">);</li>
83
<li></li>
84
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$timer</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">addTime</span><span style="color: #007700">();</li>
85
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$timer&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">sfTimerManager</span><span style="color: #007700">::</span><span style="color: #0000BB">getTimer</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'View&nbsp;"%s"&nbsp;for&nbsp;"%s/%s"'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$viewName</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getModuleName</span><span style="color: #007700">(),&nbsp;</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getActionName</span><span style="color: #007700">()));</li></ol></ul></li><li>at <strong>sfExecutionFilter->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>
86
<li></li>
87
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</li>
88
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">index</span><span style="color: #007700">]-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
89
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
90
<li>&nbsp;&nbsp;}</li>
91
<li></li></ol></ul></li><li>at <strong>sfFilterChain->execute</strong>()<br />in <em>SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php</em> line 29 <a href="#" onclick="toggle('trace_8'); return false;">...</a><br /><ul class="code" id="trace_8" style="display: none"><ol start="26"><li>&nbsp;&nbsp;*/</li>
92
<li>&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">)</li>
93
<li>&nbsp;&nbsp;{</li>
94
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
95
<li></li>
96
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getContext</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">getResponse</span><span style="color: #007700">();</li>
97
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$request&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getContext</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">getRequest</span><span style="color: #007700">();</li></ol></ul></li><li>at <strong>opEmojiFilter->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>
98
<li></li>
99
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</li>
100
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">index</span><span style="color: #007700">]-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
101
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
102
<li>&nbsp;&nbsp;}</li>
103
<li></li></ol></ul></li><li>at <strong>sfFilterChain->execute</strong>()<br />in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php</em> line 72 <a href="#" onclick="toggle('trace_10'); return false;">...</a><br /><ul class="code" id="trace_10" style="display: none"><ol start="69"><li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
104
<li></li>
105
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;the&nbsp;user&nbsp;has&nbsp;access,&nbsp;continue</li>
106
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
107
<li>&nbsp;&nbsp;}</li>
108
<li></li>
109
<li>&nbsp;&nbsp;</span><span style="color: #FF8000">/**</li></ol></ul></li><li>at <strong>sfBasicSecurityFilter->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><span style="color: #FF8000">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</li>
112
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">index</span><span style="color: #007700">]-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
113
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
114
<li>&nbsp;&nbsp;}</li>
115
<li></li></ol></ul></li><li>at <strong>sfFilterChain->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><span style="color: #0000BB">opConfig</span><span style="color: #007700">::</span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #DD0000">'enable_openid'</span><span style="color: #007700">))</li>
117
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li>
118
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
119
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
120
<li>&nbsp;&nbsp;&nbsp;&nbsp;elseif&nbsp;(</span><span style="color: #DD0000">'homepage'&nbsp;</span><span style="color: #007700">===&nbsp;</span><span style="color: #0000BB">$route</span><span style="color: #007700">)</li>
121
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li></ol></ul></li><li>at <strong>opAppendXRDSHeaderFilter->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><span style="color: #FF8000">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</li>
124
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">index</span><span style="color: #007700">]-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
125
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
126
<li>&nbsp;&nbsp;}</li>
127
<li></li></ol></ul></li><li>at <strong>sfFilterChain->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><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
131
<li>&nbsp;&nbsp;}</li>
132
<li>}</li>
133
<li></span>
134
</span>
135
</li></ol></ul></li><li>at <strong>opCheckEnabledApplicationFilter->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><span style="color: #FF8000">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</li>
138
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">index</span><span style="color: #007700">]-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
139
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
140
<li>&nbsp;&nbsp;}</li>
141
<li></li></ol></ul></li><li>at <strong>sfFilterChain->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><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">)</li>
143
<li>&nbsp;&nbsp;{</li>
144
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
145
<li></li>
146
<li>&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">headers_sent</span><span style="color: #007700">())</li>
147
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li></ol></ul></li><li>at <strong>opCacheControlFilter->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><span style="color: #FF8000">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</li>
150
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">index</span><span style="color: #007700">]-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
151
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
152
<li>&nbsp;&nbsp;}</li>
153
<li></li></ol></ul></li><li>at <strong>sfFilterChain->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><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">)</li>
154
<li>&nbsp;&nbsp;{</li>
155
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;execute&nbsp;next&nbsp;filter</li>
156
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
157
<li></li>
158
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;get&nbsp;response&nbsp;object</li>
159
<li>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$response&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">context</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getResponse</span><span style="color: #007700">();</li></ol></ul></li><li>at <strong>sfRenderingFilter->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><span style="color: #FF8000">//&nbsp;execute&nbsp;the&nbsp;next&nbsp;filter</li>
162
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">index</span><span style="color: #007700">]-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
163
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
164
<li>&nbsp;&nbsp;}</li>
165
<li></li></ol></ul></li><li>at <strong>sfFilterChain->execute</strong>()<br />in <em>SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php</em> line 238 <a href="#" onclick="toggle('trace_20'); return false;">...</a><br /><ul class="code" id="trace_20" style="display: none"><ol start="235"><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</li>
166
<li></li>
167
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;process&nbsp;the&nbsp;filter&nbsp;chain</li>
168
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">();</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->forward</strong>('calendarApi', 'index')<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><span style="color: #FF8000">//&nbsp;make&nbsp;the&nbsp;first&nbsp;request</li>
174
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">forward</span><span style="color: #007700">(</span><span style="color: #0000BB">$moduleName</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$actionName</span><span style="color: #007700">);</li>
175
<li>&nbsp;&nbsp;&nbsp;&nbsp;}</li>
176
<li>&nbsp;&nbsp;&nbsp;&nbsp;catch&nbsp;(</span><span style="color: #0000BB">sfException&nbsp;$e</span><span style="color: #007700">)</li>
177
<li>&nbsp;&nbsp;&nbsp;&nbsp;{</li></ol></ul></li><li>at <strong>sfFrontWebController->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><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">()</li>
179
<li>&nbsp;&nbsp;{</li>
180
<li class="selected">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getController</span><span style="color: #007700">()-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">();</li>
181
<li>&nbsp;&nbsp;}</li>
182
<li></li>
183
<li>&nbsp;&nbsp;</span><span style="color: #FF8000">/**</li></ol></ul></li><li>at <strong>sfContext->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><span style="color: #007700">require_once(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__FILE__</span><span style="color: #007700">).</span><span style="color: #DD0000">'/../config/ProjectConfiguration.class.php'</span><span style="color: #007700">);</li>
184
<li></li>
185
<li></span><span style="color: #0000BB">$configuration&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">ProjectConfiguration</span><span style="color: #007700">::</span><span style="color: #0000BB">getApplicationConfiguration</span><span style="color: #007700">(</span><span style="color: #DD0000">'pc_frontend'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'dev'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">);</li>
186
<li class="selected"></span><span style="color: #0000BB">sfContext</span><span style="color: #007700">::</span><span style="color: #0000BB">createInstance</span><span style="color: #007700">(</span><span style="color: #0000BB">$configuration</span><span style="color: #007700">)-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">();</li>
187
<li></span>
188
</span>
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_diary_comment_is_upload_images: true
196
app_diary_comment_max_image_file_num: 3
197
app_diary_is_upload_images: true
198
app_diary_max_image_file_num: 3
199
app_line_introfriend: 5
200
app_max_introfriend: 5
201
app_message_is_upload_images: true
202
app_message_max_image_file_num: 3
203
app_message_pagenate_size: 20
204
app_ranking_display_self_introduction: false
205
app_update_blog_rss_cache_limit: 100
206
app_update_span_minute: 5
207
doctrine_model_builder_options:
208
  baseClassName: opDoctrineRecord
209
mod_calendarapi_enabled: true
210
mod_calendarapi_view_class: op
211
op_auth_MailAddress:
212
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
213
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
214
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
215
  self_invite_action: { IsConfig: false, Default: opAuthMailAddress/requestRegisterURL }
216
  admin_invite: { IsConfig: false, Default: true }
217
  help_login_error_action: { Name: self_invite_action, Caption: &#039;&#039;, FormType: &#039;&#039;, ValueType: &#039;&#039;, IsConfig: false, IsRequired: false, Default: opAuthMailAddress/helpLoginError }
218
  is_check_multiple_address: { Name: is_check_multiple_address, Caption: ログイン用メールアドレス設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [PCメールアドレスと携帯メールアドレスの両方を受け付ける, PCメールアドレスと携帯メールアドレスのどちらか一方を受け付ける] }
219
  auth_mode_caption: { IsConfig: 0, Default: &#039;E-mail Address Login&#039; }
220
op_auth_MobileUID:
221
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
222
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: 0, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
223
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
224
  self_invite_action: { IsConfig: false, Default: &#039;&#039; }
225
  admin_invite: { IsConfig: false, Default: false }
226
  uid_type: { Name: uid_type, Caption: &#039;認証に使用する ID の設定&#039;, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [&#039;Cookie 内のユニークな ID のみによって認証をおこなう&#039;, &#039;Cookie が利用できる端末の場合は Cookie 内のユニークな ID を用い、それ以外の端末では携帯電話個体識別番号によって認証をおこなう&#039;, &#039;携帯電話個体識別番号のみによって認証をおこなう (非推奨)&#039;] }
227
  allow_fallback_uid: { Name: allow_fallback_uid, Caption: &#039;(ドコモ、ソフトバンクのみ) 主となる携帯電話個体識別番号が取得できなかった場合に、代替の携帯電話個体識別番号を取得するかどうか&#039;, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [取得しない, &#039;取得する (非推奨)&#039;] }
228
  auth_mode_caption: { IsConfig: 0, Default: &#039;Mobile-UID Login (For Japanese mobile phone)&#039; }
229
op_auth_OpenID:
230
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
231
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
232
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: false, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
233
  self_invite_action: { IsConfig: false, Default: &#039;&#039; }
234
  admin_invite: { IsConfig: false, Default: false }
235
op_base_url: &#039;http://36x.sano.dazai2.pne.jp&#039;
236
op_check_session_site_identifier: true
237
op_doctrine_cache_key_prefix: &#039;&#039;
238
op_http_proxy: &#039;&#039;
239
op_image_storage: Default
240
op_imagemagick_path: /usr/bin/convert
241
op_is_mail_address_contain_hash: true
242
op_is_restrict_mail_template: true
243
op_is_use_captcha: 1
244
op_is_use_mobile_cookie: true
245
op_mail_address_hash_length: 12
246
op_mail_domain: 36x.sano.dazai2.pne.jp
247
op_mobile_proxys:
248
  Google: &#039;http://www.google.co.jp/gwt/x?u=&#039;
249
op_remember_login_limit: 2592000
250
op_resize_limit_size: &#039;819200000000000000000000&#039;
251
op_session_life_time:
252
  pc_frontend: { idletime: 432000 }
253
  mobile_frontend: { idletime: 3600 }
254
  pc_backend: { idletime: 86400 }
255
op_sid_secret: &#039;1408532661&#039;
256
op_ssl_base_url:
257
  pc_frontend: &#039;https://example.com&#039;
258
  mobile_frontend: &#039;https://example.com&#039;
259
  pc_backend: &#039;https://example.com&#039;
260
  api: &#039;https://example.com&#039;
261
op_ssl_required_actions:
262
  pc_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite]
263
  mobile_frontend: [member/editProfile, member/config, member/logout, member/invite]
264
  pc_backend: {  }
265
op_ssl_required_applications:
266
  - pc_backend
267
op_ssl_selectable_actions:
268
  pc_frontend: [default/customizingCss]
269
  mobile_frontend: [member/register, member/registerInput, member/registerEnd, member/login, member/configUID, member/registerMobileToRegisterEnd]
270
  pc_backend: {  }
271
op_supported_languages:
272
  - en
273
  - ja_JP
274
op_table_prefix: &#039;&#039;
275
op_use_imagemagick: 0
276
op_use_ssl: false
277
openpne_community_category:
278
  general: [calendar_show_flag, public_flag, topic_authority, register_policy, description]
279
openpne_community_category_attribute: {  }
280
openpne_community_config:
281
  calendar_show_flag: { Name: calendar_show_flag, Caption: &#039;Calendar Show Flag&#039;, FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: none, Choices: { all: &#039;All Community Member&#039;&#039;s opened Schedule and Community Event&#039;, only_member_schedule: &#039;Only Member&#039;&#039;s opend Schedule&#039;, only_community_event: &#039;Only Community Event&#039;, none: &#039;Invalidate a calendar&#039; } }
282
  public_flag: { Name: public_flag, Caption: &#039;Authority to Read Topic&#039;, FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: &#039;Everyone can read&#039;, auth_commu_member: &#039;Only %community%&#039;&#039;s members can read&#039; } }
283
  topic_authority: { Name: topic_authority, Caption: &#039;Authority to Create Topic&#039;, FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: &#039;%Community%&#039;&#039;s members can create&#039;, admin_only: &#039;Only %community%&#039;&#039;s admin can create&#039; } }
284
  register_policy: { Name: register_policy, Caption: &#039;Register policy&#039;, FormType: radio, Default: open, Choices: { open: &#039;Everyone can join&#039;, close: &#039;%Community%&#039;&#039;s admin authorization needed&#039; }, IsUnique: false, IsRequired: true }
285
  description: { Name: description, Caption: &#039;%community% Description&#039;, FormType: textarea, ValueType: string, IsUnique: false, IsRequired: true }
286
openpne_member_category:
287
  secretQuestion: [secret_question, secret_answer]
288
  blogUrl: [blog_url]
289
  schedule: [schedule]
290
  diary: [diary]
291
  general: {  }
292
  publicFlag: [profile_page_public_flag, age_public_flag]
293
  pcAddress: [pc_address]
294
  mobileAddress: [mobile_address]
295
  password: [password]
296
  accessBlock: [access_block]
297
  mail: [daily_news]
298
  language: [language, time_zone]
299
openpne_member_category_attribute:
300
  secretQuestion: { caption: &#039;Secret Question Configuration&#039;, enable_pc: true, enable_mobile: true }
301
  blogUrl: { caption: &#039;Blog URL Configuration&#039;, enable_pc: true, enable_mobile: false }
302
  schedule: { caption: &#039;Schedule Configuration&#039;, enable_pc: true, enable_mobile: false }
303
  diary: { caption: &#039;Diary Configuration&#039;, enable_pc: true, enable_mobile: true }
304
  general: { caption: &#039;General Configuration&#039;, enable_pc: true, enable_mobile: true }
305
  publicFlag: { caption: &#039;Public Flag Configuration&#039;, enable_pc: true, enable_mobile: true }
306
  pcAddress: { caption: &#039;PC E-mail Address Configuration&#039;, enable_pc: true, enable_mobile: true, depending_sns_config: enable_pc }
307
  mobileAddress: { caption: &#039;Mobile E-mail Address Configuration&#039;, enable_pc: true, enable_mobile: true, depending_sns_config: enable_mobile }
308
  password: { caption: &#039;Password Configuration&#039;, enable_pc: true, enable_mobile: true }
309
  accessBlock: { caption: &#039;Access Block Configuration&#039;, enable_pc: true, enable_mobile: true }
310
  mail: { caption: &#039;Mail Configuration&#039;, enable_pc: true, enable_mobile: true }
311
  language: { caption: &#039;Language and Time Zone Configuration&#039;, enable_pc: true, enable_mobile: false }
312
openpne_member_config:
313
  secret_question: { Name: secret_question, Caption: &#039;Secret Question&#039;, FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Choices: { 1: &#039;What is your father&#039;&#039;s / mother&#039;&#039;s former name?&#039;, 2: &#039;What is last 5 digits of your driving license number?&#039;, 3: &#039;What is your first crush&#039;&#039;s name?&#039;, 4: &#039;What is your finished elementary school?&#039;, 5: &#039;What is region name of your domicile of origin?&#039; } }
314
  secret_answer: { Name: secret_answer, Caption: &#039;Answer for Secret Question&#039;, FormType: password, ValueType: text, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false }
315
  blog_url: { Name: blog_url, Caption: &#039;Blog URL&#039;, FormType: input, ValueType: blog_url, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
316
  schedule: null
317
  diary: null
318
  profile_page_public_flag: { Name: profile_page_public_flag, Caption: &#039;Public Flag for Profile Page&#039;, FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: &#039;All Users on the Web&#039;, 1: &#039;All Members&#039; } }
319
  age_public_flag: { Name: age_public_flag, Caption: &#039;Public Flag for Age&#039;, FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 3, Choices: { 4: &#039;All Users on the Web&#039;, 1: &#039;All Members&#039;, 2: &#039;%my_friend%&#039;, 3: Private } }
320
  pc_address: { Name: pc_address, Caption: &#039;PC E-mail Address&#039;, FormType: input, ValueType: pc_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
321
  mobile_address: { Name: mobile_address, Caption: &#039;Mobile E-mail Address&#039;, FormType: input, ValueType: mobile_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
322
  password: { Name: password, Caption: Password, Info: &#039;Password must be 6-12 characters.&#039;, FormType: password, ValueType: password, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: true }
323
  access_block: { Name: access_block, Caption: &#039;Access Block&#039;, FormType: increased_input, ValueType: pass, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
324
  daily_news: { Default: 2 }
325
  language: { Name: language, Caption: Language, FormType: language_select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: ja_JP }
326
  time_zone: { Name: time_zone, Caption: &#039;Time Zone&#039;, FormType: select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: &#039;&#039;, Choices: { &#039;&#039;: None, Pacific/Honolulu: &#039;(GMT-10:00) Hawaii&#039;, America/Anchorage: &#039;(GMT-09:00) Alaska&#039;, America/Los_Angeles: &#039;(GMT-08:00) Pacific Time (US &amp; Canada)&#039;, America/Phoenix: &#039;(GMT-07:00) Arizona&#039;, America/Denver: &#039;(GMT-07:00) Mountain Time (US &amp; Canada)&#039;, America/Chicago: &#039;(GMT-06:00) Central Time (US &amp; Canada)&#039;, America/New_York: &#039;(GMT-05:00) Eastern Time (US &amp; Canada)&#039;, America/Indiana/Indianapolis: &#039;(GMT-05:00) Indiana (East)&#039;, Kwajalein: &#039;(GMT-12:00) International Date Line West&#039;, Pacific/Midway: &#039;(GMT-11:00) Midway Island&#039;, Pacific/Samoa: &#039;(GMT-11:00) Samoa&#039;, America/Tijuana: &#039;(GMT-08:00) Tijuana, Baja California&#039;, America/Chihuahua: &#039;(GMT-07:00) Chihuahua&#039;, America/Mazatlan: &#039;(GMT-07:00) Mazatlan&#039;, America/Regina: &#039;(GMT-06:00) Saskatchewan&#039;, America/Tegucigalpa: &#039;(GMT-06:00) Central America&#039;, America/Mexico_City: &#039;(GMT-06:00) Mexico City&#039;, America/Monterrey: &#039;(GMT-06:00) Monterrey&#039;, America/Bogota: &#039;(GMT-05:00) Bogota&#039;, America/Lima: &#039;(GMT-05:00) Lima&#039;, America/Rio_Branco: &#039;(GMT-05:00) Rio Branco&#039;, America/Caracas: &#039;(GMT-04:30) Caracas&#039;, America/Halifax: &#039;(GMT-04:00) Atlantic Time (Canada)&#039;, America/Manaus: &#039;(GMT-04:00) Manaus&#039;, America/Santiago: &#039;(GMT-04:00) Santiago&#039;, America/La_Paz: &#039;(GMT-04:00) La Paz&#039;, America/St_Johns: &#039;(GMT-03:30) Newfoundland&#039;, America/Moncton: &#039;(GMT-03:00) Georgetown&#039;, America/Sao_Paulo: &#039;(GMT-03:00) Brasilia&#039;, America/Godthab: &#039;(GMT-03:00) Greenland&#039;, America/Montevideo: &#039;(GMT-03:00) Montevideo&#039;, Atlantic/South_Georgia: &#039;(GMT-02:00) Mid-Atlantic&#039;, Atlantic/Azores: &#039;(GMT-01:00) Azores&#039;, Atlantic/Cape_Verde: &#039;(GMT-01:00) Cape Verde Is.&#039;, Europe/Dublin: &#039;(GMT) Dublin&#039;, Europe/Lisbon: &#039;(GMT) Lisbon&#039;, Europe/London: &#039;(GMT) London&#039;, Africa/Monrovia: &#039;(GMT) Monrovia&#039;, Atlantic/Reykjavik: &#039;(GMT) Reykjavik&#039;, Africa/Casablanca: &#039;(GMT) Casablanca&#039;, Europe/Belgrade: &#039;(GMT+01:00) Belgrade&#039;, Europe/Bratislava: &#039;(GMT+01:00) Bratislava&#039;, Europe/Budapest: &#039;(GMT+01:00) Budapest&#039;, Europe/Ljubljana: &#039;(GMT+01:00) Ljubljana&#039;, Europe/Prague: &#039;(GMT+01:00) Prague&#039;, Europe/Sarajevo: &#039;(GMT+01:00) Sarajevo&#039;, Europe/Skopje: &#039;(GMT+01:00) Skopje&#039;, Europe/Warsaw: &#039;(GMT+01:00) Warsaw&#039;, Europe/Zagreb: &#039;(GMT+01:00) Zagreb&#039;, Europe/Brussels: &#039;(GMT+01:00) Brussels&#039;, Europe/Copenhagen: &#039;(GMT+01:00) Copenhagen&#039;, Europe/Madrid: &#039;(GMT+01:00) Madrid&#039;, Europe/Paris: &#039;(GMT+01:00) Paris&#039;, Africa/Algiers: &#039;(GMT+01:00) West Central Africa&#039;, Europe/Amsterdam: &#039;(GMT+01:00) Amsterdam&#039;, Europe/Berlin: &#039;(GMT+01:00) Berlin&#039;, Europe/Rome: &#039;(GMT+01:00) Rome&#039;, Europe/Stockholm: &#039;(GMT+01:00) Stockholm&#039;, Europe/Vienna: &#039;(GMT+01:00) Vienna&#039;, Europe/Minsk: &#039;(GMT+02:00) Minsk&#039;, Africa/Cairo: &#039;(GMT+02:00) Cairo&#039;, Europe/Helsinki: &#039;(GMT+02:00) Helsinki&#039;, Europe/Riga: &#039;(GMT+02:00) Riga&#039;, Europe/Sofia: &#039;(GMT+02:00) Sofia&#039;, Europe/Tallinn: &#039;(GMT+02:00) Tallinn&#039;, Europe/Vilnius: &#039;(GMT+02:00) Vilnius&#039;, Europe/Athens: &#039;(GMT+02:00) Athens&#039;, Europe/Bucharest: &#039;(GMT+02:00) Bucharest&#039;, Europe/Istanbul: &#039;(GMT+02:00) Istanbul&#039;, Asia/Jerusalem: &#039;(GMT+02:00) Jerusalem&#039;, Asia/Amman: &#039;(GMT+02:00) Amman&#039;, Asia/Beirut: &#039;(GMT+02:00) Beirut&#039;, Africa/Windhoek: &#039;(GMT+02:00) Windhoek&#039;, Africa/Harare: &#039;(GMT+02:00) Harare&#039;, Asia/Kuwait: &#039;(GMT+03:00) Kuwait&#039;, Asia/Riyadh: &#039;(GMT+03:00) Riyadh&#039;, Asia/Baghdad: &#039;(GMT+03:00) Baghdad&#039;, Africa/Nairobi: &#039;(GMT+03:00) Nairobi&#039;, Asia/Tbilisi: &#039;(GMT+03:00) Tbilisi&#039;, Europe/Moscow: &#039;(GMT+03:00) Moscow&#039;, Europe/Volgograd: &#039;(GMT+03:00) Volgograd&#039;, Asia/Tehran: &#039;(GMT+03:30) Tehran&#039;, Asia/Muscat: &#039;(GMT+04:00) Muscat&#039;, Asia/Baku: &#039;(GMT+04:00) Baku&#039;, Asia/Yerevan: &#039;(GMT+04:00) Yerevan&#039;, Asia/Kabul: &#039;(GMT+04:30) Kabul&#039;, Asia/Yekaterinburg: &#039;(GMT+05:00) Ekaterinburg&#039;, Asia/Karachi: &#039;(GMT+05:00) Karachi&#039;, Asia/Tashkent: &#039;(GMT+05:00) Tashkent&#039;, Asia/Calcutta: &#039;(GMT+05:30) Calcutta&#039;, Asia/Colombo: &#039;(GMT+05:30) Sri Jayawardenepura&#039;, Asia/Katmandu: &#039;(GMT+05:45) Kathmandu&#039;, Asia/Dhaka: &#039;(GMT+06:00) Dhaka&#039;, Asia/Almaty: &#039;(GMT+06:00) Almaty&#039;, Asia/Novosibirsk: &#039;(GMT+06:00) Novosibirsk&#039;, Asia/Rangoon: &#039;(GMT+06:30) Yangon (Rangoon)&#039;, Asia/Krasnoyarsk: &#039;(GMT+07:00) Krasnoyarsk&#039;, Asia/Bangkok: &#039;(GMT+07:00) Bangkok&#039;, Asia/Jakarta: &#039;(GMT+07:00) Jakarta&#039;, Asia/Brunei: &#039;(GMT+08:00) Beijing&#039;, Asia/Chongqing: &#039;(GMT+08:00) Chongqing&#039;, Asia/Hong_Kong: &#039;(GMT+08:00) Hong Kong&#039;, Asia/Urumqi: &#039;(GMT+08:00) Urumqi&#039;, Asia/Irkutsk: &#039;(GMT+08:00) Irkutsk&#039;, Asia/Ulaanbaatar: &#039;(GMT+08:00) Ulaan Bataar&#039;, Asia/Kuala_Lumpur: &#039;(GMT+08:00) Kuala Lumpur&#039;, Asia/Singapore: &#039;(GMT+08:00) Singapore&#039;, Asia/Taipei: &#039;(GMT+08:00) Taipei&#039;, Australia/Perth: &#039;(GMT+08:00) Perth&#039;, Asia/Seoul: &#039;(GMT+09:00) Seoul&#039;, Asia/Tokyo: &#039;(GMT+09:00) Tokyo&#039;, Asia/Yakutsk: &#039;(GMT+09:00) Yakutsk&#039;, Australia/Darwin: &#039;(GMT+09:30) Darwin&#039;, Australia/Adelaide: &#039;(GMT+09:30) Adelaide&#039;, Australia/Canberra: &#039;(GMT+10:00) Canberra&#039;, Australia/Melbourne: &#039;(GMT+10:00) Melbourne&#039;, Australia/Sydney: &#039;(GMT+10:00) Sydney&#039;, Australia/Brisbane: &#039;(GMT+10:00) Brisbane&#039;, Australia/Hobart: &#039;(GMT+10:00) Hobart&#039;, Asia/Vladivostok: &#039;(GMT+10:00) Vladivostok&#039;, Pacific/Guam: &#039;(GMT+10:00) Guam&#039;, Pacific/Port_Moresby: &#039;(GMT+10:00) Port Moresby&#039;, Asia/Magadan: &#039;(GMT+11:00) Magadan&#039;, Pacific/Fiji: &#039;(GMT+12:00) Fiji&#039;, Asia/Kamchatka: &#039;(GMT+12:00) Kamchatka&#039;, Pacific/Auckland: &#039;(GMT+12:00) Auckland&#039;, Pacific/Tongatapu: &#039;(GMT+13:00) Nuku&#039;&#039;alofa&#039;, Pacific/Kiritimati: &#039;(GMT+14:00) Kiritimati&#039; } }
327
openpne_sns_category:
328
  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]
329
  external_login_page: [external_pc_login_url, external_mobile_login_url]
330
  authentication: [enable_registration]
331
  mobile: [retrieve_uid, font_size, is_check_mobile_ip]
332
  policy: [user_agreement, privacy_policy]
333
  footer: [footer_before, footer_after]
334
  api_keys: [google_maps_api_key, google_AJAX_search_api_key]
335
openpne_sns_category_attribute:
336
  general: { Caption: &#039;General Configuration&#039; }
337
  external_login_page: { Caption: &#039;External Login Page Configuration&#039; }
338
  authentication: { Caption: &#039;Authentication Configuration&#039; }
339
  mobile: { Caption: &#039;Mobile Configuration&#039; }
340
  policy: { Caption: &#039;Site Policy Configuration&#039; }
341
  footer: { Hidden: true }
342
  api_keys: { Caption: &#039;API キーの設定&#039; }
343
openpne_sns_config:
344
  sns_name: { Name: sns_name, Caption: SNS名, FormType: input, ValueType: text, Default: MySNS, IsRequired: true }
345
  sns_title: { Name: sns_title, Caption: ページタイトル, Help: &#039;HTML の title 要素の内容になります&#039;, FormType: input, ValueType: text, Default: &#039;&#039;, IsRequired: false }
346
  admin_mail_address: { Name: admin_mail_address, Caption: 管理者メールアドレス, FormType: input, ValueType: email, Default: sns@example.com, IsRequired: true, IsTrim: true }
347
  enable_pc: { Name: enable_pc, Caption: PC版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] }
348
  enable_mobile: { Name: enable_mobile, Caption: 携帯版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] }
349
  enable_friend_link: { Name: enable_friend_link, Caption: フレンドリンク使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
350
  image_max_filesize: { Name: image_max_filesize, Caption: アップロード画像のファイルサイズ制限(bytes), FormType: input, ValueType: regexp, ValueRegexp: &#039;/^[1-9]\d*[K|M]?$/&#039;, IsRequired: true, IsTrim: true, Default: 300K }
351
  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] }
352
  is_use_captcha: { Name: is_use_captcha, Caption: &#039;CAPTCHA 使用設定&#039;, Help: &#039;CAPTCHA (画像のなかの文字列をメンバーに入力させる認証方式) を使用するかどうかを設定します&#039;, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
353
  is_allow_post_activity: { Name: is_allow_post_activity, Caption: アクティビティ投稿設定, Help: メンバーからのアクティビティ投稿の可否を設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [許可しない, 許可する] }
354
  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全体に公開) } }
355
  is_allow_web_public_flag_age: { Name: is_allow_web_public_flag_age, Caption: &#039;Web 全体への年齢公開許可設定&#039;, Help: &#039;メンバーが年齢を Web 全体に公開できるようにするかどうかを設定します&#039;, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [メンバーの設定を許可しない, メンバーの設定を許可する] }
356
  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: - }
357
  enable_language: { Name: enable_language, Caption: 言語とタイムゾーンの設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
358
  enable_connection: { Name: enable_connection, Caption: 外部サービスとの接続設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
359
  enable_openid: { Name: enable_openid, Caption: &#039;OpenID Provider 使用設定&#039;, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
360
  external_pc_login_url: { Name: external_pc_login_url, Caption: PC版外部ログインページURL, Help: &#039;PC版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します&lt;br /&gt;※ここで指定するページにはログインフォームを置いておく必要があります&lt;br /&gt;※通常のログインページを使用する場合は空欄にしておきます&#039;, FormType: input, ValueType: text, Default: &#039;&#039;, IsRequired: false, IsTrim: true }
361
  external_mobile_login_url: { Name: external_mobile_login_url, Caption: 携帯版外部ログインページURL, Help: &#039;携帯版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します&lt;br /&gt;※ここで指定するページにはログインフォームを置いておく必要があります&lt;br /&gt;※通常のログインページを使用する場合は空欄にしておきます&#039;, FormType: input, ValueType: text, Default: &#039;&#039;, IsRequired: false, IsTrim: true }
362
  enable_registration: { Name: enable_registration, Caption: 登録の可否, FormType: radio, ValueType: integer, IsRequired: true, Default: 3, Choices: [PC・携帯両方から登録可, PCからのみ登録可, 携帯からのみ登録可, 登録一時停止] }
363
  retrieve_uid: { Name: retrieve_uid, Caption: メンバー登録時の携帯個体識別番号取得設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [PC・携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号を取得する(任意), 携帯登録時には携帯個体識別番号を取得しない] }
364
  font_size: { Name: font_size, Caption: 携帯版フォントサイズ指定設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 0, Choices: [フォントサイズを指定する, フォントサイズを指定しない] }
365
  is_check_mobile_ip: { Name: is_check_mobile_ip, Caption: 携帯電話のIP帯域設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [携帯電話のIP帯域をチェックする, 携帯電話のIP帯域をチェックしない] }
366
  user_agreement: { Name: user_agreement, Caption: 利用規約, FormType: textarea, ValueType: string, IsRequired: true, Default: &quot;利用規約はただいま準備中です。\nThe User Agreement is under construction.&quot; }
367
  privacy_policy: { Name: privacy_policy, Caption: プライバシーポリシー, FormType: textarea, ValueType: string, IsRequired: true, Default: &quot;プライバシーポリシーはただいま準備中です。\nThe Privacy Policy is under construction.&quot; }
368
  footer_before: { Name: footer_before, Caption: ログイン前フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: &#039;Powered by &lt;a href=&quot;http://www.openpne.jp/&quot; target=&quot;_blank&quot;&gt;OpenPNE&lt;/a&gt;&#039; }
369
  footer_after: { Name: footer_after, Caption: ログイン後フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: &#039;Powered by &lt;a href=&quot;http://www.openpne.jp/&quot; target=&quot;_blank&quot;&gt;OpenPNE&lt;/a&gt;&#039; }
370
  google_maps_api_key: { Name: &#039;google maps api key&#039;, Caption: &#039;google maps api key&#039;, FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: &#039;&#039; }
371
  google_AJAX_search_api_key: { Name: &#039;google AJAX search api key&#039;, Caption: &#039;google AJAX search api key&#039;, FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: &#039;&#039; }
372
sf_admin_module_web_dir: /sfDoctrinePlugin
373
sf_admin_web_dir: /sf/sf_admin
374
sf_app: pc_frontend
375
sf_app_base_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend
376
sf_app_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev
377
sf_app_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/config
378
sf_app_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend
379
sf_app_i18n_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/i18n
380
sf_app_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/lib
381
sf_app_module_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/modules
382
sf_app_template_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/templates
383
sf_apps_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps
384
sf_cache: false
385
sf_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler
386
sf_charset: utf-8
387
sf_check_lock: false
388
sf_compressed: false
389
sf_config_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/config
390
sf_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/config
391
sf_csrf_secret: 1405056254
392
sf_data_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/data
393
sf_debug: true
394
sf_default_culture: ja_JP
395
sf_enabled_modules:
396
  - default
397
  - image
398
sf_environment: dev
399
sf_error_404_action: error404
400
sf_error_404_module: default
401
sf_error_reporting: 30719
402
sf_escaping_method: ESC_SPECIALCHARS
403
sf_escaping_strategy: true
404
sf_etag: false
405
sf_file_link_format: null
406
sf_i18n: on
407
sf_i18n_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/i18n
408
sf_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib
409
sf_log_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/log
410
sf_logging_enabled: true
411
sf_login_action: login
412
sf_login_module: member
413
sf_module_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/modules
414
sf_module_disabled_action: disabled
415
sf_module_disabled_module: default
416
sf_no_script_name: false
417
sf_orm: doctrine
418
sf_plugins_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/plugins
419
sf_prototype_web_dir: /sfProtoculousPlugin
420
sf_root_dir: /home/sano/sns/36x.sano.dazai2.pne.jp
421
sf_secure_action: secure
422
sf_secure_module: default
423
sf_standard_helpers:
424
  - Partial
425
  - Cache
426
  - I18N
427
  - opParts
428
  - sfImage
429
  - opUtil
430
sf_symfony_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib/vendor/symfony/lib
431
sf_template_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/template
432
sf_test_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/test
433
sf_test_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/test
434
sf_upload_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web/uploads
435
sf_use_database: true
436
sf_web_debug: true
437
sf_web_debug_web_dir: /sf/sf_web_debug
438
sf_web_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web
439
</pre></div>
440

    
441
  <h2>request <a href="#" onclick="toggle('sf_request'); return false;">...</a></h2>
442
  <div id="sf_request" style="display: none"><pre>options:
443
  path_info_key: PATH_INFO
444
  path_info_array: SERVER
445
  http_port: null
446
  https_port: null
447
  default_format: null
448
  logging: &#039;1&#039;
449
  relative_url_root: null
450
  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 }
451
  no_script_name: false
452
parameterHolder:
453
  action: index
454
  module: calendarApi
455
attributeHolder:
456
  sf_route: &#039;sfRoute Object()&#039;
457
</pre></div>
458

    
459
  <h2>response <a href="#" onclick="toggle('sf_response'); return false;">...</a></h2>
460
  <div id="sf_response" style="display: none"><pre>status:
461
  code: 404
462
  text: &#039;Not Found&#039;
463
options:
464
  http_protocol: HTTP/1.1
465
  logging: &#039;1&#039;
466
  charset: utf-8
467
  send_http_headers: true
468
  content_type: &#039;text/html; charset=utf-8&#039;
469
cookies: {  }
470
httpHeaders:
471
  Content-Type: &#039;text/html; charset=utf-8&#039;
472
javascripts: {  }
473
stylesheets: {  }
474
metas: {  }
475
httpMetas: {  }
476
</pre></div>
477

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

    
498
  <h2>global vars <a href="#" onclick="toggle('sf_globals'); return false;">...</a></h2>
499
  <div id="sf_globals" style="display: none"><pre>cookie:
500
  OpenPNE_pc_backend: fojfkaq4nr74ntgmogiek5l2s5
501
  OpenPNE_pc_frontend: 6gbftmlogjrr13eka16gqllol6
502
  _ga: GA1.2.336210598.1417069258
503
env: {  }
504
files: {  }
505
get: {  }
506
post: {  }
507
server:
508
  DOCUMENT_ROOT: /var/www/html
509
  GATEWAY_INTERFACE: CGI/1.1
510
  HTTP_ACCEPT: &#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;
511
  HTTP_ACCEPT_ENCODING: &#039;gzip, deflate&#039;
512
  HTTP_ACCEPT_LANGUAGE: &#039;ja,en-US;q=0.7,en;q=0.3&#039;
513
  HTTP_CONNECTION: keep-alive
514
  HTTP_COOKIE: &#039;_ga=GA1.2.336210598.1417069258; OpenPNE_pc_frontend=6gbftmlogjrr13eka16gqllol6; OpenPNE_pc_backend=fojfkaq4nr74ntgmogiek5l2s5&#039;
515
  HTTP_HOST: 36x.sano.dazai2.pne.jp
516
  HTTP_USER_AGENT: &#039;Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0&#039;
517
  PATH: &#039;/sbin:/usr/sbin:/bin:/usr/bin&#039;
518
  PATH_INFO: /calendarApi
519
  PATH_TRANSLATED: &#039;redirect:/index.php&#039;
520
  PHP_AUTH_PW: himitsu
521
  PHP_AUTH_USER: secret
522
  PHP_SELF: /pc_frontend_dev.php/calendarApi
523
  QUERY_STRING: &#039;&#039;
524
  REMOTE_ADDR: 219.103.217.135
525
  REMOTE_PORT: &#039;62074&#039;
526
  REQUEST_METHOD: GET
527
  REQUEST_TIME: 1429180449
528
  REQUEST_URI: /pc_frontend_dev.php/calendarApi
529
  SCRIPT_FILENAME: /var/www/sns/36x.sano.dazai2.pne.jp/public_html/pc_frontend_dev.php
530
  SCRIPT_NAME: /pc_frontend_dev.php
531
  SERVER_ADDR: 49.212.20.148
532
  SERVER_ADMIN: root@localhost
533
  SERVER_NAME: 36x.sano.dazai2.pne.jp
534
  SERVER_PORT: &#039;80&#039;
535
  SERVER_PROTOCOL: HTTP/1.1
536
  SERVER_SIGNATURE: &#039;&#039;
537
  SERVER_SOFTWARE: Apache
538
session:
539
  OpenPNE/user/opSecurityUser/site_identifier: &#039;http://36x.sano.dazai2.pne.jp&#039;
540
  captcha_keystring: h97nc3
541
  symfony/user/sfUser/attributes: { opSecurityUser: { auth_mode: MailAddress, member_id: &#039;1&#039; }, symfony/user/sfUser/flash: {  }, symfony/user/sfUser/flash/remove: {  } }
542
  symfony/user/sfUser/authenticated: true
543
  symfony/user/sfUser/credentials: [SNSMember]
544
  symfony/user/sfUser/culture: ja_JP
545
  symfony/user/sfUser/lastRequest: 1429180434
546
</pre></div>
547

    
548
  <p id="footer">
549
    symfony v.1.4.13 - php 5.3.3<br />
550
    for help resolving this issue, please visit <a href="http://www.symfony-project.org/">http://www.symfony-project.org/</a>.
551
  </p>
552
  </div></center>
553
<script type="text/javascript">/* <![CDATA[ */
554
function sfWebDebugGetElementsByClassName(strClass, strTag, objContElm)
555
{
556
  // http://muffinresearch.co.uk/archives/2006/04/29/getelementsbyclassname-deluxe-edition/
557
  strTag = strTag || "*";
558
  objContElm = objContElm || document;
559
  var objColl = (strTag == '*' && document.all) ? document.all : objContElm.getElementsByTagName(strTag);
560
  var arr = new Array();
561
  var delim = strClass.indexOf('|') != -1  ? '|' : ' ';
562
  var arrClass = strClass.split(delim);
563
  var j = objColl.length;
564
  for (var i = 0; i < j; i++) {
565
    if(objColl[i].className == undefined) continue;
566
    var arrObjClass = objColl[i].className.split ? objColl[i].className.split(' ') : [];
567
    if (delim == ' ' && arrClass.length > arrObjClass.length) continue;
568
    var c = 0;
569
    comparisonLoop:
570
    {
571
      var l = arrObjClass.length;
572
      for (var k = 0; k < l; k++) {
573
        var n = arrClass.length;
574
        for (var m = 0; m < n; m++) {
575
          if (arrClass[m] == arrObjClass[k]) c++;
576
          if (( delim == '|' && c == 1) || (delim == ' ' && c == arrClass.length)) {
577
            arr.push(objColl[i]);
578
            break comparisonLoop;
579
          }
580
        }
581
      }
582
    }
583
  }
584
  return arr;
585
}
586

587
function sfWebDebugToggleMenu()
588
{
589
  var element = document.getElementById('sfWebDebugDetails');
590

591
  var cacheElements = sfWebDebugGetElementsByClassName('sfWebDebugCache');
592
  var mainCacheElements = sfWebDebugGetElementsByClassName('sfWebDebugActionCache');
593
  var panelElements = sfWebDebugGetElementsByClassName('sfWebDebugTop');
594

595
  if (element.style.display != 'none')
596
  {
597
    for (var i = 0; i < panelElements.length; ++i)
598
    {
599
      panelElements[i].style.display = 'none';
600
    }
601

602
    // hide all cache information
603
    for (var i = 0; i < cacheElements.length; ++i)
604
    {
605
      cacheElements[i].style.display = 'none';
606
    }
607
    for (var i = 0; i < mainCacheElements.length; ++i)
608
    {
609
      mainCacheElements[i].style.border = 'none';
610
    }
611
  }
612
  else
613
  {
614
    for (var i = 0; i < cacheElements.length; ++i)
615
    {
616
      cacheElements[i].style.display = '';
617
    }
618
    for (var i = 0; i < mainCacheElements.length; ++i)
619
    {
620
      mainCacheElements[i].style.border = '1px solid #f00';
621
    }
622
  }
623

624
  sfWebDebugToggle('sfWebDebugDetails');
625
  sfWebDebugToggle('sfWebDebugShowMenu');
626
  sfWebDebugToggle('sfWebDebugHideMenu');
627
}
628

629
function sfWebDebugShowDetailsFor(element)
630
{
631
  if (typeof element == 'string')
632
    element = document.getElementById(element);
633

634
  var panelElements = sfWebDebugGetElementsByClassName('sfWebDebugTop');
635
  for (var i = 0; i < panelElements.length; ++i)
636
  {
637
    if (panelElements[i] != element)
638
    {
639
      panelElements[i].style.display = 'none';
640
    }
641
  }
642

643
  sfWebDebugToggle(element);
644
}
645

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

651
  if (element)
652
    element.style.display = element.style.display == 'none' ? '' : 'none';
653
}
654

655
function sfWebDebugToggleMessages(klass)
656
{
657
  var elements = sfWebDebugGetElementsByClassName(klass);
658

659
  var x = elements.length;
660
  for (var i = 0; i < x; ++i)
661
  {
662
    sfWebDebugToggle(elements[i]);
663
  }
664
}
665

666
function sfWebDebugToggleAllLogLines(show, klass)
667
{
668
  var elements = sfWebDebugGetElementsByClassName(klass);
669
  var x = elements.length;
670
  for (var i = 0; i < x; ++i)
671
  {
672
    elements[i].style.display = show ? '' : 'none';
673
  }
674
}
675

676
function sfWebDebugShowOnlyLogLines(type)
677
{
678
  var types = new Array();
679
  types[0] = 'info';
680
  types[1] = 'warning';
681
  types[2] = 'error';
682
  for (klass in types)
683
  {
684
    var elements = sfWebDebugGetElementsByClassName('sfWebDebug' + types[klass].substring(0, 1).toUpperCase() + types[klass].substring(1, types[klass].length));
685
    var x = elements.length;
686
    for (var i = 0; i < x; ++i)
687
    {
688
      if ('tr' == elements[i].tagName.toLowerCase())
689
      {
690
        elements[i].style.display = (type == types[klass]) ? '' : 'none';
691
      }
692
    }
693
  }
694
}
695
/* ]]> */</script>
696
      <div id="sfWebDebug">
697
        <div id="sfWebDebugBar">
698
          <a href="#" onclick="sfWebDebugToggleMenu(); return false;"><img src="/sf/sf_web_debug/images/sf.png" alt="Debug toolbar" /></a>
699

    
700
          <ul id="sfWebDebugDetails" class="sfWebDebugMenu">
701
            <li><span id="sfWebDebugSymfonyVersion">1.4.13</span></li>
702
<li class="sfWebDebugInfo"><a title="Configuration" href="#" onclick="sfWebDebugShowDetailsFor('sfWebDebugconfigDetails'); return false;"><img src="/sf/sf_web_debug/images/config.png" alt="Config" /> config</a></li>
703
<li class="sfWebDebugError"><a title="Logs" href="#" onclick="sfWebDebugShowDetailsFor('sfWebDebuglogsDetails'); return false;"><img src="/sf/sf_web_debug/images/log.png" alt="Log" /> logs</a></li>
704
<li><img src="/sf/sf_web_debug/images/memory.png" alt="Memory" /> 45312.0 KB</li>
705
<li class="sfWebDebugInfo"><a title="Timers" href="#" onclick="sfWebDebugShowDetailsFor('sfWebDebugtimeDetails'); return false;"><img src="/sf/sf_web_debug/images/time.png" alt="Time" /> 4738 ms</a></li>
706
<li class="sfWebDebugInfo"><a title="SQL queries" href="#" onclick="sfWebDebugShowDetailsFor('sfWebDebugdbDetails'); return false;"><img src="/sf/sf_web_debug/images/database.png" alt="SQL queries" /> 8</a></li>
707
            <li class="last">
708
              <a href="#" onclick="document.getElementById('sfWebDebug').style.display='none'; return false;"><img src="/sf/sf_web_debug/images/close.png" alt="Close" /></a>
709
            </li>
710
          </ul>
711
        </div>
712

    
713
        <div id="sfWebDebugconfigDetails" class="sfWebDebugTop" style="display:none"><h1>Configuration</h1><ul id="sfWebDebugConfigSummary"><li class="ison">debug</li><li class="ison">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>
714
    <h2>Request <a href="#" onclick="sfWebDebugToggle('sfWebDebugRequest'); return false;" title="Toggle details"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle details"/></a></h2>
715
    <div id="sfWebDebugRequest" style="display: none"><pre>options:
716
  path_info_key: PATH_INFO
717
  path_info_array: SERVER
718
  http_port: null
719
  https_port: null
720
  default_format: null
721
  logging: &#039;1&#039;
722
  relative_url_root: null
723
  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 }
724
  no_script_name: false
725
parameterHolder:
726
  action: index
727
  module: calendarApi
728
attributeHolder:
729
  sf_route: &#039;sfRoute Object()&#039;
730
</pre></div>
731
    
732
    <h2>Response <a href="#" onclick="sfWebDebugToggle('sfWebDebugResponse'); return false;" title="Toggle details"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle details"/></a></h2>
733
    <div id="sfWebDebugResponse" style="display: none"><pre>status:
734
  code: 404
735
  text: &#039;Not Found&#039;
736
options:
737
  http_protocol: HTTP/1.1
738
  logging: &#039;1&#039;
739
  charset: utf-8
740
  send_http_headers: false
741
  content_type: &#039;text/html; charset=utf-8&#039;
742
cookies: {  }
743
httpHeaders:
744
  Content-Type: &#039;text/html; charset=utf-8&#039;
745
javascripts: {  }
746
stylesheets: {  }
747
metas: {  }
748
httpMetas: {  }
749
</pre></div>
750
    
751
    <h2>User <a href="#" onclick="sfWebDebugToggle('sfWebDebugUser'); return false;" title="Toggle details"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle details"/></a></h2>
752
    <div id="sfWebDebugUser" style="display: none"><pre>options:
753
  auto_shutdown: false
754
  culture: null
755
  default_culture: ja_JP
756
  use_flash: true
757
  logging: &#039;1&#039;
758
  timeout: 432000
759
  session_namespaces: [OpenPNE/user/opSecurityUser/site_identifier, symfony/user/sfUser/lastRequest, symfony/user/sfUser/authenticated, symfony/user/sfUser/credentials, symfony/user/sfUser/attributes]
760
attributeHolder:
761
  opSecurityUser: { auth_mode: MailAddress, member_id: &#039;1&#039; }
762
  symfony/user/sfUser/flash: {  }
763
  symfony/user/sfUser/flash/remove: {  }
764
culture: ja_JP
765
authenticated: true
766
credentials:
767
  - SNSMember
768
lastRequest: 1429180453
769
</pre></div>
770
    
771
    <h2>Settings <a href="#" onclick="sfWebDebugToggle('sfWebDebugSettings'); return false;" title="Toggle details"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle details"/></a></h2>
772
    <div id="sfWebDebugSettings" style="display: none"><pre>app_blog_action_size: 20
773
app_blog_component_size: 5
774
app_blog_rss_cache_dir: /plugins/opBlogPlugin
775
app_diary_comment_is_upload_images: true
776
app_diary_comment_max_image_file_num: 3
777
app_diary_is_upload_images: true
778
app_diary_max_image_file_num: 3
779
app_line_introfriend: 5
780
app_max_introfriend: 5
781
app_message_is_upload_images: true
782
app_message_max_image_file_num: 3
783
app_message_pagenate_size: 20
784
app_ranking_display_self_introduction: false
785
app_update_blog_rss_cache_limit: 100
786
app_update_span_minute: 5
787
doctrine_model_builder_options:
788
  baseClassName: opDoctrineRecord
789
mod_calendarapi_enabled: true
790
mod_calendarapi_view_class: op
791
op_auth_MailAddress:
792
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
793
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
794
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
795
  self_invite_action: { IsConfig: false, Default: opAuthMailAddress/requestRegisterURL }
796
  admin_invite: { IsConfig: false, Default: true }
797
  help_login_error_action: { Name: self_invite_action, Caption: &#039;&#039;, FormType: &#039;&#039;, ValueType: &#039;&#039;, IsConfig: false, IsRequired: false, Default: opAuthMailAddress/helpLoginError }
798
  is_check_multiple_address: { Name: is_check_multiple_address, Caption: ログイン用メールアドレス設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [PCメールアドレスと携帯メールアドレスの両方を受け付ける, PCメールアドレスと携帯メールアドレスのどちらか一方を受け付ける] }
799
  auth_mode_caption: { IsConfig: 0, Default: &#039;E-mail Address Login&#039; }
800
op_auth_MobileUID:
801
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
802
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: 0, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
803
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
804
  self_invite_action: { IsConfig: false, Default: &#039;&#039; }
805
  admin_invite: { IsConfig: false, Default: false }
806
  uid_type: { Name: uid_type, Caption: &#039;認証に使用する ID の設定&#039;, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [&#039;Cookie 内のユニークな ID のみによって認証をおこなう&#039;, &#039;Cookie が利用できる端末の場合は Cookie 内のユニークな ID を用い、それ以外の端末では携帯電話個体識別番号によって認証をおこなう&#039;, &#039;携帯電話個体識別番号のみによって認証をおこなう (非推奨)&#039;] }
807
  allow_fallback_uid: { Name: allow_fallback_uid, Caption: &#039;(ドコモ、ソフトバンクのみ) 主となる携帯電話個体識別番号が取得できなかった場合に、代替の携帯電話個体識別番号を取得するかどうか&#039;, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [取得しない, &#039;取得する (非推奨)&#039;] }
808
  auth_mode_caption: { IsConfig: 0, Default: &#039;Mobile-UID Login (For Japanese mobile phone)&#039; }
809
op_auth_OpenID:
810
  invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
811
  enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
812
  enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: false, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
813
  self_invite_action: { IsConfig: false, Default: &#039;&#039; }
814
  admin_invite: { IsConfig: false, Default: false }
815
op_base_url: &#039;http://36x.sano.dazai2.pne.jp&#039;
816
op_check_session_site_identifier: true
817
op_doctrine_cache_key_prefix: &#039;&#039;
818
op_http_proxy: &#039;&#039;
819
op_image_storage: Default
820
op_imagemagick_path: /usr/bin/convert
821
op_is_mail_address_contain_hash: true
822
op_is_restrict_mail_template: true
823
op_is_use_captcha: 1
824
op_is_use_mobile_cookie: true
825
op_mail_address_hash_length: 12
826
op_mail_domain: 36x.sano.dazai2.pne.jp
827
op_mobile_proxys:
828
  Google: &#039;http://www.google.co.jp/gwt/x?u=&#039;
829
op_remember_login_limit: 2592000
830
op_resize_limit_size: &#039;819200000000000000000000&#039;
831
op_session_life_time:
832
  pc_frontend: { idletime: 432000 }
833
  mobile_frontend: { idletime: 3600 }
834
  pc_backend: { idletime: 86400 }
835
op_sid_secret: &#039;1408532661&#039;
836
op_ssl_base_url:
837
  pc_frontend: &#039;https://example.com&#039;
838
  mobile_frontend: &#039;https://example.com&#039;
839
  pc_backend: &#039;https://example.com&#039;
840
  api: &#039;https://example.com&#039;
841
op_ssl_required_actions:
842
  pc_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite]
843
  mobile_frontend: [member/editProfile, member/config, member/logout, member/invite]
844
  pc_backend: {  }
845
op_ssl_required_applications:
846
  - pc_backend
847
op_ssl_selectable_actions:
848
  pc_frontend: [default/customizingCss]
849
  mobile_frontend: [member/register, member/registerInput, member/registerEnd, member/login, member/configUID, member/registerMobileToRegisterEnd]
850
  pc_backend: {  }
851
op_supported_languages:
852
  - en
853
  - ja_JP
854
op_table_prefix: &#039;&#039;
855
op_use_imagemagick: 0
856
op_use_ssl: false
857
openpne_community_category:
858
  general: [calendar_show_flag, public_flag, topic_authority, register_policy, description]
859
openpne_community_category_attribute: {  }
860
openpne_community_config:
861
  calendar_show_flag: { Name: calendar_show_flag, Caption: &#039;Calendar Show Flag&#039;, FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: none, Choices: { all: &#039;All Community Member&#039;&#039;s opened Schedule and Community Event&#039;, only_member_schedule: &#039;Only Member&#039;&#039;s opend Schedule&#039;, only_community_event: &#039;Only Community Event&#039;, none: &#039;Invalidate a calendar&#039; } }
862
  public_flag: { Name: public_flag, Caption: &#039;Authority to Read Topic&#039;, FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: &#039;Everyone can read&#039;, auth_commu_member: &#039;Only %community%&#039;&#039;s members can read&#039; } }
863
  topic_authority: { Name: topic_authority, Caption: &#039;Authority to Create Topic&#039;, FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: &#039;%Community%&#039;&#039;s members can create&#039;, admin_only: &#039;Only %community%&#039;&#039;s admin can create&#039; } }
864
  register_policy: { Name: register_policy, Caption: &#039;Register policy&#039;, FormType: radio, Default: open, Choices: { open: &#039;Everyone can join&#039;, close: &#039;%Community%&#039;&#039;s admin authorization needed&#039; }, IsUnique: false, IsRequired: true }
865
  description: { Name: description, Caption: &#039;%community% Description&#039;, FormType: textarea, ValueType: string, IsUnique: false, IsRequired: true }
866
openpne_member_category:
867
  secretQuestion: [secret_question, secret_answer]
868
  blogUrl: [blog_url]
869
  schedule: [schedule]
870
  diary: [diary]
871
  general: {  }
872
  publicFlag: [profile_page_public_flag, age_public_flag]
873
  pcAddress: [pc_address]
874
  mobileAddress: [mobile_address]
875
  password: [password]
876
  accessBlock: [access_block]
877
  mail: [daily_news]
878
  language: [language, time_zone]
879
openpne_member_category_attribute:
880
  secretQuestion: { caption: &#039;Secret Question Configuration&#039;, enable_pc: true, enable_mobile: true }
881
  blogUrl: { caption: &#039;Blog URL Configuration&#039;, enable_pc: true, enable_mobile: false }
882
  schedule: { caption: &#039;Schedule Configuration&#039;, enable_pc: true, enable_mobile: false }
883
  diary: { caption: &#039;Diary Configuration&#039;, enable_pc: true, enable_mobile: true }
884
  general: { caption: &#039;General Configuration&#039;, enable_pc: true, enable_mobile: true }
885
  publicFlag: { caption: &#039;Public Flag Configuration&#039;, enable_pc: true, enable_mobile: true }
886
  pcAddress: { caption: &#039;PC E-mail Address Configuration&#039;, enable_pc: true, enable_mobile: true, depending_sns_config: enable_pc }
887
  mobileAddress: { caption: &#039;Mobile E-mail Address Configuration&#039;, enable_pc: true, enable_mobile: true, depending_sns_config: enable_mobile }
888
  password: { caption: &#039;Password Configuration&#039;, enable_pc: true, enable_mobile: true }
889
  accessBlock: { caption: &#039;Access Block Configuration&#039;, enable_pc: true, enable_mobile: true }
890
  mail: { caption: &#039;Mail Configuration&#039;, enable_pc: true, enable_mobile: true }
891
  language: { caption: &#039;Language and Time Zone Configuration&#039;, enable_pc: true, enable_mobile: false }
892
openpne_member_config:
893
  secret_question: { Name: secret_question, Caption: &#039;Secret Question&#039;, FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Choices: { 1: &#039;What is your father&#039;&#039;s / mother&#039;&#039;s former name?&#039;, 2: &#039;What is last 5 digits of your driving license number?&#039;, 3: &#039;What is your first crush&#039;&#039;s name?&#039;, 4: &#039;What is your finished elementary school?&#039;, 5: &#039;What is region name of your domicile of origin?&#039; } }
894
  secret_answer: { Name: secret_answer, Caption: &#039;Answer for Secret Question&#039;, FormType: password, ValueType: text, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false }
895
  blog_url: { Name: blog_url, Caption: &#039;Blog URL&#039;, FormType: input, ValueType: blog_url, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
896
  schedule: null
897
  diary: null
898
  profile_page_public_flag: { Name: profile_page_public_flag, Caption: &#039;Public Flag for Profile Page&#039;, FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: &#039;All Users on the Web&#039;, 1: &#039;All Members&#039; } }
899
  age_public_flag: { Name: age_public_flag, Caption: &#039;Public Flag for Age&#039;, FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 3, Choices: { 4: &#039;All Users on the Web&#039;, 1: &#039;All Members&#039;, 2: &#039;%my_friend%&#039;, 3: Private } }
900
  pc_address: { Name: pc_address, Caption: &#039;PC E-mail Address&#039;, FormType: input, ValueType: pc_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
901
  mobile_address: { Name: mobile_address, Caption: &#039;Mobile E-mail Address&#039;, FormType: input, ValueType: mobile_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
902
  password: { Name: password, Caption: Password, Info: &#039;Password must be 6-12 characters.&#039;, FormType: password, ValueType: password, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: true }
903
  access_block: { Name: access_block, Caption: &#039;Access Block&#039;, FormType: increased_input, ValueType: pass, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
904
  daily_news: { Default: 2 }
905
  language: { Name: language, Caption: Language, FormType: language_select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: ja_JP }
906
  time_zone: { Name: time_zone, Caption: &#039;Time Zone&#039;, FormType: select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: &#039;&#039;, Choices: { &#039;&#039;: None, Pacific/Honolulu: &#039;(GMT-10:00) Hawaii&#039;, America/Anchorage: &#039;(GMT-09:00) Alaska&#039;, America/Los_Angeles: &#039;(GMT-08:00) Pacific Time (US &amp; Canada)&#039;, America/Phoenix: &#039;(GMT-07:00) Arizona&#039;, America/Denver: &#039;(GMT-07:00) Mountain Time (US &amp; Canada)&#039;, America/Chicago: &#039;(GMT-06:00) Central Time (US &amp; Canada)&#039;, America/New_York: &#039;(GMT-05:00) Eastern Time (US &amp; Canada)&#039;, America/Indiana/Indianapolis: &#039;(GMT-05:00) Indiana (East)&#039;, Kwajalein: &#039;(GMT-12:00) International Date Line West&#039;, Pacific/Midway: &#039;(GMT-11:00) Midway Island&#039;, Pacific/Samoa: &#039;(GMT-11:00) Samoa&#039;, America/Tijuana: &#039;(GMT-08:00) Tijuana, Baja California&#039;, America/Chihuahua: &#039;(GMT-07:00) Chihuahua&#039;, America/Mazatlan: &#039;(GMT-07:00) Mazatlan&#039;, America/Regina: &#039;(GMT-06:00) Saskatchewan&#039;, America/Tegucigalpa: &#039;(GMT-06:00) Central America&#039;, America/Mexico_City: &#039;(GMT-06:00) Mexico City&#039;, America/Monterrey: &#039;(GMT-06:00) Monterrey&#039;, America/Bogota: &#039;(GMT-05:00) Bogota&#039;, America/Lima: &#039;(GMT-05:00) Lima&#039;, America/Rio_Branco: &#039;(GMT-05:00) Rio Branco&#039;, America/Caracas: &#039;(GMT-04:30) Caracas&#039;, America/Halifax: &#039;(GMT-04:00) Atlantic Time (Canada)&#039;, America/Manaus: &#039;(GMT-04:00) Manaus&#039;, America/Santiago: &#039;(GMT-04:00) Santiago&#039;, America/La_Paz: &#039;(GMT-04:00) La Paz&#039;, America/St_Johns: &#039;(GMT-03:30) Newfoundland&#039;, America/Moncton: &#039;(GMT-03:00) Georgetown&#039;, America/Sao_Paulo: &#039;(GMT-03:00) Brasilia&#039;, America/Godthab: &#039;(GMT-03:00) Greenland&#039;, America/Montevideo: &#039;(GMT-03:00) Montevideo&#039;, Atlantic/South_Georgia: &#039;(GMT-02:00) Mid-Atlantic&#039;, Atlantic/Azores: &#039;(GMT-01:00) Azores&#039;, Atlantic/Cape_Verde: &#039;(GMT-01:00) Cape Verde Is.&#039;, Europe/Dublin: &#039;(GMT) Dublin&#039;, Europe/Lisbon: &#039;(GMT) Lisbon&#039;, Europe/London: &#039;(GMT) London&#039;, Africa/Monrovia: &#039;(GMT) Monrovia&#039;, Atlantic/Reykjavik: &#039;(GMT) Reykjavik&#039;, Africa/Casablanca: &#039;(GMT) Casablanca&#039;, Europe/Belgrade: &#039;(GMT+01:00) Belgrade&#039;, Europe/Bratislava: &#039;(GMT+01:00) Bratislava&#039;, Europe/Budapest: &#039;(GMT+01:00) Budapest&#039;, Europe/Ljubljana: &#039;(GMT+01:00) Ljubljana&#039;, Europe/Prague: &#039;(GMT+01:00) Prague&#039;, Europe/Sarajevo: &#039;(GMT+01:00) Sarajevo&#039;, Europe/Skopje: &#039;(GMT+01:00) Skopje&#039;, Europe/Warsaw: &#039;(GMT+01:00) Warsaw&#039;, Europe/Zagreb: &#039;(GMT+01:00) Zagreb&#039;, Europe/Brussels: &#039;(GMT+01:00) Brussels&#039;, Europe/Copenhagen: &#039;(GMT+01:00) Copenhagen&#039;, Europe/Madrid: &#039;(GMT+01:00) Madrid&#039;, Europe/Paris: &#039;(GMT+01:00) Paris&#039;, Africa/Algiers: &#039;(GMT+01:00) West Central Africa&#039;, Europe/Amsterdam: &#039;(GMT+01:00) Amsterdam&#039;, Europe/Berlin: &#039;(GMT+01:00) Berlin&#039;, Europe/Rome: &#039;(GMT+01:00) Rome&#039;, Europe/Stockholm: &#039;(GMT+01:00) Stockholm&#039;, Europe/Vienna: &#039;(GMT+01:00) Vienna&#039;, Europe/Minsk: &#039;(GMT+02:00) Minsk&#039;, Africa/Cairo: &#039;(GMT+02:00) Cairo&#039;, Europe/Helsinki: &#039;(GMT+02:00) Helsinki&#039;, Europe/Riga: &#039;(GMT+02:00) Riga&#039;, Europe/Sofia: &#039;(GMT+02:00) Sofia&#039;, Europe/Tallinn: &#039;(GMT+02:00) Tallinn&#039;, Europe/Vilnius: &#039;(GMT+02:00) Vilnius&#039;, Europe/Athens: &#039;(GMT+02:00) Athens&#039;, Europe/Bucharest: &#039;(GMT+02:00) Bucharest&#039;, Europe/Istanbul: &#039;(GMT+02:00) Istanbul&#039;, Asia/Jerusalem: &#039;(GMT+02:00) Jerusalem&#039;, Asia/Amman: &#039;(GMT+02:00) Amman&#039;, Asia/Beirut: &#039;(GMT+02:00) Beirut&#039;, Africa/Windhoek: &#039;(GMT+02:00) Windhoek&#039;, Africa/Harare: &#039;(GMT+02:00) Harare&#039;, Asia/Kuwait: &#039;(GMT+03:00) Kuwait&#039;, Asia/Riyadh: &#039;(GMT+03:00) Riyadh&#039;, Asia/Baghdad: &#039;(GMT+03:00) Baghdad&#039;, Africa/Nairobi: &#039;(GMT+03:00) Nairobi&#039;, Asia/Tbilisi: &#039;(GMT+03:00) Tbilisi&#039;, Europe/Moscow: &#039;(GMT+03:00) Moscow&#039;, Europe/Volgograd: &#039;(GMT+03:00) Volgograd&#039;, Asia/Tehran: &#039;(GMT+03:30) Tehran&#039;, Asia/Muscat: &#039;(GMT+04:00) Muscat&#039;, Asia/Baku: &#039;(GMT+04:00) Baku&#039;, Asia/Yerevan: &#039;(GMT+04:00) Yerevan&#039;, Asia/Kabul: &#039;(GMT+04:30) Kabul&#039;, Asia/Yekaterinburg: &#039;(GMT+05:00) Ekaterinburg&#039;, Asia/Karachi: &#039;(GMT+05:00) Karachi&#039;, Asia/Tashkent: &#039;(GMT+05:00) Tashkent&#039;, Asia/Calcutta: &#039;(GMT+05:30) Calcutta&#039;, Asia/Colombo: &#039;(GMT+05:30) Sri Jayawardenepura&#039;, Asia/Katmandu: &#039;(GMT+05:45) Kathmandu&#039;, Asia/Dhaka: &#039;(GMT+06:00) Dhaka&#039;, Asia/Almaty: &#039;(GMT+06:00) Almaty&#039;, Asia/Novosibirsk: &#039;(GMT+06:00) Novosibirsk&#039;, Asia/Rangoon: &#039;(GMT+06:30) Yangon (Rangoon)&#039;, Asia/Krasnoyarsk: &#039;(GMT+07:00) Krasnoyarsk&#039;, Asia/Bangkok: &#039;(GMT+07:00) Bangkok&#039;, Asia/Jakarta: &#039;(GMT+07:00) Jakarta&#039;, Asia/Brunei: &#039;(GMT+08:00) Beijing&#039;, Asia/Chongqing: &#039;(GMT+08:00) Chongqing&#039;, Asia/Hong_Kong: &#039;(GMT+08:00) Hong Kong&#039;, Asia/Urumqi: &#039;(GMT+08:00) Urumqi&#039;, Asia/Irkutsk: &#039;(GMT+08:00) Irkutsk&#039;, Asia/Ulaanbaatar: &#039;(GMT+08:00) Ulaan Bataar&#039;, Asia/Kuala_Lumpur: &#039;(GMT+08:00) Kuala Lumpur&#039;, Asia/Singapore: &#039;(GMT+08:00) Singapore&#039;, Asia/Taipei: &#039;(GMT+08:00) Taipei&#039;, Australia/Perth: &#039;(GMT+08:00) Perth&#039;, Asia/Seoul: &#039;(GMT+09:00) Seoul&#039;, Asia/Tokyo: &#039;(GMT+09:00) Tokyo&#039;, Asia/Yakutsk: &#039;(GMT+09:00) Yakutsk&#039;, Australia/Darwin: &#039;(GMT+09:30) Darwin&#039;, Australia/Adelaide: &#039;(GMT+09:30) Adelaide&#039;, Australia/Canberra: &#039;(GMT+10:00) Canberra&#039;, Australia/Melbourne: &#039;(GMT+10:00) Melbourne&#039;, Australia/Sydney: &#039;(GMT+10:00) Sydney&#039;, Australia/Brisbane: &#039;(GMT+10:00) Brisbane&#039;, Australia/Hobart: &#039;(GMT+10:00) Hobart&#039;, Asia/Vladivostok: &#039;(GMT+10:00) Vladivostok&#039;, Pacific/Guam: &#039;(GMT+10:00) Guam&#039;, Pacific/Port_Moresby: &#039;(GMT+10:00) Port Moresby&#039;, Asia/Magadan: &#039;(GMT+11:00) Magadan&#039;, Pacific/Fiji: &#039;(GMT+12:00) Fiji&#039;, Asia/Kamchatka: &#039;(GMT+12:00) Kamchatka&#039;, Pacific/Auckland: &#039;(GMT+12:00) Auckland&#039;, Pacific/Tongatapu: &#039;(GMT+13:00) Nuku&#039;&#039;alofa&#039;, Pacific/Kiritimati: &#039;(GMT+14:00) Kiritimati&#039; } }
907
openpne_sns_category:
908
  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]
909
  external_login_page: [external_pc_login_url, external_mobile_login_url]
910
  authentication: [enable_registration]
911
  mobile: [retrieve_uid, font_size, is_check_mobile_ip]
912
  policy: [user_agreement, privacy_policy]
913
  footer: [footer_before, footer_after]
914
  api_keys: [google_maps_api_key, google_AJAX_search_api_key]
915
openpne_sns_category_attribute:
916
  general: { Caption: &#039;General Configuration&#039; }
917
  external_login_page: { Caption: &#039;External Login Page Configuration&#039; }
918
  authentication: { Caption: &#039;Authentication Configuration&#039; }
919
  mobile: { Caption: &#039;Mobile Configuration&#039; }
920
  policy: { Caption: &#039;Site Policy Configuration&#039; }
921
  footer: { Hidden: true }
922
  api_keys: { Caption: &#039;API キーの設定&#039; }
923
openpne_sns_config:
924
  sns_name: { Name: sns_name, Caption: SNS名, FormType: input, ValueType: text, Default: MySNS, IsRequired: true }
925
  sns_title: { Name: sns_title, Caption: ページタイトル, Help: &#039;HTML の title 要素の内容になります&#039;, FormType: input, ValueType: text, Default: &#039;&#039;, IsRequired: false }
926
  admin_mail_address: { Name: admin_mail_address, Caption: 管理者メールアドレス, FormType: input, ValueType: email, Default: sns@example.com, IsRequired: true, IsTrim: true }
927
  enable_pc: { Name: enable_pc, Caption: PC版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] }
928
  enable_mobile: { Name: enable_mobile, Caption: 携帯版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] }
929
  enable_friend_link: { Name: enable_friend_link, Caption: フレンドリンク使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
930
  image_max_filesize: { Name: image_max_filesize, Caption: アップロード画像のファイルサイズ制限(bytes), FormType: input, ValueType: regexp, ValueRegexp: &#039;/^[1-9]\d*[K|M]?$/&#039;, IsRequired: true, IsTrim: true, Default: 300K }
931
  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] }
932
  is_use_captcha: { Name: is_use_captcha, Caption: &#039;CAPTCHA 使用設定&#039;, Help: &#039;CAPTCHA (画像のなかの文字列をメンバーに入力させる認証方式) を使用するかどうかを設定します&#039;, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
933
  is_allow_post_activity: { Name: is_allow_post_activity, Caption: アクティビティ投稿設定, Help: メンバーからのアクティビティ投稿の可否を設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [許可しない, 許可する] }
934
  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全体に公開) } }
935
  is_allow_web_public_flag_age: { Name: is_allow_web_public_flag_age, Caption: &#039;Web 全体への年齢公開許可設定&#039;, Help: &#039;メンバーが年齢を Web 全体に公開できるようにするかどうかを設定します&#039;, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [メンバーの設定を許可しない, メンバーの設定を許可する] }
936
  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: - }
937
  enable_language: { Name: enable_language, Caption: 言語とタイムゾーンの設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
938
  enable_connection: { Name: enable_connection, Caption: 外部サービスとの接続設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
939
  enable_openid: { Name: enable_openid, Caption: &#039;OpenID Provider 使用設定&#039;, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
940
  external_pc_login_url: { Name: external_pc_login_url, Caption: PC版外部ログインページURL, Help: &#039;PC版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します&lt;br /&gt;※ここで指定するページにはログインフォームを置いておく必要があります&lt;br /&gt;※通常のログインページを使用する場合は空欄にしておきます&#039;, FormType: input, ValueType: text, Default: &#039;&#039;, IsRequired: false, IsTrim: true }
941
  external_mobile_login_url: { Name: external_mobile_login_url, Caption: 携帯版外部ログインページURL, Help: &#039;携帯版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します&lt;br /&gt;※ここで指定するページにはログインフォームを置いておく必要があります&lt;br /&gt;※通常のログインページを使用する場合は空欄にしておきます&#039;, FormType: input, ValueType: text, Default: &#039;&#039;, IsRequired: false, IsTrim: true }
942
  enable_registration: { Name: enable_registration, Caption: 登録の可否, FormType: radio, ValueType: integer, IsRequired: true, Default: 3, Choices: [PC・携帯両方から登録可, PCからのみ登録可, 携帯からのみ登録可, 登録一時停止] }
943
  retrieve_uid: { Name: retrieve_uid, Caption: メンバー登録時の携帯個体識別番号取得設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [PC・携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号を取得する(任意), 携帯登録時には携帯個体識別番号を取得しない] }
944
  font_size: { Name: font_size, Caption: 携帯版フォントサイズ指定設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 0, Choices: [フォントサイズを指定する, フォントサイズを指定しない] }
945
  is_check_mobile_ip: { Name: is_check_mobile_ip, Caption: 携帯電話のIP帯域設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [携帯電話のIP帯域をチェックする, 携帯電話のIP帯域をチェックしない] }
946
  user_agreement: { Name: user_agreement, Caption: 利用規約, FormType: textarea, ValueType: string, IsRequired: true, Default: &quot;利用規約はただいま準備中です。\nThe User Agreement is under construction.&quot; }
947
  privacy_policy: { Name: privacy_policy, Caption: プライバシーポリシー, FormType: textarea, ValueType: string, IsRequired: true, Default: &quot;プライバシーポリシーはただいま準備中です。\nThe Privacy Policy is under construction.&quot; }
948
  footer_before: { Name: footer_before, Caption: ログイン前フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: &#039;Powered by &lt;a href=&quot;http://www.openpne.jp/&quot; target=&quot;_blank&quot;&gt;OpenPNE&lt;/a&gt;&#039; }
949
  footer_after: { Name: footer_after, Caption: ログイン後フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: &#039;Powered by &lt;a href=&quot;http://www.openpne.jp/&quot; target=&quot;_blank&quot;&gt;OpenPNE&lt;/a&gt;&#039; }
950
  google_maps_api_key: { Name: &#039;google maps api key&#039;, Caption: &#039;google maps api key&#039;, FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: &#039;&#039; }
951
  google_AJAX_search_api_key: { Name: &#039;google AJAX search api key&#039;, Caption: &#039;google AJAX search api key&#039;, FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: &#039;&#039; }
952
sf_admin_module_web_dir: /sfDoctrinePlugin
953
sf_admin_web_dir: /sf/sf_admin
954
sf_app: pc_frontend
955
sf_app_base_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend
956
sf_app_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev
957
sf_app_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/config
958
sf_app_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend
959
sf_app_i18n_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/i18n
960
sf_app_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/lib
961
sf_app_module_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/modules
962
sf_app_template_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/templates
963
sf_apps_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps
964
sf_cache: false
965
sf_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler
966
sf_charset: utf-8
967
sf_check_lock: false
968
sf_compressed: false
969
sf_config_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/config
970
sf_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/config
971
sf_csrf_secret: 1405056254
972
sf_data_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/data
973
sf_debug: true
974
sf_default_culture: ja_JP
975
sf_enabled_modules:
976
  - default
977
  - image
978
sf_environment: dev
979
sf_error_404_action: error404
980
sf_error_404_module: default
981
sf_error_reporting: 30719
982
sf_escaping_method: ESC_SPECIALCHARS
983
sf_escaping_strategy: true
984
sf_etag: false
985
sf_file_link_format: null
986
sf_i18n: on
987
sf_i18n_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/i18n
988
sf_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib
989
sf_log_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/log
990
sf_logging_enabled: true
991
sf_login_action: login
992
sf_login_module: member
993
sf_module_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/modules
994
sf_module_disabled_action: disabled
995
sf_module_disabled_module: default
996
sf_no_script_name: false
997
sf_orm: doctrine
998
sf_plugins_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/plugins
999
sf_prototype_web_dir: /sfProtoculousPlugin
1000
sf_root_dir: /home/sano/sns/36x.sano.dazai2.pne.jp
1001
sf_secure_action: secure
1002
sf_secure_module: default
1003
sf_standard_helpers:
1004
  - Partial
1005
  - Cache
1006
  - I18N
1007
  - opParts
1008
  - sfImage
1009
  - opUtil
1010
sf_symfony_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib/vendor/symfony/lib
1011
sf_template_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/template
1012
sf_test_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/test
1013
sf_test_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/test
1014
sf_upload_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web/uploads
1015
sf_use_database: true
1016
sf_web_debug: true
1017
sf_web_debug_web_dir: /sf/sf_web_debug
1018
sf_web_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web
1019
</pre></div>
1020
    
1021
    <h2>Globals <a href="#" onclick="sfWebDebugToggle('sfWebDebugGlobals'); return false;" title="Toggle details"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle details"/></a></h2>
1022
    <div id="sfWebDebugGlobals" style="display: none"><pre>cookie:
1023
  OpenPNE_pc_backend: fojfkaq4nr74ntgmogiek5l2s5
1024
  OpenPNE_pc_frontend: 6gbftmlogjrr13eka16gqllol6
1025
  _ga: GA1.2.336210598.1417069258
1026
env: {  }
1027
files: {  }
1028
get: {  }
1029
post: {  }
1030
server:
1031
  DOCUMENT_ROOT: /var/www/html
1032
  GATEWAY_INTERFACE: CGI/1.1
1033
  HTTP_ACCEPT: &#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;
1034
  HTTP_ACCEPT_ENCODING: &#039;gzip, deflate&#039;
1035
  HTTP_ACCEPT_LANGUAGE: &#039;ja,en-US;q=0.7,en;q=0.3&#039;
1036
  HTTP_CONNECTION: keep-alive
1037
  HTTP_COOKIE: &#039;_ga=GA1.2.336210598.1417069258; OpenPNE_pc_frontend=6gbftmlogjrr13eka16gqllol6; OpenPNE_pc_backend=fojfkaq4nr74ntgmogiek5l2s5&#039;
1038
  HTTP_HOST: 36x.sano.dazai2.pne.jp
1039
  HTTP_USER_AGENT: &#039;Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0&#039;
1040
  PATH: &#039;/sbin:/usr/sbin:/bin:/usr/bin&#039;
1041
  PATH_INFO: /calendarApi
1042
  PATH_TRANSLATED: &#039;redirect:/index.php&#039;
1043
  PHP_AUTH_PW: himitsu
1044
  PHP_AUTH_USER: secret
1045
  PHP_SELF: /pc_frontend_dev.php/calendarApi
1046
  QUERY_STRING: &#039;&#039;
1047
  REMOTE_ADDR: 219.103.217.135
1048
  REMOTE_PORT: &#039;62074&#039;
1049
  REQUEST_METHOD: GET
1050
  REQUEST_TIME: 1429180449
1051
  REQUEST_URI: /pc_frontend_dev.php/calendarApi
1052
  SCRIPT_FILENAME: /var/www/sns/36x.sano.dazai2.pne.jp/public_html/pc_frontend_dev.php
1053
  SCRIPT_NAME: /pc_frontend_dev.php
1054
  SERVER_ADDR: 49.212.20.148
1055
  SERVER_ADMIN: root@localhost
1056
  SERVER_NAME: 36x.sano.dazai2.pne.jp
1057
  SERVER_PORT: &#039;80&#039;
1058
  SERVER_PROTOCOL: HTTP/1.1
1059
  SERVER_SIGNATURE: &#039;&#039;
1060
  SERVER_SOFTWARE: Apache
1061
session:
1062
  OpenPNE/user/opSecurityUser/site_identifier: &#039;http://36x.sano.dazai2.pne.jp&#039;
1063
  captcha_keystring: h97nc3
1064
  symfony/user/sfUser/attributes: { opSecurityUser: { auth_mode: MailAddress, member_id: &#039;1&#039; }, symfony/user/sfUser/flash: {  }, symfony/user/sfUser/flash/remove: {  } }
1065
  symfony/user/sfUser/authenticated: true
1066
  symfony/user/sfUser/credentials: [SNSMember]
1067
  symfony/user/sfUser/culture: ja_JP
1068
  symfony/user/sfUser/lastRequest: 1429180434
1069
</pre></div>
1070
    
1071
    <h2>Php <a href="#" onclick="sfWebDebugToggle('sfWebDebugPhp'); return false;" title="Toggle details"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle details"/></a></h2>
1072
    <div id="sfWebDebugPhp" style="display: none"><pre>php: 5.3.3
1073
os: &#039;Linux www1124uc.sakura.ne.jp 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64&#039;
1074
extensions:
1075
  26: apache2handler
1076
  28: &#039;apc (3.1.9)&#039;
1077
  7: bz2
1078
  8: calendar
1079
  0: &#039;Core (5.3.3)&#039;
1080
  9: ctype
1081
  29: curl
1082
  1: &#039;date (5.3.3)&#039;
1083
  30: &#039;dom (20031129)&#039;
1084
  2: ereg
1085
  23: &#039;exif (1.4 $Id: exif.c 293036 2010-01-03 09:23:27Z sebastian $)&#039;
1086
  31: &#039;fileinfo (1.0.5-dev)&#039;
1087
  11: &#039;filter (0.11.0)&#039;
1088
  12: ftp
1089
  32: gd
1090
  13: gettext
1091
  14: gmp
1092
  10: &#039;hash (1.0)&#039;
1093
  16: iconv
1094
  33: &#039;intl (1.1.0)&#039;
1095
  34: &#039;json (1.2.1)&#039;
1096
  35: ldap
1097
  3: libxml
1098
  36: mbstring
1099
  27: &#039;memcache (2.2.6)&#039;
1100
  37: &#039;mysql (1.0)&#039;
1101
  38: &#039;mysqli (0.1)&#039;
1102
  4: openssl
1103
  5: pcre
1104
  39: &#039;PDO (1.0.4dev)&#039;
1105
  40: &#039;pdo_mysql (1.0.2)&#039;
1106
  41: &#039;pdo_sqlite (1.0.1)&#039;
1107
  42: &#039;Phar (2.0.1)&#039;
1108
  17: &#039;Reflection ($Revision: 300393 $)&#039;
1109
  15: session
1110
  19: shmop
1111
  21: &#039;SimpleXML (0.1)&#039;
1112
  22: sockets
1113
  20: &#039;SPL (0.2)&#039;
1114
  18: &#039;standard (5.3.3)&#039;
1115
  24: &#039;tokenizer (0.1)&#039;
1116
  43: wddx
1117
  48: &#039;xdebug (2.2.0)&#039;
1118
  25: xml
1119
  44: &#039;xmlreader (0.1)&#039;
1120
  45: &#039;xmlwriter (0.1)&#039;
1121
  46: &#039;xsl (0.1)&#039;
1122
  47: &#039;zip (1.9.1)&#039;
1123
  6: &#039;zlib (1.1)&#039;
1124
</pre></div>
1125
    
1126
    <h2>Symfony <a href="#" onclick="sfWebDebugToggle('sfWebDebugSymfony'); return false;" title="Toggle details"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle details"/></a></h2>
1127
    <div id="sfWebDebugSymfony" style="display: none"><pre>version: 1.4.13
1128
path: /home/sano/sns/36x.sano.dazai2.pne.jp/lib/vendor/symfony/lib
1129
</pre></div>
1130
    </div>
1131
<div id="sfWebDebuglogsDetails" class="sfWebDebugTop" style="display:none"><h1>Logs</h1>
1132
      <ul id="sfWebDebugLogMenu">
1133
        <li><a href="#" onclick="sfWebDebugToggleAllLogLines(true, 'sfWebDebugLogLine'); return false;">[all]</a></li>
1134
        <li><a href="#" onclick="sfWebDebugToggleAllLogLines(false, 'sfWebDebugLogLine'); return false;">[none]</a></li>
1135
        <li><a href="#" onclick="sfWebDebugShowOnlyLogLines('info'); return false;"><img src="/sf/sf_web_debug/images/info.png" alt="Show only infos" /></a></li>
1136
        <li><a href="#" onclick="sfWebDebugShowOnlyLogLines('warning'); return false;"><img src="/sf/sf_web_debug/images/warning.png" alt="Show only warnings" /></a></li>
1137
        <li><a href="#" onclick="sfWebDebugShowOnlyLogLines('error'); return false;"><img src="/sf/sf_web_debug/images/error.png" alt="Show only errors" /></a></li>
1138
        <li><a href="#" onclick="sfWebDebugToggleMessages('Doctrine_Connection_Statement'); return false;">Doctrine_Connection_Statement</a></li>
1139
<li><a href="#" onclick="sfWebDebugToggleMessages('calendarApiActions'); return false;">calendarApiActions</a></li>
1140
<li><a href="#" onclick="sfWebDebugToggleMessages('myUser'); return false;">myUser</a></li>
1141
<li><a href="#" onclick="sfWebDebugToggleMessages('opDoctrineConnectionMysql'); return false;">opDoctrineConnectionMysql</a></li>
1142
<li><a href="#" onclick="sfWebDebugToggleMessages('opWebResponse'); return false;">opWebResponse</a></li>
1143
<li><a href="#" onclick="sfWebDebugToggleMessages('sfError404Exception'); return false;">sfError404Exception</a></li>
1144
<li><a href="#" onclick="sfWebDebugToggleMessages('sfFilterChain'); return false;">sfFilterChain</a></li>
1145
<li><a href="#" onclick="sfWebDebugToggleMessages('sfPatternRouting'); return false;">sfPatternRouting</a></li>
1146
<li><a href="#" onclick="sfWebDebugToggleMessages('sfWebDebugLogger'); return false;">sfWebDebugLogger</a></li>
1147
      </ul>
1148
      <div id="sfWebDebugLogLines"><table class="sfWebDebugLogs">
1149
      <tr>
1150
        <th>#</th>
1151
        <th>type</th>
1152
        <th>message</th>
1153
      </tr>
1154
<tr class='sfWebDebugLogLine sfWebDebugInfo opDoctrineConnectionMysql'><td class="sfWebDebugLogNumber">1</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/>&nbsp;<span title="SF_ROOT_DIR/lib/util/opDoctrineConnectionMysql.class.php">opDoctrineConnectionMysql</span></td><td>exec : <span class="sfWebDebugLogInfo">SET</span> NAMES &#039;utf8&#039; - () <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug1'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug1" style="display:none"><span>#21 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->preExec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 438</span><br/><span>#20 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preExec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1048</span><br/><span>#19 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->exec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Mysql.php line 126</span><br/><span>#18 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Mysql->setCharset()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineConnectionListener.class.php line 31</span><br/><span>#17 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionListener->postConnect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 396</span><br/><span>#16 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->postConnect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 501</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Mysql.php line 101</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Mysql->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1001</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 110</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->getTerms()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 33</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 54</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->get()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 126</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->offsetGet()</span> from SF_ROOT_DIR/lib/i18n/opI18N.class.php line 30</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opI18N->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfI18N.class.php line 37</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfI18N->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 34</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1155
</td></tr>
1156
<tr class='sfWebDebugLogLine sfWebDebugInfo Doctrine_Connection_Statement'><td class="sfWebDebugLogNumber">2</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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> s.id <span class="sfWebDebugLogInfo">AS</span> s__id, s.name <span class="sfWebDebugLogInfo">AS</span> s__name, s.application <span class="sfWebDebugLogInfo">AS</span> s__application <span class="sfWebDebugLogInfo">FROM</span> sns_term s <span class="sfWebDebugLogInfo">WHERE</span> (s.application = ? AND s.id <span class="sfWebDebugLogInfo">IN</span> (<span class="sfWebDebugLogInfo">SELECT</span> s.id <span class="sfWebDebugLogInfo">AS</span> s__id <span class="sfWebDebugLogInfo">FROM</span> sns_term_translation s2 <span class="sfWebDebugLogInfo">WHERE</span> (s2.lang = ?))) - (pc_frontend, en) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug2'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug2" style="display:none"><span>#16 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 110</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->getTerms()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 33</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 54</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->get()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 126</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->offsetGet()</span> from SF_ROOT_DIR/lib/i18n/opI18N.class.php line 30</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opI18N->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfI18N.class.php line 37</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfI18N->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 34</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1157
</td></tr>
1158
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">3</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug3'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug3" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1159
</td></tr>
1160
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">4</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug4'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug4" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1161
</td></tr>
1162
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">5</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug5'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug5" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1163
</td></tr>
1164
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">6</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug6'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug6" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1165
</td></tr>
1166
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">7</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug7'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug7" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1167
</td></tr>
1168
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">8</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug8'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug8" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1169
</td></tr>
1170
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">9</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug9'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug9" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1171
</td></tr>
1172
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">10</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug10'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug10" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">11</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug11'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug11" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">12</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug12'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug12" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">13</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug13'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug13" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">14</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug14'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug14" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">15</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug15'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug15" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">16</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug16'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug16" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">17</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug17'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug17" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">18</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug18'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug18" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">19</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug19'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug19" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">20</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug20'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug20" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">21</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug21'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug21" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">22</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug22'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug22" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 28</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">23</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug23'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug23" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 34</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">24</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug24'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug24" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 40</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">25</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug25'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug25" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 46</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">26</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug26'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug26" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 55</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">27</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug27'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug27" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 62</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">28</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug28'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug28" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 69</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">29</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug29'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug29" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 78</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">30</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug30'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug30" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 85</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">31</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug31'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug31" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 92</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">32</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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">deleteConfirmDustMessage</span>" (/message/deleteConfirm/:id) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug32'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug32" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 101</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">33</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug33'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug33" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/sfImageHandlerPlugin/lib/sfImageHandlerRouting.class.php line 13</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">sfImageHandlerRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">34</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug34'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug34" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 206</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/sfImageHandlerPlugin/lib/sfImageHandlerRouting.class.php line 35</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">sfImageHandlerRouting::listenToRoutingLoadConfigurationEvent()</span> from  line </span><br/><span>#11 &raquo; 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 &raquo; in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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">35</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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">calendar_api</span>" (/calendarApi) for /calendarApi with parameters array (  &#039;module&#039; =&gt; &#039;calendarApi&#039;,  &#039;action&#039; =&gt; &#039;index&#039;,) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug35'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug35" style="display:none"><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfPatternRouting->parse()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 99</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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 Doctrine_Connection_Statement'><td class="sfWebDebugLogNumber">36</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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 - (1, 1) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug36'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug36" style="display:none"><span>#18 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query->fetchOne()</span> from SF_ROOT_DIR/lib/util/opDoctrineQuery.class.php line 170</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineQuery->fetchOne()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Table.php line 1632</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Table->find()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 91</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->getMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 47</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->getMemberId()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 31</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opAdaptableUser->initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 32</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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 opDoctrineConnectionMysql'><td class="sfWebDebugLogNumber">37</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug37'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug37" style="display:none"><span>#18 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preQuery()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1012</span><br/><span>#16 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span class="sfWebDebugHighlight">#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 46</span><br/><span class="sfWebDebugHighlight">#13 &raquo; in <span class="sfWebDebugLogInfo">SnsConfigTable->getConfigs()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 17</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">SnsConfigTable->retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 23</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">SnsConfigTable->get()</span> from SF_ROOT_DIR/lib/user/opAuthAdapter.class.php line 97</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">opAuthAdapter->getAuthConfig()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 71</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">opAdaptableUser->getAuthModes()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 138</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">opAdaptableUser->getCurrentAuthMode()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 43</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opAdaptableUser->initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 32</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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 Doctrine_Connection_Statement'><td class="sfWebDebugLogNumber">38</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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 = ?) - (1) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug38'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug38" style="display:none"><span>#18 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span class="sfWebDebugHighlight">#13 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 72</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">MemberConfigTable->getResultsByMemberId()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 22</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">MemberConfigTable->retrieveByNameAndMemberId()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 95</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">MemberConfigTable->setValue()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 99</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">Member->setConfig()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 208</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">Member->updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 364</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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 Doctrine_Connection_Statement'><td class="sfWebDebugLogNumber">39</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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 = ? - (2015-04-16 19:34:13, 2015-04-16 19:34:13, 5) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug39'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug39" style="display:none"><span>#19 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1042</span><br/><span>#16 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->exec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 653</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->update()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/UnitOfWork.php line 534</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_UnitOfWork->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_UnitOfWork->saveGraph()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 1718</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Record->save()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 63</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineRecord->save()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 107</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">MemberConfigTable->setValue()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 99</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">Member->setConfig()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 208</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">Member->updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 364</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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 myUser'><td class="sfWebDebugLogNumber">40</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug40'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug40" style="display:none"><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityUser->setAuthenticated()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 407</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->setIsSNSMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 367</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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 myUser'><td class="sfWebDebugLogNumber">41</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug41'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug41" style="display:none"><span>#10 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityUser->addCredentials()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfBasicSecurityUser.class.php line 88</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityUser->addCredential()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 412</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->setIsSNSMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 367</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; 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 sfFilterChain'><td class="sfWebDebugLogNumber">42</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug42'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug42" style="display:none"><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1237
</td></tr>
1238
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">43</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug43'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug43" style="display:none"><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1239
</td></tr>
1240
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">44</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug44'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug44" style="display:none"><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1241
</td></tr>
1242
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">45</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug45'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug45" style="display:none"><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1243
</td></tr>
1244
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">46</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug46'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug46" style="display:none"><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1245
</td></tr>
1246
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">47</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug47'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug47" style="display:none"><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1247
</td></tr>
1248
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">48</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug48'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug48" style="display:none"><span class="sfWebDebugHighlight">#16 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">opEmojiFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1249
</td></tr>
1250
<tr class='sfWebDebugLogLine sfWebDebugInfo Doctrine_Connection_Statement'><td class="sfWebDebugLogNumber">49</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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.id <span class="sfWebDebugLogInfo">AS</span> f__id, f.name <span class="sfWebDebugLogInfo">AS</span> f__name, f.type <span class="sfWebDebugLogInfo">AS</span> f__type, f.filesize <span class="sfWebDebugLogInfo">AS</span> f__filesize, f.original_filename <span class="sfWebDebugLogInfo">AS</span> f__original_filename, f.created_at <span class="sfWebDebugLogInfo">AS</span> f__created_at, f.updated_at <span class="sfWebDebugLogInfo">AS</span> f__updated_at <span class="sfWebDebugLogInfo">FROM</span> file f <span class="sfWebDebugLogInfo">WHERE</span> (f.name = ?) <span class="sfWebDebugLogInfo">LIMIT</span> 1 - (op_calendar_google_data_api_json_file) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug49'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug49" style="display:none"><span>#36 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br/><span>#35 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br/><span>#34 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#33 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#32 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span>#31 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->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">#30 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query->fetchOne()</span> from SF_ROOT_DIR/lib/util/opDoctrineQuery.class.php line 170</span><br/><span class="sfWebDebugHighlight">#29 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineQuery->fetchOne()</span> from SF_ROOT_DIR/lib/model/doctrine/FileTable.class.php line 41</span><br/><span>#28 &raquo; in <span class="sfWebDebugLogInfo">FileTable->retrieveByFilename()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 20</span><br/><span>#27 &raquo; in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->hasFile()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 28</span><br/><span>#26 &raquo; in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->getFile()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 11</span><br/><span>#25 &raquo; in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->__toString()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 37</span><br/><span>#24 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->buildClient()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 30</span><br/><span>#23 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->__construct()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 20</span><br/><span>#22 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth::getInstance()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/apps/pc_frontend/modules/calendarApi/actions/actions.class.php line 15</span><br/><span>#21 &raquo; in <span class="sfWebDebugLogInfo">calendarApiActions->preExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 91</span><br/><span>#20 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br/><span class="sfWebDebugHighlight">#19 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 &raquo; in <span class="sfWebDebugLogInfo">opExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br/><span>#17 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#16 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">opEmojiFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1251
</td></tr>
1252
<tr class='sfWebDebugLogLine sfWebDebugInfo Doctrine_Connection_Statement'><td class="sfWebDebugLogNumber">50</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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.file_id <span class="sfWebDebugLogInfo">AS</span> f__file_id, f.bin <span class="sfWebDebugLogInfo">AS</span> f__bin, f.created_at <span class="sfWebDebugLogInfo">AS</span> f__created_at, f.updated_at <span class="sfWebDebugLogInfo">AS</span> f__updated_at <span class="sfWebDebugLogInfo">FROM</span> file_bin f <span class="sfWebDebugLogInfo">WHERE</span> (f.file_id = ?) - (1) <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug50'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug50" style="display:none"><span>#41 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br/><span>#40 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br/><span>#39 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#38 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#37 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span>#36 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query.php line 2181</span><br/><span class="sfWebDebugHighlight">#35 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query->query()</span> from SF_ROOT_DIR/lib/util/opDoctrineConnectionMysql.class.php line 78</span><br/><span>#34 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineConnectionMysql->query()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Relation/ForeignKey.php line 63</span><br/><span>#33 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Relation_ForeignKey->fetchRelatedFor()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 1380</span><br/><span class="sfWebDebugHighlight">#32 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Record->_get()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 177</span><br/><span>#31 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineRecord->_get()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 1350</span><br/><span class="sfWebDebugHighlight">#30 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Record->get()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 158</span><br/><span>#29 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineRecord->get()</span> from  line </span><br/><span>#28 &raquo; in <span class="sfWebDebugLogInfo">call_user_func_array()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/record/sfDoctrineRecord.class.php line 186</span><br/><span>#27 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineRecord->__call()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 12</span><br/><span>#26 &raquo; in <span class="sfWebDebugLogInfo">File->getFileBin()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 12</span><br/><span>#25 &raquo; in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->__toString()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 37</span><br/><span>#24 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->buildClient()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 30</span><br/><span>#23 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->__construct()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 20</span><br/><span>#22 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth::getInstance()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/apps/pc_frontend/modules/calendarApi/actions/actions.class.php line 15</span><br/><span>#21 &raquo; in <span class="sfWebDebugLogInfo">calendarApiActions->preExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 91</span><br/><span>#20 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br/><span class="sfWebDebugHighlight">#19 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 &raquo; in <span class="sfWebDebugLogInfo">opExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br/><span>#17 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#16 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">opEmojiFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1253
</td></tr>
1254
<tr class='sfWebDebugLogLine sfWebDebugInfo calendarApiActions'><td class="sfWebDebugLogNumber">51</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/>&nbsp;<span title="SF_ROOT_DIR/plugins/opCalendarPlugin/apps/pc_frontend/modules/calendarApi/actions/actions.class.php">calendarApiActions</span></td><td>Call "<span class="sfWebDebugLogInfo">calendarApiActions-&gt;executeIndex()</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug51'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug51" style="display:none"><span>#21 &raquo; in <span class="sfWebDebugLogInfo">sfActions->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 92</span><br/><span>#20 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br/><span class="sfWebDebugHighlight">#19 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 &raquo; in <span class="sfWebDebugLogInfo">opExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br/><span>#17 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#16 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">opEmojiFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1255
</td></tr>
1256
<tr class='sfWebDebugLogLine sfWebDebugError sfError404Exception'><td class="sfWebDebugLogNumber">52</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/error.png" alt="Error"/>&nbsp;<span title="SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfError404Exception.class.php">sfError404Exception</span></td><td>  <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug52'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug52" style="display:none"><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfException::outputStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 110</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfException->printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfError404Exception.class.php line 39</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfError404Exception->printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 52</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1257
</td></tr>
1258
<tr class='sfWebDebugLogLine sfWebDebugInfo opWebResponse'><td class="sfWebDebugLogNumber">53</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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 404 Not Found</span>" <a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelLogsDebug53'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug53" style="display:none"><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfWebResponse->sendHttpHeaders()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 221</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfException::outputStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 110</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfException->printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfError404Exception.class.php line 39</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfError404Exception->printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 52</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1259
</td></tr>
1260
<tr class='sfWebDebugLogLine sfWebDebugInfo opWebResponse'><td class="sfWebDebugLogNumber">54</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" 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('sfWebDebugPanelLogsDebug54'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelLogsDebug54" style="display:none"><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfWebResponse->sendHttpHeaders()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 221</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfException::outputStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfException.class.php line 110</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfException->printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/exception/sfError404Exception.class.php line 39</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfError404Exception->printStackTrace()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 52</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1261
</td></tr>
1262
</table></div>
1263
    </div>
1264
<div id="sfWebDebugtimeDetails" class="sfWebDebugTop" style="display:none"><h1>Timers</h1><table class="sfWebDebugLogs" style="width: 300px"><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">18</td><td style="text-align: right">3847.15</td><td style="text-align: right">81</td></tr><tr><td class="sfWebDebugLogType">Factories</td><td class="sfWebDebugLogNumber" style="text-align: right">1</td><td style="text-align: right">2322.61</td><td style="text-align: right">49</td></tr><tr><td class="sfWebDebugLogType">Database (Doctrine)</td><td class="sfWebDebugLogNumber" style="text-align: right">8</td><td style="text-align: right">0.09</td><td style="text-align: right">0</td></tr><tr><td class="sfWebDebugLogType">Action "calendarApi/index"</td><td class="sfWebDebugLogNumber" style="text-align: right">1</td><td style="text-align: right">156.35</td><td style="text-align: right">3</td></tr></table></div>
1265
<div id="sfWebDebugdbDetails" class="sfWebDebugTop" style="display:none"><h1>SQL queries</h1>
1266
      <div id="sfWebDebugDatabaseLogs">
1267
        <h3>Doctrine Version: 1.2.4</h3>
1268
        <ol>
1269
        <li>
1270
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SET</span> NAMES &#039;utf8&#039;</p>
1271
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug1'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug1" style="display:none"><span>#21 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->preExec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 438</span><br/><span>#20 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preExec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1048</span><br/><span>#19 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->exec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Mysql.php line 126</span><br/><span>#18 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Mysql->setCharset()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineConnectionListener.class.php line 31</span><br/><span>#17 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionListener->postConnect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 396</span><br/><span>#16 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->postConnect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 501</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Mysql.php line 101</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Mysql->connect()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1001</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 110</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->getTerms()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 33</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 54</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->get()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 126</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->offsetGet()</span> from SF_ROOT_DIR/lib/i18n/opI18N.class.php line 30</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opI18N->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfI18N.class.php line 37</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfI18N->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 34</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1272
</div>
1273
        </li>
1274

    
1275
        <li>
1276
          <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.application <span class="sfWebDebugLogInfo">AS</span> s__application <span class="sfWebDebugLogInfo">FROM</span> sns_term s <span class="sfWebDebugLogInfo">WHERE</span> (s.application = 'pc_frontend' AND s.id <span class="sfWebDebugLogInfo">IN</span> (<span class="sfWebDebugLogInfo">SELECT</span> s.id <span class="sfWebDebugLogInfo">AS</span> s__id <span class="sfWebDebugLogInfo">FROM</span> sns_term_translation s2 <span class="sfWebDebugLogInfo">WHERE</span> (s2.lang = 'en')))</p>
1277
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug2'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug2" style="display:none"><span>#16 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#12 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 110</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->getTerms()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 33</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 54</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->get()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsTermTable.class.php line 126</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">SnsTermTable->offsetGet()</span> from SF_ROOT_DIR/lib/i18n/opI18N.class.php line 30</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opI18N->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/i18n/sfI18N.class.php line 37</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfI18N->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 34</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1278
</div>
1279
        </li>
1280

    
1281
        <li>
1282
          <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 = '1' AND (m.is_active = '1' OR m.is_active IS NULL)) <span class="sfWebDebugLogInfo">LIMIT</span> 1</p>
1283
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug3'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug3" style="display:none"><span>#18 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query->fetchOne()</span> from SF_ROOT_DIR/lib/util/opDoctrineQuery.class.php line 170</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineQuery->fetchOne()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Table.php line 1632</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Table->find()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 91</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->getMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 47</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->getMemberId()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 31</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opAdaptableUser->initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 32</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1284
</div>
1285
        </li>
1286

    
1287
        <li>
1288
          <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>
1289
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug4'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug4" style="display:none"><span>#18 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preQuery()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1012</span><br/><span>#16 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span class="sfWebDebugHighlight">#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 46</span><br/><span class="sfWebDebugHighlight">#13 &raquo; in <span class="sfWebDebugLogInfo">SnsConfigTable->getConfigs()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 17</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">SnsConfigTable->retrieveByName()</span> from SF_ROOT_DIR/lib/model/doctrine/SnsConfigTable.class.php line 23</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">SnsConfigTable->get()</span> from SF_ROOT_DIR/lib/user/opAuthAdapter.class.php line 97</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">opAuthAdapter->getAuthConfig()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 71</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">opAdaptableUser->getAuthModes()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 138</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">opAdaptableUser->getCurrentAuthMode()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 43</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opAdaptableUser->initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 32</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1290
</div>
1291
        </li>
1292

    
1293
        <li>
1294
          <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 = '1')</p>
1295
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug5'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug5" style="display:none"><span>#18 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span class="sfWebDebugHighlight">#13 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 72</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">MemberConfigTable->getResultsByMemberId()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 22</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">MemberConfigTable->retrieveByNameAndMemberId()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 95</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">MemberConfigTable->setValue()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 99</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">Member->setConfig()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 208</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">Member->updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 364</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1296
</div>
1297
        </li>
1298

    
1299
        <li>
1300
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">UPDATE</span> member_config <span class="sfWebDebugLogInfo">SET</span> value_datetime = '2015-04-16 19:34:13', updated_at = '2015-04-16 19:34:13' <span class="sfWebDebugLogInfo">WHERE</span> id = '5'</p>
1301
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug6'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug6" style="display:none"><span>#19 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1042</span><br/><span>#16 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->exec()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 653</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->update()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/UnitOfWork.php line 534</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_UnitOfWork->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 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_UnitOfWork->saveGraph()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 1718</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Record->save()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 63</span><br/><span class="sfWebDebugHighlight">#11 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineRecord->save()</span> from SF_ROOT_DIR/lib/model/doctrine/MemberConfigTable.class.php line 107</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">MemberConfigTable->setValue()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 99</span><br/><span class="sfWebDebugHighlight">#9 &raquo; in <span class="sfWebDebugLogInfo">Member->setConfig()</span> from SF_ROOT_DIR/lib/model/doctrine/Member.class.php line 208</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">Member->updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 364</span><br/><span class="sfWebDebugHighlight">#7 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">opSecurityUser->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/user/sfUser.class.php line 48</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfUser->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 116</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1302
</div>
1303
        </li>
1304

    
1305
        <li>
1306
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SELECT</span> f.id <span class="sfWebDebugLogInfo">AS</span> f__id, f.name <span class="sfWebDebugLogInfo">AS</span> f__name, f.type <span class="sfWebDebugLogInfo">AS</span> f__type, f.filesize <span class="sfWebDebugLogInfo">AS</span> f__filesize, f.original_filename <span class="sfWebDebugLogInfo">AS</span> f__original_filename, f.created_at <span class="sfWebDebugLogInfo">AS</span> f__created_at, f.updated_at <span class="sfWebDebugLogInfo">AS</span> f__updated_at <span class="sfWebDebugLogInfo">FROM</span> file f <span class="sfWebDebugLogInfo">WHERE</span> (f.name = 'op_calendar_google_data_api_json_file') <span class="sfWebDebugLogInfo">LIMIT</span> 1</p>
1307
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug7'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug7" style="display:none"><span>#36 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br/><span>#35 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br/><span>#34 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#33 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#32 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span>#31 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->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">#30 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query->fetchOne()</span> from SF_ROOT_DIR/lib/util/opDoctrineQuery.class.php line 170</span><br/><span class="sfWebDebugHighlight">#29 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineQuery->fetchOne()</span> from SF_ROOT_DIR/lib/model/doctrine/FileTable.class.php line 41</span><br/><span>#28 &raquo; in <span class="sfWebDebugLogInfo">FileTable->retrieveByFilename()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 20</span><br/><span>#27 &raquo; in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->hasFile()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 28</span><br/><span>#26 &raquo; in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->getFile()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 11</span><br/><span>#25 &raquo; in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->__toString()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 37</span><br/><span>#24 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->buildClient()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 30</span><br/><span>#23 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->__construct()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 20</span><br/><span>#22 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth::getInstance()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/apps/pc_frontend/modules/calendarApi/actions/actions.class.php line 15</span><br/><span>#21 &raquo; in <span class="sfWebDebugLogInfo">calendarApiActions->preExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 91</span><br/><span>#20 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br/><span class="sfWebDebugHighlight">#19 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 &raquo; in <span class="sfWebDebugLogInfo">opExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br/><span>#17 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#16 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">opEmojiFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1308
</div>
1309
        </li>
1310

    
1311
        <li>
1312
          <p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SELECT</span> f.file_id <span class="sfWebDebugLogInfo">AS</span> f__file_id, f.bin <span class="sfWebDebugLogInfo">AS</span> f__bin, f.created_at <span class="sfWebDebugLogInfo">AS</span> f__created_at, f.updated_at <span class="sfWebDebugLogInfo">AS</span> f__updated_at <span class="sfWebDebugLogInfo">FROM</span> file_bin f <span class="sfWebDebugLogInfo">WHERE</span> (f.file_id = '1')</p>
1313
          <div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection&nbsp;<a href="#" onclick="sfWebDebugToggle('sfWebDebugPanelDoctrineDebug8'); return false;" title="Toggle debug stack"><img src="/sf/sf_web_debug/images/toggle.gif" alt="Toggle debug stack"/></a><div class="sfWebDebugDebugInfo" id="sfWebDebugPanelDoctrineDebug8" style="display:none"><span>#41 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineConnectionProfiler->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/EventListener/Chain.php line 494</span><br/><span>#40 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_EventListener_Chain->preStmtExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php line 231</span><br/><span>#39 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection_Statement->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php line 1006</span><br/><span>#38 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Connection->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 983</span><br/><span>#37 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->_execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query/Abstract.php line 1033</span><br/><span>#36 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query_Abstract->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Query.php line 2181</span><br/><span class="sfWebDebugHighlight">#35 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Query->query()</span> from SF_ROOT_DIR/lib/util/opDoctrineConnectionMysql.class.php line 78</span><br/><span>#34 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineConnectionMysql->query()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Relation/ForeignKey.php line 63</span><br/><span>#33 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Relation_ForeignKey->fetchRelatedFor()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 1380</span><br/><span class="sfWebDebugHighlight">#32 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Record->_get()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 177</span><br/><span>#31 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineRecord->_get()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 1350</span><br/><span class="sfWebDebugHighlight">#30 &raquo; in <span class="sfWebDebugLogInfo">Doctrine_Record->get()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 158</span><br/><span>#29 &raquo; in <span class="sfWebDebugLogInfo">opDoctrineRecord->get()</span> from  line </span><br/><span>#28 &raquo; in <span class="sfWebDebugLogInfo">call_user_func_array()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/record/sfDoctrineRecord.class.php line 186</span><br/><span>#27 &raquo; in <span class="sfWebDebugLogInfo">sfDoctrineRecord->__call()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 12</span><br/><span>#26 &raquo; in <span class="sfWebDebugLogInfo">File->getFileBin()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 12</span><br/><span>#25 &raquo; in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->__toString()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 37</span><br/><span>#24 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->buildClient()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 30</span><br/><span>#23 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->__construct()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 20</span><br/><span>#22 &raquo; in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth::getInstance()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/apps/pc_frontend/modules/calendarApi/actions/actions.class.php line 15</span><br/><span>#21 &raquo; in <span class="sfWebDebugLogInfo">calendarApiActions->preExecute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 91</span><br/><span>#20 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->executeAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78</span><br/><span class="sfWebDebugHighlight">#19 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 &raquo; in <span class="sfWebDebugLogInfo">opExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42</span><br/><span>#17 &raquo; in <span class="sfWebDebugLogInfo">sfExecutionFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#16 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 &raquo; in <span class="sfWebDebugLogInfo">opEmojiFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#14 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72</span><br/><span>#13 &raquo; in <span class="sfWebDebugLogInfo">sfBasicSecurityFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#12 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 &raquo; in <span class="sfWebDebugLogInfo">opAppendXRDSHeaderFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#10 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 &raquo; in <span class="sfWebDebugLogInfo">opCheckEnabledApplicationFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span class="sfWebDebugHighlight">#8 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 &raquo; in <span class="sfWebDebugLogInfo">opCacheControlFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#6 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33</span><br/><span>#5 &raquo; in <span class="sfWebDebugLogInfo">sfRenderingFilter->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53</span><br/><span>#4 &raquo; in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238</span><br/><span>#3 &raquo; in <span class="sfWebDebugLogInfo">sfController->forward()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48</span><br/><span>#2 &raquo; in <span class="sfWebDebugLogInfo">sfFrontWebController->dispatch()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170</span><br/><span class="sfWebDebugHighlight">#1 &raquo; in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
1314
</div>
1315
        </li></ol>
1316
      </div>
1317
    </div>
1318
      </div>
1319
    </body>
1320
</html>