|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>sfError404Exception: </title>
|
|
<style type="text/css">
|
|
body { margin: 0; padding: 20px; margin-top: 20px; background-color: #eee }
|
|
body, td, th { font: 11px Verdana, Arial, sans-serif; color: #333 }
|
|
a { color: #333 }
|
|
h1 { margin: 0 0 0 10px; padding: 10px 0 10px 0; font-weight: bold; font-size: 120% }
|
|
h2 { margin: 0; padding: 5px 0; font-size: 110% }
|
|
ul { padding-left: 20px; list-style: decimal }
|
|
ul li { padding-bottom: 5px; margin: 0 }
|
|
ol { font-family: monospace; white-space: pre; list-style-position: inside; margin: 0; padding: 10px 0 }
|
|
ol li { margin: -5px; padding: 0 }
|
|
ol .selected { font-weight: bold; background-color: #ddd; padding: 2px 0 }
|
|
table.vars { padding: 0; margin: 0; border: 1px solid #999; background-color: #fff; }
|
|
table.vars th { padding: 2px; background-color: #ddd; font-weight: bold }
|
|
table.vars td { padding: 2px; font-family: monospace; white-space: pre }
|
|
p.error { padding: 10px; background-color: #f00; font-weight: bold; text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
|
|
p.error a { color: #fff }
|
|
#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 }
|
|
#message { padding: 10px; margin-bottom: 10px; background-color: #eee; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
|
|
a.file_link { text-decoration: none; }
|
|
a.file_link:hover { text-decoration: underline; }
|
|
.code, #sf_settings, #sf_request, #sf_response, #sf_user, #sf_globals { overflow: auto; }
|
|
</style>
|
|
<script type="text/javascript">
|
|
function toggle(id)
|
|
{
|
|
el = document.getElementById(id); el.style.display = el.style.display == 'none' ? 'block' : 'none';
|
|
}
|
|
</script>
|
|
<style type="text/css">#sfWebDebug { padding: 0; margin: 0; font-family: Arial, sans-serif; font-size: 12px; color: #333; text-align: left; line-height: 12px; } #sfWebDebug a, #sfWebDebug a:hover { text-decoration: none; border: none; background-color: transparent; color: #000; } #sfWebDebug img { float: none; margin: 0; border: 0; display: inline; } #sfWebDebugBar { position: absolute; margin: 0; padding: 1px 0; right: 0px; top: 0px; opacity: 0.80; filter: alpha(opacity:80); z-index: 10000; white-space: nowrap; background-color: #ddd; } #sfWebDebugBar[id] { position: fixed; } #sfWebDebugBar img { vertical-align: middle; } #sfWebDebugBar .sfWebDebugMenu { padding: 5px; padding-left: 0; display: inline; margin: 0; } #sfWebDebugBar .sfWebDebugMenu li { display: inline; list-style: none; margin: 0; padding: 0 6px; } #sfWebDebugBar .sfWebDebugMenu li.last { margin: 0; padding: 0; border: 0; } #sfWebDebugDatabaseDetails li { margin: 0; margin-left: 30px; padding: 5px 0; } #sfWebDebugShortMessages li { margin-bottom: 10px; padding: 5px; background-color: #ddd; } #sfWebDebugShortMessages li { list-style: none; } #sfWebDebugDetails { margin-right: 7px; } #sfWebDebug pre { line-height: 1.3; margin-bottom: 10px; } #sfWebDebug h1 { font-size: 16px; font-weight: bold; margin: 20px 0; padding: 0; border: 0px; background-color: #eee; } #sfWebDebug h2 { font-size: 14px; font-weight: bold; margin: 10px 0; padding: 0; border: 0px; background: none; } #sfWebDebug h3 { font-size: 12px; font-weight: bold; margin: 10px 0; padding: 0; border: 0px; background: none; } #sfWebDebug .sfWebDebugTop { position: absolute; left: 0px; top: 0px; width: 98%; padding: 0 1%; margin: 0; z-index: 9999; background-color: #efefef; border-bottom: 1px solid #aaa; } #sfWebDebugLog { margin: 0; padding: 3px; font-size: 11px; } #sfWebDebugLogMenu { margin-bottom: 5px; } #sfWebDebugLogMenu li { display: inline; list-style: none; margin: 0; padding: 0 5px; border-right: 1px solid #aaa; } #sfWebDebugConfigSummary { display: inline; padding: 5px; background-color: #ddd; border: 1px solid #aaa; margin: 20px 0; } #sfWebDebugConfigSummary li { list-style: none; display: inline; margin: 0; padding: 0 5px; } #sfWebDebugConfigSummary li.last { border: 0; } .sfWebDebugInfo, .sfWebDebugInfo td { background-color: #ddd; } .sfWebDebugWarning, .sfWebDebugWarning td { background-color: orange !important; } .sfWebDebugError, .sfWebDebugError td { background-color: #f99 !important; } .sfWebDebugLogNumber { width: 1%; } .sfWebDebugLogType { width: 1%; white-space: nowrap; } .sfWebDebugLogType, #sfWebDebug .sfWebDebugLogType a { color: darkgreen; } #sfWebDebug .sfWebDebugLogType a:hover { text-decoration: underline; } .sfWebDebugLogInfo { color: blue; } .ison { color: #3f3; margin-right: 5px; } .isoff { color: #f33; margin-right: 5px; text-decoration: line-through; } .sfWebDebugLogs { padding: 0; margin: 0; border: 1px solid #999; font-family: Arial; font-size: 11px; } .sfWebDebugLogs tr { padding: 0; margin: 0; border: 0; } .sfWebDebugLogs td { margin: 0; border: 0; padding: 1px 3px; vertical-align: top; } .sfWebDebugLogs th { margin: 0; border: 0; padding: 3px 5px; vertical-align: top; background-color: #999; color: #eee; white-space: nowrap; } .sfWebDebugDebugInfo { color: #999; font-size: 11px; margin: 5px 0 5px 10px; padding: 2px 0 2px 5px; border-left: 1px solid #aaa; line-height: 1.25em; } .sfWebDebugDebugInfo .sfWebDebugLogInfo, .sfWebDebugDebugInfo a.sfWebDebugFileLink { color: #333 !important; } .sfWebDebugCache { padding: 0; margin: 0; font-family: Arial; position: absolute; overflow: hidden; z-index: 995; font-size: 9px; padding: 2px; filter:alpha(opacity=85); -moz-opacity:0.85; opacity: 0.85; } #sfWebDebugSymfonyVersion { margin-left: 0; padding: 1px 4px; background-color: #666; color: #fff; } #sfWebDebugviewDetails ul { padding-left: 2em; margin: .5em 0; list-style: none; } #sfWebDebugviewDetails li { margin-bottom: .5em; } #sfWebDebug .sfWebDebugDataType, #sfWebDebug .sfWebDebugDataType a { color: #666; font-style: italic; } #sfWebDebug .sfWebDebugDataType a:hover { text-decoration: underline; } #sfWebDebugDatabaseLogs { margin-bottom: 10px; } #sfWebDebugDatabaseLogs ol { margin: 0; padding: 0; margin-left: 20px; list-style: number; } #sfWebDebugDatabaseLogs li { padding: 6px; } #sfWebDebugDatabaseLogs li:nth-child(odd) { background-color: #CCC; } .sfWebDebugDatabaseQuery { margin-bottom: .5em; margin-top: 0; } .sfWebDebugDatabaseLogInfo { color: #666; font-size: 11px; } .sfWebDebugDatabaseQuery .sfWebDebugLogInfo { color: #909; font-weight: bold; } .sfWebDebugHighlight { background: #FFC; }</style></head>
|
|
<body>
|
|
<center><div id="main">
|
|
<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>
|
|
<h1>404 | Not Found | sfError404Exception</h1>
|
|
<h2 id="message"></h2>
|
|
<h2>stack trace</h2>
|
|
<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> */</li>
|
|
<li> </span><span style="color: #007700">public function </span><span style="color: #0000BB">forward404</span><span style="color: #007700">(</span><span style="color: #0000BB">$message </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">)</li>
|
|
<li> {</li>
|
|
<li class="selected"> throw new </span><span style="color: #0000BB">sfError404Exception</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">get404Message</span><span style="color: #007700">(</span><span style="color: #0000BB">$message</span><span style="color: #007700">));</li>
|
|
<li> }</li>
|
|
<li></li>
|
|
<li> </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> */</li>
|
|
<li> </span><span style="color: #007700">public function </span><span style="color: #0000BB">executeIndex</span><span style="color: #007700">(</span><span style="color: #0000BB">sfWebRequest $request</span><span style="color: #007700">)</li>
|
|
<li> {</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">forward404</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">opGoogleCalendarOAuth</span><span style="color: #007700">-></span><span style="color: #0000BB">authenticate</span><span style="color: #007700">());</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">redirect</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">opGoogleCalendarOAuth</span><span style="color: #007700">-></span><span style="color: #0000BB">getClient</span><span style="color: #007700">()-></span><span style="color: #0000BB">createAuthUrl</span><span style="color: #007700">());</li>
|
|
<li> }</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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// run action</li>
|
|
<li class="selected"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">$actionToRun</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li>}</li>
|
|
<li></span>
|
|
</span>
|
|
</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> {</li>
|
|
<li> </span><span style="color: #FF8000">// execute the action</li>
|
|
<li> </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-></span><span style="color: #0000BB">preExecute</span><span style="color: #007700">();</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$viewName </span><span style="color: #007700">= </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">context</span><span style="color: #007700">-></span><span style="color: #0000BB">getRequest</span><span style="color: #007700">());</li>
|
|
<li> </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-></span><span style="color: #0000BB">postExecute</span><span style="color: #007700">();</li>
|
|
<li></li>
|
|
<li> return </span><span style="color: #0000BB">null </span><span style="color: #007700">=== </span><span style="color: #0000BB">$viewName </span><span style="color: #007700">? </span><span style="color: #0000BB">sfView</span><span style="color: #007700">::</span><span style="color: #0000BB">SUCCESS </span><span style="color: #007700">: </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> }</li>
|
|
<li> }</li>
|
|
<li></li>
|
|
<li class="selected"> return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">executeAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li></li>
|
|
<li> </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>
|
|
<li> try</li>
|
|
<li> {</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$result </span><span style="color: #007700">= </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">, </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> catch (</span><span style="color: #0000BB">opRuntimeException $e</span><span style="color: #007700">)</li>
|
|
<li> {</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> {</li>
|
|
<li> </span><span style="color: #0000BB">$timer </span><span style="color: #007700">= </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 "%s/%s"'</span><span style="color: #007700">, </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-></span><span style="color: #0000BB">getModuleName</span><span style="color: #007700">(), </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-></span><span style="color: #0000BB">getActionName</span><span style="color: #007700">()));</li>
|
|
<li></li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$viewName </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</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">, </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">);</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #0000BB">$timer</span><span style="color: #007700">-></span><span style="color: #0000BB">addTime</span><span style="color: #007700">();</li>
|
|
<li> </span><span style="color: #0000BB">$timer </span><span style="color: #007700">= </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 "%s" for "%s/%s"'</span><span style="color: #007700">, </span><span style="color: #0000BB">$viewName</span><span style="color: #007700">, </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-></span><span style="color: #0000BB">getModuleName</span><span style="color: #007700">(), </span><span style="color: #0000BB">$actionInstance</span><span style="color: #007700">-></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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// execute the next filter</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">]-></span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> }</li>
|
|
<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> */</li>
|
|
<li> </span><span style="color: #007700">public function </span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">)</li>
|
|
<li> {</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #0000BB">$response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getContext</span><span style="color: #007700">()-></span><span style="color: #0000BB">getResponse</span><span style="color: #007700">();</li>
|
|
<li> </span><span style="color: #0000BB">$request </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getContext</span><span style="color: #007700">()-></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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// execute the next filter</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">]-></span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> }</li>
|
|
<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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// the user has access, continue</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
|
|
<li> }</li>
|
|
<li></li>
|
|
<li> </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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// execute the next filter</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">]-></span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> }</li>
|
|
<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>
|
|
<li> if (!</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>
|
|
<li> {</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
|
|
<li> }</li>
|
|
<li> elseif (</span><span style="color: #DD0000">'homepage' </span><span style="color: #007700">=== </span><span style="color: #0000BB">$route</span><span style="color: #007700">)</li>
|
|
<li> {</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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// execute the next filter</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">]-></span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> }</li>
|
|
<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> }</li>
|
|
<li> }</li>
|
|
<li></li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
|
|
<li> }</li>
|
|
<li>}</li>
|
|
<li></span>
|
|
</span>
|
|
</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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// execute the next filter</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">]-></span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> }</li>
|
|
<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> */</li>
|
|
<li> </span><span style="color: #007700">public function </span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">)</li>
|
|
<li> {</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
|
|
<li></li>
|
|
<li> if (!</span><span style="color: #0000BB">headers_sent</span><span style="color: #007700">())</li>
|
|
<li> {</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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// execute the next filter</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">]-></span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> }</li>
|
|
<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> </span><span style="color: #007700">public function </span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">)</li>
|
|
<li> {</li>
|
|
<li> </span><span style="color: #FF8000">// execute next filter</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// get response object</li>
|
|
<li> </span><span style="color: #0000BB">$response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">context</span><span style="color: #007700">-></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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// execute the next filter</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">chain</span><span style="color: #007700">[</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">]-></span><span style="color: #0000BB">execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> }</li>
|
|
<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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// process the filter chain</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$filterChain</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</li>
|
|
<li> }</li>
|
|
<li> else</li>
|
|
<li> {</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> }</li>
|
|
<li></li>
|
|
<li> </span><span style="color: #FF8000">// make the first request</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">forward</span><span style="color: #007700">(</span><span style="color: #0000BB">$moduleName</span><span style="color: #007700">, </span><span style="color: #0000BB">$actionName</span><span style="color: #007700">);</li>
|
|
<li> }</li>
|
|
<li> catch (</span><span style="color: #0000BB">sfException $e</span><span style="color: #007700">)</li>
|
|
<li> {</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> */</li>
|
|
<li> </span><span style="color: #007700">public function </span><span style="color: #0000BB">dispatch</span><span style="color: #007700">()</li>
|
|
<li> {</li>
|
|
<li class="selected"> </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getController</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">();</li>
|
|
<li> }</li>
|
|
<li></li>
|
|
<li> </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>
|
|
<li></li>
|
|
<li></span><span style="color: #0000BB">$configuration </span><span style="color: #007700">= </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">, </span><span style="color: #DD0000">'dev'</span><span style="color: #007700">, </span><span style="color: #0000BB">true</span><span style="color: #007700">);</li>
|
|
<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">)-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">();</li>
|
|
<li></span>
|
|
</span>
|
|
</li></ol></ul></li></ul>
|
|
|
|
<h2>symfony settings <a href="#" onclick="toggle('sf_settings'); return false;">...</a></h2>
|
|
<div id="sf_settings" style="display: none"><pre>app_blog_action_size: 20
|
|
app_blog_component_size: 5
|
|
app_blog_rss_cache_dir: /plugins/opBlogPlugin
|
|
app_diary_comment_is_upload_images: true
|
|
app_diary_comment_max_image_file_num: 3
|
|
app_diary_is_upload_images: true
|
|
app_diary_max_image_file_num: 3
|
|
app_line_introfriend: 5
|
|
app_max_introfriend: 5
|
|
app_message_is_upload_images: true
|
|
app_message_max_image_file_num: 3
|
|
app_message_pagenate_size: 20
|
|
app_ranking_display_self_introduction: false
|
|
app_update_blog_rss_cache_limit: 100
|
|
app_update_span_minute: 5
|
|
doctrine_model_builder_options:
|
|
baseClassName: opDoctrineRecord
|
|
mod_calendarapi_enabled: true
|
|
mod_calendarapi_view_class: op
|
|
op_auth_MailAddress:
|
|
invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
|
|
enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
|
|
enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
|
|
self_invite_action: { IsConfig: false, Default: opAuthMailAddress/requestRegisterURL }
|
|
admin_invite: { IsConfig: false, Default: true }
|
|
help_login_error_action: { Name: self_invite_action, Caption: '', FormType: '', ValueType: '', IsConfig: false, IsRequired: false, Default: opAuthMailAddress/helpLoginError }
|
|
is_check_multiple_address: { Name: is_check_multiple_address, Caption: ログイン用メールアドレス設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [PCメールアドレスと携帯メールアドレスの両方を受け付ける, PCメールアドレスと携帯メールアドレスのどちらか一方を受け付ける] }
|
|
auth_mode_caption: { IsConfig: 0, Default: 'E-mail Address Login' }
|
|
op_auth_MobileUID:
|
|
invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
|
|
enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: 0, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
|
|
enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
|
|
self_invite_action: { IsConfig: false, Default: '' }
|
|
admin_invite: { IsConfig: false, Default: false }
|
|
uid_type: { Name: uid_type, Caption: '認証に使用する ID の設定', FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: ['Cookie 内のユニークな ID のみによって認証をおこなう', 'Cookie が利用できる端末の場合は Cookie 内のユニークな ID を用い、それ以外の端末では携帯電話個体識別番号によって認証をおこなう', '携帯電話個体識別番号のみによって認証をおこなう (非推奨)'] }
|
|
allow_fallback_uid: { Name: allow_fallback_uid, Caption: '(ドコモ、ソフトバンクのみ) 主となる携帯電話個体識別番号が取得できなかった場合に、代替の携帯電話個体識別番号を取得するかどうか', FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [取得しない, '取得する (非推奨)'] }
|
|
auth_mode_caption: { IsConfig: 0, Default: 'Mobile-UID Login (For Japanese mobile phone)' }
|
|
op_auth_OpenID:
|
|
invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
|
|
enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
|
|
enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: false, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
|
|
self_invite_action: { IsConfig: false, Default: '' }
|
|
admin_invite: { IsConfig: false, Default: false }
|
|
op_base_url: 'http://36x.sano.dazai2.pne.jp'
|
|
op_check_session_site_identifier: true
|
|
op_doctrine_cache_key_prefix: ''
|
|
op_http_proxy: ''
|
|
op_image_storage: Default
|
|
op_imagemagick_path: /usr/bin/convert
|
|
op_is_mail_address_contain_hash: true
|
|
op_is_restrict_mail_template: true
|
|
op_is_use_captcha: 1
|
|
op_is_use_mobile_cookie: true
|
|
op_mail_address_hash_length: 12
|
|
op_mail_domain: 36x.sano.dazai2.pne.jp
|
|
op_mobile_proxys:
|
|
Google: 'http://www.google.co.jp/gwt/x?u='
|
|
op_remember_login_limit: 2592000
|
|
op_resize_limit_size: '819200000000000000000000'
|
|
op_session_life_time:
|
|
pc_frontend: { idletime: 432000 }
|
|
mobile_frontend: { idletime: 3600 }
|
|
pc_backend: { idletime: 86400 }
|
|
op_sid_secret: '1408532661'
|
|
op_ssl_base_url:
|
|
pc_frontend: 'https://example.com'
|
|
mobile_frontend: 'https://example.com'
|
|
pc_backend: 'https://example.com'
|
|
api: 'https://example.com'
|
|
op_ssl_required_actions:
|
|
pc_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite]
|
|
mobile_frontend: [member/editProfile, member/config, member/logout, member/invite]
|
|
pc_backend: { }
|
|
op_ssl_required_applications:
|
|
- pc_backend
|
|
op_ssl_selectable_actions:
|
|
pc_frontend: [default/customizingCss]
|
|
mobile_frontend: [member/register, member/registerInput, member/registerEnd, member/login, member/configUID, member/registerMobileToRegisterEnd]
|
|
pc_backend: { }
|
|
op_supported_languages:
|
|
- en
|
|
- ja_JP
|
|
op_table_prefix: ''
|
|
op_use_imagemagick: 0
|
|
op_use_ssl: false
|
|
openpne_community_category:
|
|
general: [calendar_show_flag, public_flag, topic_authority, register_policy, description]
|
|
openpne_community_category_attribute: { }
|
|
openpne_community_config:
|
|
calendar_show_flag: { Name: calendar_show_flag, Caption: 'Calendar Show Flag', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: none, Choices: { all: 'All Community Member''s opened Schedule and Community Event', only_member_schedule: 'Only Member''s opend Schedule', only_community_event: 'Only Community Event', none: 'Invalidate a calendar' } }
|
|
public_flag: { Name: public_flag, Caption: 'Authority to Read Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: 'Everyone can read', auth_commu_member: 'Only %community%''s members can read' } }
|
|
topic_authority: { Name: topic_authority, Caption: 'Authority to Create Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: '%Community%''s members can create', admin_only: 'Only %community%''s admin can create' } }
|
|
register_policy: { Name: register_policy, Caption: 'Register policy', FormType: radio, Default: open, Choices: { open: 'Everyone can join', close: '%Community%''s admin authorization needed' }, IsUnique: false, IsRequired: true }
|
|
description: { Name: description, Caption: '%community% Description', FormType: textarea, ValueType: string, IsUnique: false, IsRequired: true }
|
|
openpne_member_category:
|
|
secretQuestion: [secret_question, secret_answer]
|
|
blogUrl: [blog_url]
|
|
schedule: [schedule]
|
|
diary: [diary]
|
|
general: { }
|
|
publicFlag: [profile_page_public_flag, age_public_flag]
|
|
pcAddress: [pc_address]
|
|
mobileAddress: [mobile_address]
|
|
password: [password]
|
|
accessBlock: [access_block]
|
|
mail: [daily_news]
|
|
language: [language, time_zone]
|
|
openpne_member_category_attribute:
|
|
secretQuestion: { caption: 'Secret Question Configuration', enable_pc: true, enable_mobile: true }
|
|
blogUrl: { caption: 'Blog URL Configuration', enable_pc: true, enable_mobile: false }
|
|
schedule: { caption: 'Schedule Configuration', enable_pc: true, enable_mobile: false }
|
|
diary: { caption: 'Diary Configuration', enable_pc: true, enable_mobile: true }
|
|
general: { caption: 'General Configuration', enable_pc: true, enable_mobile: true }
|
|
publicFlag: { caption: 'Public Flag Configuration', enable_pc: true, enable_mobile: true }
|
|
pcAddress: { caption: 'PC E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_pc }
|
|
mobileAddress: { caption: 'Mobile E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_mobile }
|
|
password: { caption: 'Password Configuration', enable_pc: true, enable_mobile: true }
|
|
accessBlock: { caption: 'Access Block Configuration', enable_pc: true, enable_mobile: true }
|
|
mail: { caption: 'Mail Configuration', enable_pc: true, enable_mobile: true }
|
|
language: { caption: 'Language and Time Zone Configuration', enable_pc: true, enable_mobile: false }
|
|
openpne_member_config:
|
|
secret_question: { Name: secret_question, Caption: 'Secret Question', FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Choices: { 1: 'What is your father''s / mother''s former name?', 2: 'What is last 5 digits of your driving license number?', 3: 'What is your first crush''s name?', 4: 'What is your finished elementary school?', 5: 'What is region name of your domicile of origin?' } }
|
|
secret_answer: { Name: secret_answer, Caption: 'Answer for Secret Question', FormType: password, ValueType: text, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false }
|
|
blog_url: { Name: blog_url, Caption: 'Blog URL', FormType: input, ValueType: blog_url, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
|
|
schedule: null
|
|
diary: null
|
|
profile_page_public_flag: { Name: profile_page_public_flag, Caption: 'Public Flag for Profile Page', FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: 'All Users on the Web', 1: 'All Members' } }
|
|
age_public_flag: { Name: age_public_flag, Caption: 'Public Flag for Age', FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 3, Choices: { 4: 'All Users on the Web', 1: 'All Members', 2: '%my_friend%', 3: Private } }
|
|
pc_address: { Name: pc_address, Caption: 'PC E-mail Address', FormType: input, ValueType: pc_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
|
|
mobile_address: { Name: mobile_address, Caption: 'Mobile E-mail Address', FormType: input, ValueType: mobile_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
|
|
password: { Name: password, Caption: Password, Info: 'Password must be 6-12 characters.', FormType: password, ValueType: password, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: true }
|
|
access_block: { Name: access_block, Caption: 'Access Block', FormType: increased_input, ValueType: pass, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
|
|
daily_news: { Default: 2 }
|
|
language: { Name: language, Caption: Language, FormType: language_select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: ja_JP }
|
|
time_zone: { Name: time_zone, Caption: 'Time Zone', FormType: select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: '', Choices: { '': None, Pacific/Honolulu: '(GMT-10:00) Hawaii', America/Anchorage: '(GMT-09:00) Alaska', America/Los_Angeles: '(GMT-08:00) Pacific Time (US & Canada)', America/Phoenix: '(GMT-07:00) Arizona', America/Denver: '(GMT-07:00) Mountain Time (US & Canada)', America/Chicago: '(GMT-06:00) Central Time (US & Canada)', America/New_York: '(GMT-05:00) Eastern Time (US & Canada)', America/Indiana/Indianapolis: '(GMT-05:00) Indiana (East)', Kwajalein: '(GMT-12:00) International Date Line West', Pacific/Midway: '(GMT-11:00) Midway Island', Pacific/Samoa: '(GMT-11:00) Samoa', America/Tijuana: '(GMT-08:00) Tijuana, Baja California', America/Chihuahua: '(GMT-07:00) Chihuahua', America/Mazatlan: '(GMT-07:00) Mazatlan', America/Regina: '(GMT-06:00) Saskatchewan', America/Tegucigalpa: '(GMT-06:00) Central America', America/Mexico_City: '(GMT-06:00) Mexico City', America/Monterrey: '(GMT-06:00) Monterrey', America/Bogota: '(GMT-05:00) Bogota', America/Lima: '(GMT-05:00) Lima', America/Rio_Branco: '(GMT-05:00) Rio Branco', America/Caracas: '(GMT-04:30) Caracas', America/Halifax: '(GMT-04:00) Atlantic Time (Canada)', America/Manaus: '(GMT-04:00) Manaus', America/Santiago: '(GMT-04:00) Santiago', America/La_Paz: '(GMT-04:00) La Paz', America/St_Johns: '(GMT-03:30) Newfoundland', America/Moncton: '(GMT-03:00) Georgetown', America/Sao_Paulo: '(GMT-03:00) Brasilia', America/Godthab: '(GMT-03:00) Greenland', America/Montevideo: '(GMT-03:00) Montevideo', Atlantic/South_Georgia: '(GMT-02:00) Mid-Atlantic', Atlantic/Azores: '(GMT-01:00) Azores', Atlantic/Cape_Verde: '(GMT-01:00) Cape Verde Is.', Europe/Dublin: '(GMT) Dublin', Europe/Lisbon: '(GMT) Lisbon', Europe/London: '(GMT) London', Africa/Monrovia: '(GMT) Monrovia', Atlantic/Reykjavik: '(GMT) Reykjavik', Africa/Casablanca: '(GMT) Casablanca', Europe/Belgrade: '(GMT+01:00) Belgrade', Europe/Bratislava: '(GMT+01:00) Bratislava', Europe/Budapest: '(GMT+01:00) Budapest', Europe/Ljubljana: '(GMT+01:00) Ljubljana', Europe/Prague: '(GMT+01:00) Prague', Europe/Sarajevo: '(GMT+01:00) Sarajevo', Europe/Skopje: '(GMT+01:00) Skopje', Europe/Warsaw: '(GMT+01:00) Warsaw', Europe/Zagreb: '(GMT+01:00) Zagreb', Europe/Brussels: '(GMT+01:00) Brussels', Europe/Copenhagen: '(GMT+01:00) Copenhagen', Europe/Madrid: '(GMT+01:00) Madrid', Europe/Paris: '(GMT+01:00) Paris', Africa/Algiers: '(GMT+01:00) West Central Africa', Europe/Amsterdam: '(GMT+01:00) Amsterdam', Europe/Berlin: '(GMT+01:00) Berlin', Europe/Rome: '(GMT+01:00) Rome', Europe/Stockholm: '(GMT+01:00) Stockholm', Europe/Vienna: '(GMT+01:00) Vienna', Europe/Minsk: '(GMT+02:00) Minsk', Africa/Cairo: '(GMT+02:00) Cairo', Europe/Helsinki: '(GMT+02:00) Helsinki', Europe/Riga: '(GMT+02:00) Riga', Europe/Sofia: '(GMT+02:00) Sofia', Europe/Tallinn: '(GMT+02:00) Tallinn', Europe/Vilnius: '(GMT+02:00) Vilnius', Europe/Athens: '(GMT+02:00) Athens', Europe/Bucharest: '(GMT+02:00) Bucharest', Europe/Istanbul: '(GMT+02:00) Istanbul', Asia/Jerusalem: '(GMT+02:00) Jerusalem', Asia/Amman: '(GMT+02:00) Amman', Asia/Beirut: '(GMT+02:00) Beirut', Africa/Windhoek: '(GMT+02:00) Windhoek', Africa/Harare: '(GMT+02:00) Harare', Asia/Kuwait: '(GMT+03:00) Kuwait', Asia/Riyadh: '(GMT+03:00) Riyadh', Asia/Baghdad: '(GMT+03:00) Baghdad', Africa/Nairobi: '(GMT+03:00) Nairobi', Asia/Tbilisi: '(GMT+03:00) Tbilisi', Europe/Moscow: '(GMT+03:00) Moscow', Europe/Volgograd: '(GMT+03:00) Volgograd', Asia/Tehran: '(GMT+03:30) Tehran', Asia/Muscat: '(GMT+04:00) Muscat', Asia/Baku: '(GMT+04:00) Baku', Asia/Yerevan: '(GMT+04:00) Yerevan', Asia/Kabul: '(GMT+04:30) Kabul', Asia/Yekaterinburg: '(GMT+05:00) Ekaterinburg', Asia/Karachi: '(GMT+05:00) Karachi', Asia/Tashkent: '(GMT+05:00) Tashkent', Asia/Calcutta: '(GMT+05:30) Calcutta', Asia/Colombo: '(GMT+05:30) Sri Jayawardenepura', Asia/Katmandu: '(GMT+05:45) Kathmandu', Asia/Dhaka: '(GMT+06:00) Dhaka', Asia/Almaty: '(GMT+06:00) Almaty', Asia/Novosibirsk: '(GMT+06:00) Novosibirsk', Asia/Rangoon: '(GMT+06:30) Yangon (Rangoon)', Asia/Krasnoyarsk: '(GMT+07:00) Krasnoyarsk', Asia/Bangkok: '(GMT+07:00) Bangkok', Asia/Jakarta: '(GMT+07:00) Jakarta', Asia/Brunei: '(GMT+08:00) Beijing', Asia/Chongqing: '(GMT+08:00) Chongqing', Asia/Hong_Kong: '(GMT+08:00) Hong Kong', Asia/Urumqi: '(GMT+08:00) Urumqi', Asia/Irkutsk: '(GMT+08:00) Irkutsk', Asia/Ulaanbaatar: '(GMT+08:00) Ulaan Bataar', Asia/Kuala_Lumpur: '(GMT+08:00) Kuala Lumpur', Asia/Singapore: '(GMT+08:00) Singapore', Asia/Taipei: '(GMT+08:00) Taipei', Australia/Perth: '(GMT+08:00) Perth', Asia/Seoul: '(GMT+09:00) Seoul', Asia/Tokyo: '(GMT+09:00) Tokyo', Asia/Yakutsk: '(GMT+09:00) Yakutsk', Australia/Darwin: '(GMT+09:30) Darwin', Australia/Adelaide: '(GMT+09:30) Adelaide', Australia/Canberra: '(GMT+10:00) Canberra', Australia/Melbourne: '(GMT+10:00) Melbourne', Australia/Sydney: '(GMT+10:00) Sydney', Australia/Brisbane: '(GMT+10:00) Brisbane', Australia/Hobart: '(GMT+10:00) Hobart', Asia/Vladivostok: '(GMT+10:00) Vladivostok', Pacific/Guam: '(GMT+10:00) Guam', Pacific/Port_Moresby: '(GMT+10:00) Port Moresby', Asia/Magadan: '(GMT+11:00) Magadan', Pacific/Fiji: '(GMT+12:00) Fiji', Asia/Kamchatka: '(GMT+12:00) Kamchatka', Pacific/Auckland: '(GMT+12:00) Auckland', Pacific/Tongatapu: '(GMT+13:00) Nuku''alofa', Pacific/Kiritimati: '(GMT+14:00) Kiritimati' } }
|
|
openpne_sns_category:
|
|
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]
|
|
external_login_page: [external_pc_login_url, external_mobile_login_url]
|
|
authentication: [enable_registration]
|
|
mobile: [retrieve_uid, font_size, is_check_mobile_ip]
|
|
policy: [user_agreement, privacy_policy]
|
|
footer: [footer_before, footer_after]
|
|
api_keys: [google_maps_api_key, google_AJAX_search_api_key]
|
|
openpne_sns_category_attribute:
|
|
general: { Caption: 'General Configuration' }
|
|
external_login_page: { Caption: 'External Login Page Configuration' }
|
|
authentication: { Caption: 'Authentication Configuration' }
|
|
mobile: { Caption: 'Mobile Configuration' }
|
|
policy: { Caption: 'Site Policy Configuration' }
|
|
footer: { Hidden: true }
|
|
api_keys: { Caption: 'API キーの設定' }
|
|
openpne_sns_config:
|
|
sns_name: { Name: sns_name, Caption: SNS名, FormType: input, ValueType: text, Default: MySNS, IsRequired: true }
|
|
sns_title: { Name: sns_title, Caption: ページタイトル, Help: 'HTML の title 要素の内容になります', FormType: input, ValueType: text, Default: '', IsRequired: false }
|
|
admin_mail_address: { Name: admin_mail_address, Caption: 管理者メールアドレス, FormType: input, ValueType: email, Default: sns@example.com, IsRequired: true, IsTrim: true }
|
|
enable_pc: { Name: enable_pc, Caption: PC版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] }
|
|
enable_mobile: { Name: enable_mobile, Caption: 携帯版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] }
|
|
enable_friend_link: { Name: enable_friend_link, Caption: フレンドリンク使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
|
|
image_max_filesize: { Name: image_max_filesize, Caption: アップロード画像のファイルサイズ制限(bytes), FormType: input, ValueType: regexp, ValueRegexp: '/^[1-9]\d*[K|M]?$/', IsRequired: true, IsTrim: true, Default: 300K }
|
|
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] }
|
|
is_use_captcha: { Name: is_use_captcha, Caption: 'CAPTCHA 使用設定', Help: 'CAPTCHA (画像のなかの文字列をメンバーに入力させる認証方式) を使用するかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
|
|
is_allow_post_activity: { Name: is_allow_post_activity, Caption: アクティビティ投稿設定, Help: メンバーからのアクティビティ投稿の可否を設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [許可しない, 許可する] }
|
|
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全体に公開) } }
|
|
is_allow_web_public_flag_age: { Name: is_allow_web_public_flag_age, Caption: 'Web 全体への年齢公開許可設定', Help: 'メンバーが年齢を Web 全体に公開できるようにするかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [メンバーの設定を許可しない, メンバーの設定を許可する] }
|
|
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: - }
|
|
enable_language: { Name: enable_language, Caption: 言語とタイムゾーンの設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
|
|
enable_connection: { Name: enable_connection, Caption: 外部サービスとの接続設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
|
|
enable_openid: { Name: enable_openid, Caption: 'OpenID Provider 使用設定', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
|
|
external_pc_login_url: { Name: external_pc_login_url, Caption: PC版外部ログインページURL, Help: 'PC版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します<br />※ここで指定するページにはログインフォームを置いておく必要があります<br />※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false, IsTrim: true }
|
|
external_mobile_login_url: { Name: external_mobile_login_url, Caption: 携帯版外部ログインページURL, Help: '携帯版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します<br />※ここで指定するページにはログインフォームを置いておく必要があります<br />※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false, IsTrim: true }
|
|
enable_registration: { Name: enable_registration, Caption: 登録の可否, FormType: radio, ValueType: integer, IsRequired: true, Default: 3, Choices: [PC・携帯両方から登録可, PCからのみ登録可, 携帯からのみ登録可, 登録一時停止] }
|
|
retrieve_uid: { Name: retrieve_uid, Caption: メンバー登録時の携帯個体識別番号取得設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [PC・携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号を取得する(任意), 携帯登録時には携帯個体識別番号を取得しない] }
|
|
font_size: { Name: font_size, Caption: 携帯版フォントサイズ指定設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 0, Choices: [フォントサイズを指定する, フォントサイズを指定しない] }
|
|
is_check_mobile_ip: { Name: is_check_mobile_ip, Caption: 携帯電話のIP帯域設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [携帯電話のIP帯域をチェックする, 携帯電話のIP帯域をチェックしない] }
|
|
user_agreement: { Name: user_agreement, Caption: 利用規約, FormType: textarea, ValueType: string, IsRequired: true, Default: "利用規約はただいま準備中です。\nThe User Agreement is under construction." }
|
|
privacy_policy: { Name: privacy_policy, Caption: プライバシーポリシー, FormType: textarea, ValueType: string, IsRequired: true, Default: "プライバシーポリシーはただいま準備中です。\nThe Privacy Policy is under construction." }
|
|
footer_before: { Name: footer_before, Caption: ログイン前フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by <a href="http://www.openpne.jp/" target="_blank">OpenPNE</a>' }
|
|
footer_after: { Name: footer_after, Caption: ログイン後フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by <a href="http://www.openpne.jp/" target="_blank">OpenPNE</a>' }
|
|
google_maps_api_key: { Name: 'google maps api key', Caption: 'google maps api key', FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: '' }
|
|
google_AJAX_search_api_key: { Name: 'google AJAX search api key', Caption: 'google AJAX search api key', FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: '' }
|
|
sf_admin_module_web_dir: /sfDoctrinePlugin
|
|
sf_admin_web_dir: /sf/sf_admin
|
|
sf_app: pc_frontend
|
|
sf_app_base_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend
|
|
sf_app_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev
|
|
sf_app_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/config
|
|
sf_app_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend
|
|
sf_app_i18n_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/i18n
|
|
sf_app_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/lib
|
|
sf_app_module_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/modules
|
|
sf_app_template_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/templates
|
|
sf_apps_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps
|
|
sf_cache: false
|
|
sf_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler
|
|
sf_charset: utf-8
|
|
sf_check_lock: false
|
|
sf_compressed: false
|
|
sf_config_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/config
|
|
sf_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/config
|
|
sf_csrf_secret: 1405056254
|
|
sf_data_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/data
|
|
sf_debug: true
|
|
sf_default_culture: ja_JP
|
|
sf_enabled_modules:
|
|
- default
|
|
- image
|
|
sf_environment: dev
|
|
sf_error_404_action: error404
|
|
sf_error_404_module: default
|
|
sf_error_reporting: 30719
|
|
sf_escaping_method: ESC_SPECIALCHARS
|
|
sf_escaping_strategy: true
|
|
sf_etag: false
|
|
sf_file_link_format: null
|
|
sf_i18n: on
|
|
sf_i18n_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/i18n
|
|
sf_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib
|
|
sf_log_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/log
|
|
sf_logging_enabled: true
|
|
sf_login_action: login
|
|
sf_login_module: member
|
|
sf_module_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/modules
|
|
sf_module_disabled_action: disabled
|
|
sf_module_disabled_module: default
|
|
sf_no_script_name: false
|
|
sf_orm: doctrine
|
|
sf_plugins_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/plugins
|
|
sf_prototype_web_dir: /sfProtoculousPlugin
|
|
sf_root_dir: /home/sano/sns/36x.sano.dazai2.pne.jp
|
|
sf_secure_action: secure
|
|
sf_secure_module: default
|
|
sf_standard_helpers:
|
|
- Partial
|
|
- Cache
|
|
- I18N
|
|
- opParts
|
|
- sfImage
|
|
- opUtil
|
|
sf_symfony_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib/vendor/symfony/lib
|
|
sf_template_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/template
|
|
sf_test_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/test
|
|
sf_test_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/test
|
|
sf_upload_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web/uploads
|
|
sf_use_database: true
|
|
sf_web_debug: true
|
|
sf_web_debug_web_dir: /sf/sf_web_debug
|
|
sf_web_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web
|
|
</pre></div>
|
|
|
|
<h2>request <a href="#" onclick="toggle('sf_request'); return false;">...</a></h2>
|
|
<div id="sf_request" style="display: none"><pre>options:
|
|
path_info_key: PATH_INFO
|
|
path_info_array: SERVER
|
|
http_port: null
|
|
https_port: null
|
|
default_format: null
|
|
logging: '1'
|
|
relative_url_root: null
|
|
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 }
|
|
no_script_name: false
|
|
parameterHolder:
|
|
action: index
|
|
module: calendarApi
|
|
attributeHolder:
|
|
sf_route: 'sfRoute Object()'
|
|
</pre></div>
|
|
|
|
<h2>response <a href="#" onclick="toggle('sf_response'); return false;">...</a></h2>
|
|
<div id="sf_response" style="display: none"><pre>status:
|
|
code: 404
|
|
text: 'Not Found'
|
|
options:
|
|
http_protocol: HTTP/1.1
|
|
logging: '1'
|
|
charset: utf-8
|
|
send_http_headers: true
|
|
content_type: 'text/html; charset=utf-8'
|
|
cookies: { }
|
|
httpHeaders:
|
|
Content-Type: 'text/html; charset=utf-8'
|
|
javascripts: { }
|
|
stylesheets: { }
|
|
metas: { }
|
|
httpMetas: { }
|
|
</pre></div>
|
|
|
|
<h2>user <a href="#" onclick="toggle('sf_user'); return false;">...</a></h2>
|
|
<div id="sf_user" style="display: none"><pre>options:
|
|
auto_shutdown: false
|
|
culture: null
|
|
default_culture: ja_JP
|
|
use_flash: true
|
|
logging: '1'
|
|
timeout: 432000
|
|
session_namespaces: [OpenPNE/user/opSecurityUser/site_identifier, symfony/user/sfUser/lastRequest, symfony/user/sfUser/authenticated, symfony/user/sfUser/credentials, symfony/user/sfUser/attributes]
|
|
attributeHolder:
|
|
opSecurityUser: { auth_mode: MailAddress, member_id: '1' }
|
|
symfony/user/sfUser/flash: { }
|
|
symfony/user/sfUser/flash/remove: { }
|
|
culture: ja_JP
|
|
authenticated: true
|
|
credentials:
|
|
- SNSMember
|
|
lastRequest: 1429180453
|
|
</pre></div>
|
|
|
|
<h2>global vars <a href="#" onclick="toggle('sf_globals'); return false;">...</a></h2>
|
|
<div id="sf_globals" style="display: none"><pre>cookie:
|
|
OpenPNE_pc_backend: fojfkaq4nr74ntgmogiek5l2s5
|
|
OpenPNE_pc_frontend: 6gbftmlogjrr13eka16gqllol6
|
|
_ga: GA1.2.336210598.1417069258
|
|
env: { }
|
|
files: { }
|
|
get: { }
|
|
post: { }
|
|
server:
|
|
DOCUMENT_ROOT: /var/www/html
|
|
GATEWAY_INTERFACE: CGI/1.1
|
|
HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
|
|
HTTP_ACCEPT_ENCODING: 'gzip, deflate'
|
|
HTTP_ACCEPT_LANGUAGE: 'ja,en-US;q=0.7,en;q=0.3'
|
|
HTTP_CONNECTION: keep-alive
|
|
HTTP_COOKIE: '_ga=GA1.2.336210598.1417069258; OpenPNE_pc_frontend=6gbftmlogjrr13eka16gqllol6; OpenPNE_pc_backend=fojfkaq4nr74ntgmogiek5l2s5'
|
|
HTTP_HOST: 36x.sano.dazai2.pne.jp
|
|
HTTP_USER_AGENT: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0'
|
|
PATH: '/sbin:/usr/sbin:/bin:/usr/bin'
|
|
PATH_INFO: /calendarApi
|
|
PATH_TRANSLATED: 'redirect:/index.php'
|
|
PHP_AUTH_PW: himitsu
|
|
PHP_AUTH_USER: secret
|
|
PHP_SELF: /pc_frontend_dev.php/calendarApi
|
|
QUERY_STRING: ''
|
|
REMOTE_ADDR: 219.103.217.135
|
|
REMOTE_PORT: '62074'
|
|
REQUEST_METHOD: GET
|
|
REQUEST_TIME: 1429180449
|
|
REQUEST_URI: /pc_frontend_dev.php/calendarApi
|
|
SCRIPT_FILENAME: /var/www/sns/36x.sano.dazai2.pne.jp/public_html/pc_frontend_dev.php
|
|
SCRIPT_NAME: /pc_frontend_dev.php
|
|
SERVER_ADDR: 49.212.20.148
|
|
SERVER_ADMIN: root@localhost
|
|
SERVER_NAME: 36x.sano.dazai2.pne.jp
|
|
SERVER_PORT: '80'
|
|
SERVER_PROTOCOL: HTTP/1.1
|
|
SERVER_SIGNATURE: ''
|
|
SERVER_SOFTWARE: Apache
|
|
session:
|
|
OpenPNE/user/opSecurityUser/site_identifier: 'http://36x.sano.dazai2.pne.jp'
|
|
captcha_keystring: h97nc3
|
|
symfony/user/sfUser/attributes: { opSecurityUser: { auth_mode: MailAddress, member_id: '1' }, symfony/user/sfUser/flash: { }, symfony/user/sfUser/flash/remove: { } }
|
|
symfony/user/sfUser/authenticated: true
|
|
symfony/user/sfUser/credentials: [SNSMember]
|
|
symfony/user/sfUser/culture: ja_JP
|
|
symfony/user/sfUser/lastRequest: 1429180434
|
|
</pre></div>
|
|
|
|
<p id="footer">
|
|
symfony v.1.4.13 - php 5.3.3<br />
|
|
for help resolving this issue, please visit <a href="http://www.symfony-project.org/">http://www.symfony-project.org/</a>.
|
|
</p>
|
|
</div></center>
|
|
<script type="text/javascript">/* <![CDATA[ */
|
|
function sfWebDebugGetElementsByClassName(strClass, strTag, objContElm)
|
|
{
|
|
// http://muffinresearch.co.uk/archives/2006/04/29/getelementsbyclassname-deluxe-edition/
|
|
strTag = strTag || "*";
|
|
objContElm = objContElm || document;
|
|
var objColl = (strTag == '*' && document.all) ? document.all : objContElm.getElementsByTagName(strTag);
|
|
var arr = new Array();
|
|
var delim = strClass.indexOf('|') != -1 ? '|' : ' ';
|
|
var arrClass = strClass.split(delim);
|
|
var j = objColl.length;
|
|
for (var i = 0; i < j; i++) {
|
|
if(objColl[i].className == undefined) continue;
|
|
var arrObjClass = objColl[i].className.split ? objColl[i].className.split(' ') : [];
|
|
if (delim == ' ' && arrClass.length > arrObjClass.length) continue;
|
|
var c = 0;
|
|
comparisonLoop:
|
|
{
|
|
var l = arrObjClass.length;
|
|
for (var k = 0; k < l; k++) {
|
|
var n = arrClass.length;
|
|
for (var m = 0; m < n; m++) {
|
|
if (arrClass[m] == arrObjClass[k]) c++;
|
|
if (( delim == '|' && c == 1) || (delim == ' ' && c == arrClass.length)) {
|
|
arr.push(objColl[i]);
|
|
break comparisonLoop;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return arr;
|
|
}
|
|
|
|
function sfWebDebugToggleMenu()
|
|
{
|
|
var element = document.getElementById('sfWebDebugDetails');
|
|
|
|
var cacheElements = sfWebDebugGetElementsByClassName('sfWebDebugCache');
|
|
var mainCacheElements = sfWebDebugGetElementsByClassName('sfWebDebugActionCache');
|
|
var panelElements = sfWebDebugGetElementsByClassName('sfWebDebugTop');
|
|
|
|
if (element.style.display != 'none')
|
|
{
|
|
for (var i = 0; i < panelElements.length; ++i)
|
|
{
|
|
panelElements[i].style.display = 'none';
|
|
}
|
|
|
|
// hide all cache information
|
|
for (var i = 0; i < cacheElements.length; ++i)
|
|
{
|
|
cacheElements[i].style.display = 'none';
|
|
}
|
|
for (var i = 0; i < mainCacheElements.length; ++i)
|
|
{
|
|
mainCacheElements[i].style.border = 'none';
|
|
}
|
|
}
|
|
else
|
|
{
|
|
for (var i = 0; i < cacheElements.length; ++i)
|
|
{
|
|
cacheElements[i].style.display = '';
|
|
}
|
|
for (var i = 0; i < mainCacheElements.length; ++i)
|
|
{
|
|
mainCacheElements[i].style.border = '1px solid #f00';
|
|
}
|
|
}
|
|
|
|
sfWebDebugToggle('sfWebDebugDetails');
|
|
sfWebDebugToggle('sfWebDebugShowMenu');
|
|
sfWebDebugToggle('sfWebDebugHideMenu');
|
|
}
|
|
|
|
function sfWebDebugShowDetailsFor(element)
|
|
{
|
|
if (typeof element == 'string')
|
|
element = document.getElementById(element);
|
|
|
|
var panelElements = sfWebDebugGetElementsByClassName('sfWebDebugTop');
|
|
for (var i = 0; i < panelElements.length; ++i)
|
|
{
|
|
if (panelElements[i] != element)
|
|
{
|
|
panelElements[i].style.display = 'none';
|
|
}
|
|
}
|
|
|
|
sfWebDebugToggle(element);
|
|
}
|
|
|
|
function sfWebDebugToggle(element)
|
|
{
|
|
if (typeof element == 'string')
|
|
element = document.getElementById(element);
|
|
|
|
if (element)
|
|
element.style.display = element.style.display == 'none' ? '' : 'none';
|
|
}
|
|
|
|
function sfWebDebugToggleMessages(klass)
|
|
{
|
|
var elements = sfWebDebugGetElementsByClassName(klass);
|
|
|
|
var x = elements.length;
|
|
for (var i = 0; i < x; ++i)
|
|
{
|
|
sfWebDebugToggle(elements[i]);
|
|
}
|
|
}
|
|
|
|
function sfWebDebugToggleAllLogLines(show, klass)
|
|
{
|
|
var elements = sfWebDebugGetElementsByClassName(klass);
|
|
var x = elements.length;
|
|
for (var i = 0; i < x; ++i)
|
|
{
|
|
elements[i].style.display = show ? '' : 'none';
|
|
}
|
|
}
|
|
|
|
function sfWebDebugShowOnlyLogLines(type)
|
|
{
|
|
var types = new Array();
|
|
types[0] = 'info';
|
|
types[1] = 'warning';
|
|
types[2] = 'error';
|
|
for (klass in types)
|
|
{
|
|
var elements = sfWebDebugGetElementsByClassName('sfWebDebug' + types[klass].substring(0, 1).toUpperCase() + types[klass].substring(1, types[klass].length));
|
|
var x = elements.length;
|
|
for (var i = 0; i < x; ++i)
|
|
{
|
|
if ('tr' == elements[i].tagName.toLowerCase())
|
|
{
|
|
elements[i].style.display = (type == types[klass]) ? '' : 'none';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/* ]]> */</script>
|
|
<div id="sfWebDebug">
|
|
<div id="sfWebDebugBar">
|
|
<a href="#" onclick="sfWebDebugToggleMenu(); return false;"><img src="/sf/sf_web_debug/images/sf.png" alt="Debug toolbar" /></a>
|
|
|
|
<ul id="sfWebDebugDetails" class="sfWebDebugMenu">
|
|
<li><span id="sfWebDebugSymfonyVersion">1.4.13</span></li>
|
|
<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>
|
|
<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>
|
|
<li><img src="/sf/sf_web_debug/images/memory.png" alt="Memory" /> 45312.0 KB</li>
|
|
<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>
|
|
<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>
|
|
<li class="last">
|
|
<a href="#" onclick="document.getElementById('sfWebDebug').style.display='none'; return false;"><img src="/sf/sf_web_debug/images/close.png" alt="Close" /></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<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>
|
|
<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>
|
|
<div id="sfWebDebugRequest" style="display: none"><pre>options:
|
|
path_info_key: PATH_INFO
|
|
path_info_array: SERVER
|
|
http_port: null
|
|
https_port: null
|
|
default_format: null
|
|
logging: '1'
|
|
relative_url_root: null
|
|
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 }
|
|
no_script_name: false
|
|
parameterHolder:
|
|
action: index
|
|
module: calendarApi
|
|
attributeHolder:
|
|
sf_route: 'sfRoute Object()'
|
|
</pre></div>
|
|
|
|
<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>
|
|
<div id="sfWebDebugResponse" style="display: none"><pre>status:
|
|
code: 404
|
|
text: 'Not Found'
|
|
options:
|
|
http_protocol: HTTP/1.1
|
|
logging: '1'
|
|
charset: utf-8
|
|
send_http_headers: false
|
|
content_type: 'text/html; charset=utf-8'
|
|
cookies: { }
|
|
httpHeaders:
|
|
Content-Type: 'text/html; charset=utf-8'
|
|
javascripts: { }
|
|
stylesheets: { }
|
|
metas: { }
|
|
httpMetas: { }
|
|
</pre></div>
|
|
|
|
<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>
|
|
<div id="sfWebDebugUser" style="display: none"><pre>options:
|
|
auto_shutdown: false
|
|
culture: null
|
|
default_culture: ja_JP
|
|
use_flash: true
|
|
logging: '1'
|
|
timeout: 432000
|
|
session_namespaces: [OpenPNE/user/opSecurityUser/site_identifier, symfony/user/sfUser/lastRequest, symfony/user/sfUser/authenticated, symfony/user/sfUser/credentials, symfony/user/sfUser/attributes]
|
|
attributeHolder:
|
|
opSecurityUser: { auth_mode: MailAddress, member_id: '1' }
|
|
symfony/user/sfUser/flash: { }
|
|
symfony/user/sfUser/flash/remove: { }
|
|
culture: ja_JP
|
|
authenticated: true
|
|
credentials:
|
|
- SNSMember
|
|
lastRequest: 1429180453
|
|
</pre></div>
|
|
|
|
<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>
|
|
<div id="sfWebDebugSettings" style="display: none"><pre>app_blog_action_size: 20
|
|
app_blog_component_size: 5
|
|
app_blog_rss_cache_dir: /plugins/opBlogPlugin
|
|
app_diary_comment_is_upload_images: true
|
|
app_diary_comment_max_image_file_num: 3
|
|
app_diary_is_upload_images: true
|
|
app_diary_max_image_file_num: 3
|
|
app_line_introfriend: 5
|
|
app_max_introfriend: 5
|
|
app_message_is_upload_images: true
|
|
app_message_max_image_file_num: 3
|
|
app_message_pagenate_size: 20
|
|
app_ranking_display_self_introduction: false
|
|
app_update_blog_rss_cache_limit: 100
|
|
app_update_span_minute: 5
|
|
doctrine_model_builder_options:
|
|
baseClassName: opDoctrineRecord
|
|
mod_calendarapi_enabled: true
|
|
mod_calendarapi_view_class: op
|
|
op_auth_MailAddress:
|
|
invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
|
|
enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
|
|
enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
|
|
self_invite_action: { IsConfig: false, Default: opAuthMailAddress/requestRegisterURL }
|
|
admin_invite: { IsConfig: false, Default: true }
|
|
help_login_error_action: { Name: self_invite_action, Caption: '', FormType: '', ValueType: '', IsConfig: false, IsRequired: false, Default: opAuthMailAddress/helpLoginError }
|
|
is_check_multiple_address: { Name: is_check_multiple_address, Caption: ログイン用メールアドレス設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [PCメールアドレスと携帯メールアドレスの両方を受け付ける, PCメールアドレスと携帯メールアドレスのどちらか一方を受け付ける] }
|
|
auth_mode_caption: { IsConfig: 0, Default: 'E-mail Address Login' }
|
|
op_auth_MobileUID:
|
|
invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
|
|
enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: 0, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
|
|
enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] }
|
|
self_invite_action: { IsConfig: false, Default: '' }
|
|
admin_invite: { IsConfig: false, Default: false }
|
|
uid_type: { Name: uid_type, Caption: '認証に使用する ID の設定', FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: ['Cookie 内のユニークな ID のみによって認証をおこなう', 'Cookie が利用できる端末の場合は Cookie 内のユニークな ID を用い、それ以外の端末では携帯電話個体識別番号によって認証をおこなう', '携帯電話個体識別番号のみによって認証をおこなう (非推奨)'] }
|
|
allow_fallback_uid: { Name: allow_fallback_uid, Caption: '(ドコモ、ソフトバンクのみ) 主となる携帯電話個体識別番号が取得できなかった場合に、代替の携帯電話個体識別番号を取得するかどうか', FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [取得しない, '取得する (非推奨)'] }
|
|
auth_mode_caption: { IsConfig: 0, Default: 'Mobile-UID Login (For Japanese mobile phone)' }
|
|
op_auth_OpenID:
|
|
invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] }
|
|
enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
|
|
enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: false, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] }
|
|
self_invite_action: { IsConfig: false, Default: '' }
|
|
admin_invite: { IsConfig: false, Default: false }
|
|
op_base_url: 'http://36x.sano.dazai2.pne.jp'
|
|
op_check_session_site_identifier: true
|
|
op_doctrine_cache_key_prefix: ''
|
|
op_http_proxy: ''
|
|
op_image_storage: Default
|
|
op_imagemagick_path: /usr/bin/convert
|
|
op_is_mail_address_contain_hash: true
|
|
op_is_restrict_mail_template: true
|
|
op_is_use_captcha: 1
|
|
op_is_use_mobile_cookie: true
|
|
op_mail_address_hash_length: 12
|
|
op_mail_domain: 36x.sano.dazai2.pne.jp
|
|
op_mobile_proxys:
|
|
Google: 'http://www.google.co.jp/gwt/x?u='
|
|
op_remember_login_limit: 2592000
|
|
op_resize_limit_size: '819200000000000000000000'
|
|
op_session_life_time:
|
|
pc_frontend: { idletime: 432000 }
|
|
mobile_frontend: { idletime: 3600 }
|
|
pc_backend: { idletime: 86400 }
|
|
op_sid_secret: '1408532661'
|
|
op_ssl_base_url:
|
|
pc_frontend: 'https://example.com'
|
|
mobile_frontend: 'https://example.com'
|
|
pc_backend: 'https://example.com'
|
|
api: 'https://example.com'
|
|
op_ssl_required_actions:
|
|
pc_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite]
|
|
mobile_frontend: [member/editProfile, member/config, member/logout, member/invite]
|
|
pc_backend: { }
|
|
op_ssl_required_applications:
|
|
- pc_backend
|
|
op_ssl_selectable_actions:
|
|
pc_frontend: [default/customizingCss]
|
|
mobile_frontend: [member/register, member/registerInput, member/registerEnd, member/login, member/configUID, member/registerMobileToRegisterEnd]
|
|
pc_backend: { }
|
|
op_supported_languages:
|
|
- en
|
|
- ja_JP
|
|
op_table_prefix: ''
|
|
op_use_imagemagick: 0
|
|
op_use_ssl: false
|
|
openpne_community_category:
|
|
general: [calendar_show_flag, public_flag, topic_authority, register_policy, description]
|
|
openpne_community_category_attribute: { }
|
|
openpne_community_config:
|
|
calendar_show_flag: { Name: calendar_show_flag, Caption: 'Calendar Show Flag', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: none, Choices: { all: 'All Community Member''s opened Schedule and Community Event', only_member_schedule: 'Only Member''s opend Schedule', only_community_event: 'Only Community Event', none: 'Invalidate a calendar' } }
|
|
public_flag: { Name: public_flag, Caption: 'Authority to Read Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: 'Everyone can read', auth_commu_member: 'Only %community%''s members can read' } }
|
|
topic_authority: { Name: topic_authority, Caption: 'Authority to Create Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: '%Community%''s members can create', admin_only: 'Only %community%''s admin can create' } }
|
|
register_policy: { Name: register_policy, Caption: 'Register policy', FormType: radio, Default: open, Choices: { open: 'Everyone can join', close: '%Community%''s admin authorization needed' }, IsUnique: false, IsRequired: true }
|
|
description: { Name: description, Caption: '%community% Description', FormType: textarea, ValueType: string, IsUnique: false, IsRequired: true }
|
|
openpne_member_category:
|
|
secretQuestion: [secret_question, secret_answer]
|
|
blogUrl: [blog_url]
|
|
schedule: [schedule]
|
|
diary: [diary]
|
|
general: { }
|
|
publicFlag: [profile_page_public_flag, age_public_flag]
|
|
pcAddress: [pc_address]
|
|
mobileAddress: [mobile_address]
|
|
password: [password]
|
|
accessBlock: [access_block]
|
|
mail: [daily_news]
|
|
language: [language, time_zone]
|
|
openpne_member_category_attribute:
|
|
secretQuestion: { caption: 'Secret Question Configuration', enable_pc: true, enable_mobile: true }
|
|
blogUrl: { caption: 'Blog URL Configuration', enable_pc: true, enable_mobile: false }
|
|
schedule: { caption: 'Schedule Configuration', enable_pc: true, enable_mobile: false }
|
|
diary: { caption: 'Diary Configuration', enable_pc: true, enable_mobile: true }
|
|
general: { caption: 'General Configuration', enable_pc: true, enable_mobile: true }
|
|
publicFlag: { caption: 'Public Flag Configuration', enable_pc: true, enable_mobile: true }
|
|
pcAddress: { caption: 'PC E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_pc }
|
|
mobileAddress: { caption: 'Mobile E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_mobile }
|
|
password: { caption: 'Password Configuration', enable_pc: true, enable_mobile: true }
|
|
accessBlock: { caption: 'Access Block Configuration', enable_pc: true, enable_mobile: true }
|
|
mail: { caption: 'Mail Configuration', enable_pc: true, enable_mobile: true }
|
|
language: { caption: 'Language and Time Zone Configuration', enable_pc: true, enable_mobile: false }
|
|
openpne_member_config:
|
|
secret_question: { Name: secret_question, Caption: 'Secret Question', FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Choices: { 1: 'What is your father''s / mother''s former name?', 2: 'What is last 5 digits of your driving license number?', 3: 'What is your first crush''s name?', 4: 'What is your finished elementary school?', 5: 'What is region name of your domicile of origin?' } }
|
|
secret_answer: { Name: secret_answer, Caption: 'Answer for Secret Question', FormType: password, ValueType: text, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false }
|
|
blog_url: { Name: blog_url, Caption: 'Blog URL', FormType: input, ValueType: blog_url, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
|
|
schedule: null
|
|
diary: null
|
|
profile_page_public_flag: { Name: profile_page_public_flag, Caption: 'Public Flag for Profile Page', FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: 'All Users on the Web', 1: 'All Members' } }
|
|
age_public_flag: { Name: age_public_flag, Caption: 'Public Flag for Age', FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 3, Choices: { 4: 'All Users on the Web', 1: 'All Members', 2: '%my_friend%', 3: Private } }
|
|
pc_address: { Name: pc_address, Caption: 'PC E-mail Address', FormType: input, ValueType: pc_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
|
|
mobile_address: { Name: mobile_address, Caption: 'Mobile E-mail Address', FormType: input, ValueType: mobile_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true }
|
|
password: { Name: password, Caption: Password, Info: 'Password must be 6-12 characters.', FormType: password, ValueType: password, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: true }
|
|
access_block: { Name: access_block, Caption: 'Access Block', FormType: increased_input, ValueType: pass, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false }
|
|
daily_news: { Default: 2 }
|
|
language: { Name: language, Caption: Language, FormType: language_select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: ja_JP }
|
|
time_zone: { Name: time_zone, Caption: 'Time Zone', FormType: select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: '', Choices: { '': None, Pacific/Honolulu: '(GMT-10:00) Hawaii', America/Anchorage: '(GMT-09:00) Alaska', America/Los_Angeles: '(GMT-08:00) Pacific Time (US & Canada)', America/Phoenix: '(GMT-07:00) Arizona', America/Denver: '(GMT-07:00) Mountain Time (US & Canada)', America/Chicago: '(GMT-06:00) Central Time (US & Canada)', America/New_York: '(GMT-05:00) Eastern Time (US & Canada)', America/Indiana/Indianapolis: '(GMT-05:00) Indiana (East)', Kwajalein: '(GMT-12:00) International Date Line West', Pacific/Midway: '(GMT-11:00) Midway Island', Pacific/Samoa: '(GMT-11:00) Samoa', America/Tijuana: '(GMT-08:00) Tijuana, Baja California', America/Chihuahua: '(GMT-07:00) Chihuahua', America/Mazatlan: '(GMT-07:00) Mazatlan', America/Regina: '(GMT-06:00) Saskatchewan', America/Tegucigalpa: '(GMT-06:00) Central America', America/Mexico_City: '(GMT-06:00) Mexico City', America/Monterrey: '(GMT-06:00) Monterrey', America/Bogota: '(GMT-05:00) Bogota', America/Lima: '(GMT-05:00) Lima', America/Rio_Branco: '(GMT-05:00) Rio Branco', America/Caracas: '(GMT-04:30) Caracas', America/Halifax: '(GMT-04:00) Atlantic Time (Canada)', America/Manaus: '(GMT-04:00) Manaus', America/Santiago: '(GMT-04:00) Santiago', America/La_Paz: '(GMT-04:00) La Paz', America/St_Johns: '(GMT-03:30) Newfoundland', America/Moncton: '(GMT-03:00) Georgetown', America/Sao_Paulo: '(GMT-03:00) Brasilia', America/Godthab: '(GMT-03:00) Greenland', America/Montevideo: '(GMT-03:00) Montevideo', Atlantic/South_Georgia: '(GMT-02:00) Mid-Atlantic', Atlantic/Azores: '(GMT-01:00) Azores', Atlantic/Cape_Verde: '(GMT-01:00) Cape Verde Is.', Europe/Dublin: '(GMT) Dublin', Europe/Lisbon: '(GMT) Lisbon', Europe/London: '(GMT) London', Africa/Monrovia: '(GMT) Monrovia', Atlantic/Reykjavik: '(GMT) Reykjavik', Africa/Casablanca: '(GMT) Casablanca', Europe/Belgrade: '(GMT+01:00) Belgrade', Europe/Bratislava: '(GMT+01:00) Bratislava', Europe/Budapest: '(GMT+01:00) Budapest', Europe/Ljubljana: '(GMT+01:00) Ljubljana', Europe/Prague: '(GMT+01:00) Prague', Europe/Sarajevo: '(GMT+01:00) Sarajevo', Europe/Skopje: '(GMT+01:00) Skopje', Europe/Warsaw: '(GMT+01:00) Warsaw', Europe/Zagreb: '(GMT+01:00) Zagreb', Europe/Brussels: '(GMT+01:00) Brussels', Europe/Copenhagen: '(GMT+01:00) Copenhagen', Europe/Madrid: '(GMT+01:00) Madrid', Europe/Paris: '(GMT+01:00) Paris', Africa/Algiers: '(GMT+01:00) West Central Africa', Europe/Amsterdam: '(GMT+01:00) Amsterdam', Europe/Berlin: '(GMT+01:00) Berlin', Europe/Rome: '(GMT+01:00) Rome', Europe/Stockholm: '(GMT+01:00) Stockholm', Europe/Vienna: '(GMT+01:00) Vienna', Europe/Minsk: '(GMT+02:00) Minsk', Africa/Cairo: '(GMT+02:00) Cairo', Europe/Helsinki: '(GMT+02:00) Helsinki', Europe/Riga: '(GMT+02:00) Riga', Europe/Sofia: '(GMT+02:00) Sofia', Europe/Tallinn: '(GMT+02:00) Tallinn', Europe/Vilnius: '(GMT+02:00) Vilnius', Europe/Athens: '(GMT+02:00) Athens', Europe/Bucharest: '(GMT+02:00) Bucharest', Europe/Istanbul: '(GMT+02:00) Istanbul', Asia/Jerusalem: '(GMT+02:00) Jerusalem', Asia/Amman: '(GMT+02:00) Amman', Asia/Beirut: '(GMT+02:00) Beirut', Africa/Windhoek: '(GMT+02:00) Windhoek', Africa/Harare: '(GMT+02:00) Harare', Asia/Kuwait: '(GMT+03:00) Kuwait', Asia/Riyadh: '(GMT+03:00) Riyadh', Asia/Baghdad: '(GMT+03:00) Baghdad', Africa/Nairobi: '(GMT+03:00) Nairobi', Asia/Tbilisi: '(GMT+03:00) Tbilisi', Europe/Moscow: '(GMT+03:00) Moscow', Europe/Volgograd: '(GMT+03:00) Volgograd', Asia/Tehran: '(GMT+03:30) Tehran', Asia/Muscat: '(GMT+04:00) Muscat', Asia/Baku: '(GMT+04:00) Baku', Asia/Yerevan: '(GMT+04:00) Yerevan', Asia/Kabul: '(GMT+04:30) Kabul', Asia/Yekaterinburg: '(GMT+05:00) Ekaterinburg', Asia/Karachi: '(GMT+05:00) Karachi', Asia/Tashkent: '(GMT+05:00) Tashkent', Asia/Calcutta: '(GMT+05:30) Calcutta', Asia/Colombo: '(GMT+05:30) Sri Jayawardenepura', Asia/Katmandu: '(GMT+05:45) Kathmandu', Asia/Dhaka: '(GMT+06:00) Dhaka', Asia/Almaty: '(GMT+06:00) Almaty', Asia/Novosibirsk: '(GMT+06:00) Novosibirsk', Asia/Rangoon: '(GMT+06:30) Yangon (Rangoon)', Asia/Krasnoyarsk: '(GMT+07:00) Krasnoyarsk', Asia/Bangkok: '(GMT+07:00) Bangkok', Asia/Jakarta: '(GMT+07:00) Jakarta', Asia/Brunei: '(GMT+08:00) Beijing', Asia/Chongqing: '(GMT+08:00) Chongqing', Asia/Hong_Kong: '(GMT+08:00) Hong Kong', Asia/Urumqi: '(GMT+08:00) Urumqi', Asia/Irkutsk: '(GMT+08:00) Irkutsk', Asia/Ulaanbaatar: '(GMT+08:00) Ulaan Bataar', Asia/Kuala_Lumpur: '(GMT+08:00) Kuala Lumpur', Asia/Singapore: '(GMT+08:00) Singapore', Asia/Taipei: '(GMT+08:00) Taipei', Australia/Perth: '(GMT+08:00) Perth', Asia/Seoul: '(GMT+09:00) Seoul', Asia/Tokyo: '(GMT+09:00) Tokyo', Asia/Yakutsk: '(GMT+09:00) Yakutsk', Australia/Darwin: '(GMT+09:30) Darwin', Australia/Adelaide: '(GMT+09:30) Adelaide', Australia/Canberra: '(GMT+10:00) Canberra', Australia/Melbourne: '(GMT+10:00) Melbourne', Australia/Sydney: '(GMT+10:00) Sydney', Australia/Brisbane: '(GMT+10:00) Brisbane', Australia/Hobart: '(GMT+10:00) Hobart', Asia/Vladivostok: '(GMT+10:00) Vladivostok', Pacific/Guam: '(GMT+10:00) Guam', Pacific/Port_Moresby: '(GMT+10:00) Port Moresby', Asia/Magadan: '(GMT+11:00) Magadan', Pacific/Fiji: '(GMT+12:00) Fiji', Asia/Kamchatka: '(GMT+12:00) Kamchatka', Pacific/Auckland: '(GMT+12:00) Auckland', Pacific/Tongatapu: '(GMT+13:00) Nuku''alofa', Pacific/Kiritimati: '(GMT+14:00) Kiritimati' } }
|
|
openpne_sns_category:
|
|
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]
|
|
external_login_page: [external_pc_login_url, external_mobile_login_url]
|
|
authentication: [enable_registration]
|
|
mobile: [retrieve_uid, font_size, is_check_mobile_ip]
|
|
policy: [user_agreement, privacy_policy]
|
|
footer: [footer_before, footer_after]
|
|
api_keys: [google_maps_api_key, google_AJAX_search_api_key]
|
|
openpne_sns_category_attribute:
|
|
general: { Caption: 'General Configuration' }
|
|
external_login_page: { Caption: 'External Login Page Configuration' }
|
|
authentication: { Caption: 'Authentication Configuration' }
|
|
mobile: { Caption: 'Mobile Configuration' }
|
|
policy: { Caption: 'Site Policy Configuration' }
|
|
footer: { Hidden: true }
|
|
api_keys: { Caption: 'API キーの設定' }
|
|
openpne_sns_config:
|
|
sns_name: { Name: sns_name, Caption: SNS名, FormType: input, ValueType: text, Default: MySNS, IsRequired: true }
|
|
sns_title: { Name: sns_title, Caption: ページタイトル, Help: 'HTML の title 要素の内容になります', FormType: input, ValueType: text, Default: '', IsRequired: false }
|
|
admin_mail_address: { Name: admin_mail_address, Caption: 管理者メールアドレス, FormType: input, ValueType: email, Default: sns@example.com, IsRequired: true, IsTrim: true }
|
|
enable_pc: { Name: enable_pc, Caption: PC版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] }
|
|
enable_mobile: { Name: enable_mobile, Caption: 携帯版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] }
|
|
enable_friend_link: { Name: enable_friend_link, Caption: フレンドリンク使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
|
|
image_max_filesize: { Name: image_max_filesize, Caption: アップロード画像のファイルサイズ制限(bytes), FormType: input, ValueType: regexp, ValueRegexp: '/^[1-9]\d*[K|M]?$/', IsRequired: true, IsTrim: true, Default: 300K }
|
|
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] }
|
|
is_use_captcha: { Name: is_use_captcha, Caption: 'CAPTCHA 使用設定', Help: 'CAPTCHA (画像のなかの文字列をメンバーに入力させる認証方式) を使用するかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] }
|
|
is_allow_post_activity: { Name: is_allow_post_activity, Caption: アクティビティ投稿設定, Help: メンバーからのアクティビティ投稿の可否を設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [許可しない, 許可する] }
|
|
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全体に公開) } }
|
|
is_allow_web_public_flag_age: { Name: is_allow_web_public_flag_age, Caption: 'Web 全体への年齢公開許可設定', Help: 'メンバーが年齢を Web 全体に公開できるようにするかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [メンバーの設定を許可しない, メンバーの設定を許可する] }
|
|
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: - }
|
|
enable_language: { Name: enable_language, Caption: 言語とタイムゾーンの設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
|
|
enable_connection: { Name: enable_connection, Caption: 外部サービスとの接続設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
|
|
enable_openid: { Name: enable_openid, Caption: 'OpenID Provider 使用設定', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] }
|
|
external_pc_login_url: { Name: external_pc_login_url, Caption: PC版外部ログインページURL, Help: 'PC版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します<br />※ここで指定するページにはログインフォームを置いておく必要があります<br />※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false, IsTrim: true }
|
|
external_mobile_login_url: { Name: external_mobile_login_url, Caption: 携帯版外部ログインページURL, Help: '携帯版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します<br />※ここで指定するページにはログインフォームを置いておく必要があります<br />※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false, IsTrim: true }
|
|
enable_registration: { Name: enable_registration, Caption: 登録の可否, FormType: radio, ValueType: integer, IsRequired: true, Default: 3, Choices: [PC・携帯両方から登録可, PCからのみ登録可, 携帯からのみ登録可, 登録一時停止] }
|
|
retrieve_uid: { Name: retrieve_uid, Caption: メンバー登録時の携帯個体識別番号取得設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [PC・携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号を取得する(任意), 携帯登録時には携帯個体識別番号を取得しない] }
|
|
font_size: { Name: font_size, Caption: 携帯版フォントサイズ指定設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 0, Choices: [フォントサイズを指定する, フォントサイズを指定しない] }
|
|
is_check_mobile_ip: { Name: is_check_mobile_ip, Caption: 携帯電話のIP帯域設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [携帯電話のIP帯域をチェックする, 携帯電話のIP帯域をチェックしない] }
|
|
user_agreement: { Name: user_agreement, Caption: 利用規約, FormType: textarea, ValueType: string, IsRequired: true, Default: "利用規約はただいま準備中です。\nThe User Agreement is under construction." }
|
|
privacy_policy: { Name: privacy_policy, Caption: プライバシーポリシー, FormType: textarea, ValueType: string, IsRequired: true, Default: "プライバシーポリシーはただいま準備中です。\nThe Privacy Policy is under construction." }
|
|
footer_before: { Name: footer_before, Caption: ログイン前フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by <a href="http://www.openpne.jp/" target="_blank">OpenPNE</a>' }
|
|
footer_after: { Name: footer_after, Caption: ログイン後フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by <a href="http://www.openpne.jp/" target="_blank">OpenPNE</a>' }
|
|
google_maps_api_key: { Name: 'google maps api key', Caption: 'google maps api key', FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: '' }
|
|
google_AJAX_search_api_key: { Name: 'google AJAX search api key', Caption: 'google AJAX search api key', FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: '' }
|
|
sf_admin_module_web_dir: /sfDoctrinePlugin
|
|
sf_admin_web_dir: /sf/sf_admin
|
|
sf_app: pc_frontend
|
|
sf_app_base_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend
|
|
sf_app_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev
|
|
sf_app_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/config
|
|
sf_app_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend
|
|
sf_app_i18n_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/i18n
|
|
sf_app_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/lib
|
|
sf_app_module_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/modules
|
|
sf_app_template_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/templates
|
|
sf_apps_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps
|
|
sf_cache: false
|
|
sf_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler
|
|
sf_charset: utf-8
|
|
sf_check_lock: false
|
|
sf_compressed: false
|
|
sf_config_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/config
|
|
sf_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/config
|
|
sf_csrf_secret: 1405056254
|
|
sf_data_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/data
|
|
sf_debug: true
|
|
sf_default_culture: ja_JP
|
|
sf_enabled_modules:
|
|
- default
|
|
- image
|
|
sf_environment: dev
|
|
sf_error_404_action: error404
|
|
sf_error_404_module: default
|
|
sf_error_reporting: 30719
|
|
sf_escaping_method: ESC_SPECIALCHARS
|
|
sf_escaping_strategy: true
|
|
sf_etag: false
|
|
sf_file_link_format: null
|
|
sf_i18n: on
|
|
sf_i18n_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/i18n
|
|
sf_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib
|
|
sf_log_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/log
|
|
sf_logging_enabled: true
|
|
sf_login_action: login
|
|
sf_login_module: member
|
|
sf_module_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/modules
|
|
sf_module_disabled_action: disabled
|
|
sf_module_disabled_module: default
|
|
sf_no_script_name: false
|
|
sf_orm: doctrine
|
|
sf_plugins_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/plugins
|
|
sf_prototype_web_dir: /sfProtoculousPlugin
|
|
sf_root_dir: /home/sano/sns/36x.sano.dazai2.pne.jp
|
|
sf_secure_action: secure
|
|
sf_secure_module: default
|
|
sf_standard_helpers:
|
|
- Partial
|
|
- Cache
|
|
- I18N
|
|
- opParts
|
|
- sfImage
|
|
- opUtil
|
|
sf_symfony_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib/vendor/symfony/lib
|
|
sf_template_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/template
|
|
sf_test_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/test
|
|
sf_test_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/test
|
|
sf_upload_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web/uploads
|
|
sf_use_database: true
|
|
sf_web_debug: true
|
|
sf_web_debug_web_dir: /sf/sf_web_debug
|
|
sf_web_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web
|
|
</pre></div>
|
|
|
|
<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>
|
|
<div id="sfWebDebugGlobals" style="display: none"><pre>cookie:
|
|
OpenPNE_pc_backend: fojfkaq4nr74ntgmogiek5l2s5
|
|
OpenPNE_pc_frontend: 6gbftmlogjrr13eka16gqllol6
|
|
_ga: GA1.2.336210598.1417069258
|
|
env: { }
|
|
files: { }
|
|
get: { }
|
|
post: { }
|
|
server:
|
|
DOCUMENT_ROOT: /var/www/html
|
|
GATEWAY_INTERFACE: CGI/1.1
|
|
HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
|
|
HTTP_ACCEPT_ENCODING: 'gzip, deflate'
|
|
HTTP_ACCEPT_LANGUAGE: 'ja,en-US;q=0.7,en;q=0.3'
|
|
HTTP_CONNECTION: keep-alive
|
|
HTTP_COOKIE: '_ga=GA1.2.336210598.1417069258; OpenPNE_pc_frontend=6gbftmlogjrr13eka16gqllol6; OpenPNE_pc_backend=fojfkaq4nr74ntgmogiek5l2s5'
|
|
HTTP_HOST: 36x.sano.dazai2.pne.jp
|
|
HTTP_USER_AGENT: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0'
|
|
PATH: '/sbin:/usr/sbin:/bin:/usr/bin'
|
|
PATH_INFO: /calendarApi
|
|
PATH_TRANSLATED: 'redirect:/index.php'
|
|
PHP_AUTH_PW: himitsu
|
|
PHP_AUTH_USER: secret
|
|
PHP_SELF: /pc_frontend_dev.php/calendarApi
|
|
QUERY_STRING: ''
|
|
REMOTE_ADDR: 219.103.217.135
|
|
REMOTE_PORT: '62074'
|
|
REQUEST_METHOD: GET
|
|
REQUEST_TIME: 1429180449
|
|
REQUEST_URI: /pc_frontend_dev.php/calendarApi
|
|
SCRIPT_FILENAME: /var/www/sns/36x.sano.dazai2.pne.jp/public_html/pc_frontend_dev.php
|
|
SCRIPT_NAME: /pc_frontend_dev.php
|
|
SERVER_ADDR: 49.212.20.148
|
|
SERVER_ADMIN: root@localhost
|
|
SERVER_NAME: 36x.sano.dazai2.pne.jp
|
|
SERVER_PORT: '80'
|
|
SERVER_PROTOCOL: HTTP/1.1
|
|
SERVER_SIGNATURE: ''
|
|
SERVER_SOFTWARE: Apache
|
|
session:
|
|
OpenPNE/user/opSecurityUser/site_identifier: 'http://36x.sano.dazai2.pne.jp'
|
|
captcha_keystring: h97nc3
|
|
symfony/user/sfUser/attributes: { opSecurityUser: { auth_mode: MailAddress, member_id: '1' }, symfony/user/sfUser/flash: { }, symfony/user/sfUser/flash/remove: { } }
|
|
symfony/user/sfUser/authenticated: true
|
|
symfony/user/sfUser/credentials: [SNSMember]
|
|
symfony/user/sfUser/culture: ja_JP
|
|
symfony/user/sfUser/lastRequest: 1429180434
|
|
</pre></div>
|
|
|
|
<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>
|
|
<div id="sfWebDebugPhp" style="display: none"><pre>php: 5.3.3
|
|
os: 'Linux www1124uc.sakura.ne.jp 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64'
|
|
extensions:
|
|
26: apache2handler
|
|
28: 'apc (3.1.9)'
|
|
7: bz2
|
|
8: calendar
|
|
0: 'Core (5.3.3)'
|
|
9: ctype
|
|
29: curl
|
|
1: 'date (5.3.3)'
|
|
30: 'dom (20031129)'
|
|
2: ereg
|
|
23: 'exif (1.4 $Id: exif.c 293036 2010-01-03 09:23:27Z sebastian $)'
|
|
31: 'fileinfo (1.0.5-dev)'
|
|
11: 'filter (0.11.0)'
|
|
12: ftp
|
|
32: gd
|
|
13: gettext
|
|
14: gmp
|
|
10: 'hash (1.0)'
|
|
16: iconv
|
|
33: 'intl (1.1.0)'
|
|
34: 'json (1.2.1)'
|
|
35: ldap
|
|
3: libxml
|
|
36: mbstring
|
|
27: 'memcache (2.2.6)'
|
|
37: 'mysql (1.0)'
|
|
38: 'mysqli (0.1)'
|
|
4: openssl
|
|
5: pcre
|
|
39: 'PDO (1.0.4dev)'
|
|
40: 'pdo_mysql (1.0.2)'
|
|
41: 'pdo_sqlite (1.0.1)'
|
|
42: 'Phar (2.0.1)'
|
|
17: 'Reflection ($Revision: 300393 $)'
|
|
15: session
|
|
19: shmop
|
|
21: 'SimpleXML (0.1)'
|
|
22: sockets
|
|
20: 'SPL (0.2)'
|
|
18: 'standard (5.3.3)'
|
|
24: 'tokenizer (0.1)'
|
|
43: wddx
|
|
48: 'xdebug (2.2.0)'
|
|
25: xml
|
|
44: 'xmlreader (0.1)'
|
|
45: 'xmlwriter (0.1)'
|
|
46: 'xsl (0.1)'
|
|
47: 'zip (1.9.1)'
|
|
6: 'zlib (1.1)'
|
|
</pre></div>
|
|
|
|
<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>
|
|
<div id="sfWebDebugSymfony" style="display: none"><pre>version: 1.4.13
|
|
path: /home/sano/sns/36x.sano.dazai2.pne.jp/lib/vendor/symfony/lib
|
|
</pre></div>
|
|
</div>
|
|
<div id="sfWebDebuglogsDetails" class="sfWebDebugTop" style="display:none"><h1>Logs</h1>
|
|
<ul id="sfWebDebugLogMenu">
|
|
<li><a href="#" onclick="sfWebDebugToggleAllLogLines(true, 'sfWebDebugLogLine'); return false;">[all]</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleAllLogLines(false, 'sfWebDebugLogLine'); return false;">[none]</a></li>
|
|
<li><a href="#" onclick="sfWebDebugShowOnlyLogLines('info'); return false;"><img src="/sf/sf_web_debug/images/info.png" alt="Show only infos" /></a></li>
|
|
<li><a href="#" onclick="sfWebDebugShowOnlyLogLines('warning'); return false;"><img src="/sf/sf_web_debug/images/warning.png" alt="Show only warnings" /></a></li>
|
|
<li><a href="#" onclick="sfWebDebugShowOnlyLogLines('error'); return false;"><img src="/sf/sf_web_debug/images/error.png" alt="Show only errors" /></a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('Doctrine_Connection_Statement'); return false;">Doctrine_Connection_Statement</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('calendarApiActions'); return false;">calendarApiActions</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('myUser'); return false;">myUser</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('opDoctrineConnectionMysql'); return false;">opDoctrineConnectionMysql</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('opWebResponse'); return false;">opWebResponse</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('sfError404Exception'); return false;">sfError404Exception</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('sfFilterChain'); return false;">sfFilterChain</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('sfPatternRouting'); return false;">sfPatternRouting</a></li>
|
|
<li><a href="#" onclick="sfWebDebugToggleMessages('sfWebDebugLogger'); return false;">sfWebDebugLogger</a></li>
|
|
</ul>
|
|
<div id="sfWebDebugLogLines"><table class="sfWebDebugLogs">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>type</th>
|
|
<th>message</th>
|
|
</tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo opDoctrineConnectionMysql'><td class="sfWebDebugLogNumber">1</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <span title="SF_ROOT_DIR/lib/util/opDoctrineConnectionMysql.class.php">opDoctrineConnectionMysql</span></td><td>exec : <span class="sfWebDebugLogInfo">SET</span> NAMES 'utf8' - () <a href="#" onclick="sfWebDebugToggle('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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">SnsTermTable->offsetGet()</span> from SF_ROOT_DIR/lib/i18n/opI18N.class.php line 30</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<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"/> <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">SnsTermTable->offsetGet()</span> from SF_ROOT_DIR/lib/i18n/opI18N.class.php line 30</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">3</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">4</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">5</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">6</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">7</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">8</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">9</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">10</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">11</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">12</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">13</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">14</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">15</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">16</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">17</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">18</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">19</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">20</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">21</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opAlbumPlugin/lib/routing/opAlbumPluginFrontendRouting.class.php line 136</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opAlbumPluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">22</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 28</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">23</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 34</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">24</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 40</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">25</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 46</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">26</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 55</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">27</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 62</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">28</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 69</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">29</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 78</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">30</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 85</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">31</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 92</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">32</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/opMessagePlugin/lib/opMessagePluginRouting.class.php line 101</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">opMessagePluginRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">33</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/sfImageHandlerPlugin/lib/sfImageHandlerRouting.class.php line 13</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">sfImageHandlerRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">34</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfPatternRouting->prependRoute()</span> from SF_ROOT_DIR/plugins/sfImageHandlerPlugin/lib/sfImageHandlerRouting.class.php line 35</span><br/><span>#12 » in <span class="sfWebDebugLogInfo">sfImageHandlerRouting::listenToRoutingLoadConfigurationEvent()</span> from line </span><br/><span>#11 » in <span class="sfWebDebugLogInfo">call_user_func()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/event_dispatcher/sfEventDispatcher.php line 79</span><br/><span>#10 » in <span class="sfWebDebugLogInfo">sfEventDispatcher->notify()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 114</span><br/><span>#9 » in <span class="sfWebDebugLogInfo">sfRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 85</span><br/><span>#8 » in <span class="sfWebDebugLogInfo">sfPatternRouting->loadConfiguration()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 94</span><br/><span>#7 » in <span class="sfWebDebugLogInfo">sfRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfPatternRouting.class.php line 67</span><br/><span>#6 » in <span class="sfWebDebugLogInfo">sfPatternRouting->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/routing/sfRouting.class.php line 34</span><br/><span>#5 » in <span class="sfWebDebugLogInfo">sfRouting->__construct()</span> from SF_ROOT_DIR/cache/apache2handler/pc_frontend/dev/config/config_factories.yml.php line 98</span><br/><span>#4 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfPatternRouting'><td class="sfWebDebugLogNumber">35</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 ( 'module' => 'calendarApi', 'action' => 'index',) <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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<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"/> <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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">Doctrine_Query->fetchOne()</span> from SF_ROOT_DIR/lib/util/opDoctrineQuery.class.php line 170</span><br/><span>#11 » 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 » 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 » in <span class="sfWebDebugLogInfo">opSecurityUser->getMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 47</span><br/><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opSecurityUser->getMemberId()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 31</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opAdaptableUser->initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 32</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo opDoctrineConnectionMysql'><td class="sfWebDebugLogNumber">37</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">SnsConfigTable->get()</span> from SF_ROOT_DIR/lib/user/opAuthAdapter.class.php line 97</span><br/><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">opAuthAdapter->getAuthConfig()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 71</span><br/><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">opAdaptableUser->getAuthModes()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 138</span><br/><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opAdaptableUser->getCurrentAuthMode()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 43</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opAdaptableUser->initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 32</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<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"/> <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">Member->updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 364</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<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"/> <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">Member->updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 364</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo myUser'><td class="sfWebDebugLogNumber">40</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » in <span class="sfWebDebugLogInfo">sfBasicSecurityUser->setAuthenticated()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 407</span><br/><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opSecurityUser->setIsSNSMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 367</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo myUser'><td class="sfWebDebugLogNumber">41</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » in <span class="sfWebDebugLogInfo">sfBasicSecurityUser->addCredential()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 412</span><br/><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opSecurityUser->setIsSNSMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 367</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">42</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">43</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">44</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">45</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">46</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">47</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo sfFilterChain'><td class="sfWebDebugLogNumber">48</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<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"/> <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">opDoctrineQuery->fetchOne()</span> from SF_ROOT_DIR/lib/model/doctrine/FileTable.class.php line 41</span><br/><span>#28 » in <span class="sfWebDebugLogInfo">FileTable->retrieveByFilename()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 20</span><br/><span>#27 » in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->hasFile()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 28</span><br/><span>#26 » in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->getFile()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 11</span><br/><span>#25 » in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->__toString()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 37</span><br/><span>#24 » in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->buildClient()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 30</span><br/><span>#23 » in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->__construct()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 20</span><br/><span>#22 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<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"/> <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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">Doctrine_Query->query()</span> from SF_ROOT_DIR/lib/util/opDoctrineConnectionMysql.class.php line 78</span><br/><span>#34 » 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 » 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 » in <span class="sfWebDebugLogInfo">Doctrine_Record->_get()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 177</span><br/><span>#31 » 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 » in <span class="sfWebDebugLogInfo">Doctrine_Record->get()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 158</span><br/><span>#29 » in <span class="sfWebDebugLogInfo">opDoctrineRecord->get()</span> from line </span><br/><span>#28 » 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 » in <span class="sfWebDebugLogInfo">sfDoctrineRecord->__call()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 12</span><br/><span>#26 » in <span class="sfWebDebugLogInfo">File->getFileBin()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 12</span><br/><span>#25 » in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->__toString()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 37</span><br/><span>#24 » in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->buildClient()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 30</span><br/><span>#23 » in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->__construct()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 20</span><br/><span>#22 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo calendarApiActions'><td class="sfWebDebugLogNumber">51</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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->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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugError sfError404Exception'><td class="sfWebDebugLogNumber">52</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/error.png" alt="Error"/> <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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo opWebResponse'><td class="sfWebDebugLogNumber">53</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
<tr class='sfWebDebugLogLine sfWebDebugInfo opWebResponse'><td class="sfWebDebugLogNumber">54</td><td class="sfWebDebugLogType"><img src="/sf/sf_web_debug/images/info.png" alt="Info"/> <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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</td></tr>
|
|
</table></div>
|
|
</div>
|
|
<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>
|
|
<div id="sfWebDebugdbDetails" class="sfWebDebugTop" style="display:none"><h1>SQL queries</h1>
|
|
<div id="sfWebDebugDatabaseLogs">
|
|
<h3>Doctrine Version: 1.2.4</h3>
|
|
<ol>
|
|
<li>
|
|
<p class="sfWebDebugDatabaseQuery"><span class="sfWebDebugLogInfo">SET</span> NAMES 'utf8'</p>
|
|
<div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">SnsTermTable->offsetGet()</span> from SF_ROOT_DIR/lib/i18n/opI18N.class.php line 30</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<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>
|
|
<div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">SnsTermTable->offsetGet()</span> from SF_ROOT_DIR/lib/i18n/opI18N.class.php line 30</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<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>
|
|
<div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection <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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">Doctrine_Query->fetchOne()</span> from SF_ROOT_DIR/lib/util/opDoctrineQuery.class.php line 170</span><br/><span>#11 » 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 » 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 » in <span class="sfWebDebugLogInfo">opSecurityUser->getMember()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 47</span><br/><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opSecurityUser->getMemberId()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 31</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opAdaptableUser->initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 32</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<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>
|
|
<div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">SnsConfigTable->get()</span> from SF_ROOT_DIR/lib/user/opAuthAdapter.class.php line 97</span><br/><span class="sfWebDebugHighlight">#10 » in <span class="sfWebDebugLogInfo">opAuthAdapter->getAuthConfig()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 71</span><br/><span class="sfWebDebugHighlight">#9 » in <span class="sfWebDebugLogInfo">opAdaptableUser->getAuthModes()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 138</span><br/><span class="sfWebDebugHighlight">#8 » in <span class="sfWebDebugLogInfo">opAdaptableUser->getCurrentAuthMode()</span> from SF_ROOT_DIR/lib/user/opAdaptableUser.class.php line 43</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opAdaptableUser->initialize()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 32</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<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>
|
|
<div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">Member->updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 364</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<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>
|
|
<div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">Member->updateLastLoginTime()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 364</span><br/><span class="sfWebDebugHighlight">#7 » in <span class="sfWebDebugLogInfo">opSecurityUser->initializeUserStatus()</span> from SF_ROOT_DIR/lib/user/opSecurityUser.class.php line 34</span><br/><span>#6 » 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 » 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 » in <span class="sfWebDebugLogInfo">require()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 155</span><br/><span>#3 » in <span class="sfWebDebugLogInfo">sfContext->loadFactories()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 77</span><br/><span>#2 » in <span class="sfWebDebugLogInfo">sfContext->initialize()</span> from SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 60</span><br/><span class="sfWebDebugHighlight">#1 » in <span class="sfWebDebugLogInfo">sfContext::createInstance()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<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>
|
|
<div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection <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 » 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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">opDoctrineQuery->fetchOne()</span> from SF_ROOT_DIR/lib/model/doctrine/FileTable.class.php line 41</span><br/><span>#28 » in <span class="sfWebDebugLogInfo">FileTable->retrieveByFilename()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 20</span><br/><span>#27 » in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->hasFile()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 28</span><br/><span>#26 » in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->getFile()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 11</span><br/><span>#25 » in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->__toString()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 37</span><br/><span>#24 » in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->buildClient()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 30</span><br/><span>#23 » in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->__construct()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 20</span><br/><span>#22 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<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>
|
|
<div class="sfWebDebugDatabaseLogInfo">0.00s, "doctrine" connection <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 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">Doctrine_Query->query()</span> from SF_ROOT_DIR/lib/util/opDoctrineConnectionMysql.class.php line 78</span><br/><span>#34 » 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 » 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 » in <span class="sfWebDebugLogInfo">Doctrine_Record->_get()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 177</span><br/><span>#31 » 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 » in <span class="sfWebDebugLogInfo">Doctrine_Record->get()</span> from SF_ROOT_DIR/lib/util/opDoctrineRecord.class.php line 158</span><br/><span>#29 » in <span class="sfWebDebugLogInfo">opDoctrineRecord->get()</span> from line </span><br/><span>#28 » 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 » in <span class="sfWebDebugLogInfo">sfDoctrineRecord->__call()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 12</span><br/><span>#26 » in <span class="sfWebDebugLogInfo">File->getFileBin()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/model/opGoogleOAuthJson.class.php line 12</span><br/><span>#25 » in <span class="sfWebDebugLogInfo">opGoogleOAuthJson->__toString()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 37</span><br/><span>#24 » in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->buildClient()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 30</span><br/><span>#23 » in <span class="sfWebDebugLogInfo">opGoogleCalendarOAuth->__construct()</span> from SF_ROOT_DIR/plugins/opCalendarPlugin/lib/util/opCalendarOAuth.php line 20</span><br/><span>#22 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfExecutionFilter->handleAction()</span> from SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162</span><br/><span>#18 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29</span><br/><span>#15 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26</span><br/><span>#11 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39</span><br/><span>#9 » 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 » in <span class="sfWebDebugLogInfo">sfFilterChain->execute()</span> from SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27</span><br/><span>#7 » 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 » 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 » 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 » 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 » 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 » 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 » in <span class="sfWebDebugLogInfo">sfContext->dispatch()</span> from SF_ROOT_DIR/web/pc_frontend_dev.php line 14</span><br/></div>
|
|
</div>
|
|
</li></ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|