function beforeFilter() { $this->allowPublicActions();
AppController::allowPublicActions() - APP/Controller/AppController.php, line 82
AppController::beforeFilter() - APP/Controller/AppController.php, line 72
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 670
CakeErrorController::__construct() - CORE/Cake/Controller/CakeErrorController.php, line 57
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 150
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 92
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
Warning (2): array_search() expects parameter 2 to be array, null given [APP/Controller/AppController.php, line 82]
public function allowPublicActions() { if (array_search($this->params['action'], $this->publicActionsByController[$this->params['controller']]) !== false) {
array_search - [internal], line ??
AppController::allowPublicActions() - APP/Controller/AppController.php, line 82
AppController::beforeFilter() - APP/Controller/AppController.php, line 72
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 670
CakeErrorController::__construct() - CORE/Cake/Controller/CakeErrorController.php, line 57
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 150
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 92
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
Warning (2): Cannot modify header information - headers already sent by (output started at /homepages/9/d100461475/htdocs/pirai_vaca_web/lib/Cake/Utility/Debugger.php:764) [CORE/Cake/Network/CakeResponse.php, line 395]
setcookie - [internal], line ??
CakeResponse::_setCookies() - CORE/Cake/Network/CakeResponse.php, line 395
CakeResponse::send() - CORE/Cake/Network/CakeResponse.php, line 372
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 265
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 187
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 165
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??
Pirai Vaca
Missing Controller
Error: UploadsController could not be found.
Error:
Create the class UploadsController below in file: app/Controller/UploadsController.php
<?php
class UploadsController extends AppController {
}
Notice:
If you want to customize this error message, create app/View/Errors/missing_controller.ctp
$___viewFn = '/homepages/9/d100461475/htdocs/pirai_vaca_web/app/View/Layouts/default.ctp'
$___dataForView = array(
'class' => 'UploadsController',
'plugin' => '',
'code' => '404',
'url' => '/uploads/audio_file/file_name/146/1395870593pira%C3%AD_vaca_tierra_de_sangre_vital_16_estudio_20.mp3',
'name' => 'Controller class UploadsController could not be found.',
'error' => object(MissingControllerException) {},
'_serialize' => array(
[maximum depth reached]
),
'content_for_layout' => '<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>UploadsController</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>UploadsController</em> below in file: app/Controller/UploadsController.php</p>
<pre>
<?php
class UploadsController extends AppController {
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 92</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> App::uses('Dispatcher', 'Routing');</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $Dispatcher = new Dispatcher();</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));</span></code></span>
<code><span style="color: #000000"></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'uploads/audio_file/file_name/146/1395870593pira%C3%AD_vaca_tierra_de_sangre_vital_16_estudio_20.mp3'
base => ''
webroot => '/'
here => '/uploads/audio_file/file_name/146/1395870593pira%C3%AD_vaca_tierra_de_sangre_vital_16_estudio_20.mp3'
}
object(CakeResponse) {
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display == 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
',
'scripts_for_layout' => '<script type="text/javascript" src="/js/tinymce/tinymce.min.js"></script>',
'title_for_layout' => 'Errors'
)
$class = 'UploadsController'
$plugin = ''
$code = '404'
$url = '/uploads/audio_file/file_name/146/1395870593pira%C3%AD_vaca_tierra_de_sangre_vital_16_estudio_20.mp3'
$name = 'Controller class UploadsController could not be found.'
$error = object(MissingControllerException) {}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'url',
(int) 2 => 'name'
)
$content_for_layout = '<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>UploadsController</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>UploadsController</em> below in file: app/Controller/UploadsController.php</p>
<pre>
<?php
class UploadsController extends AppController {
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 92</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> App::uses('Dispatcher', 'Routing');</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $Dispatcher = new Dispatcher();</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));</span></code></span>
<code><span style="color: #000000"></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'uploads/audio_file/file_name/146/1395870593pira%C3%AD_vaca_tierra_de_sangre_vital_16_estudio_20.mp3'
base => ''
webroot => '/'
here => '/uploads/audio_file/file_name/146/1395870593pira%C3%AD_vaca_tierra_de_sangre_vital_16_estudio_20.mp3'
}
object(CakeResponse) {
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display == 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
$scripts_for_layout = '<script type="text/javascript" src="/js/tinymce/tinymce.min.js"></script>'
$title_for_layout = 'Errors'
$homeCd = array(
'CompactDisc' => array(
[maximum depth reached]
),
'AudioFiles' => array(
[maximum depth reached]
)
)
$lang = false
include - APP/View/Layouts/default.ctp, line 164
View::_evaluate() - CORE/Cake/View/View.php, line 915
View::_render() - CORE/Cake/View/View.php, line 879
View::renderLayout() - CORE/Cake/View/View.php, line 534
View::render() - CORE/Cake/View/View.php, line 478
Controller::render() - CORE/Cake/Controller/Controller.php, line 959
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 263
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 187
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 165
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??