Notice (8): Array to string conversion [CORE/Cake/Routing/Route/CakeRoute.php, line 150]Code Context$slashParam = '/\\' . $namedElements[0][$i];if (strpos($parsed, $slashParam) !== false) {$routeParams[$slashParam] = '(?:/(?P<' . $name . '>' . $this->options[$name] . ')' . $option . ')' . $option;$route = '/:language' $names = array() $routeParams = array() $parsed = '/\:language' $namedElements = array( (int) 0 => array( (int) 0 => ':language' ), (int) 1 => array( (int) 0 => 'language' ) ) $i = (int) 0 $name = 'language' $search = '\:language' $option = null $slashParam = '/\:language'CakeRoute::_writeRoute() - CORE/Cake/Routing/Route/CakeRoute.php, line 150 CakeRoute::compile() - CORE/Cake/Routing/Route/CakeRoute.php, line 118 CakeRoute::parse() - CORE/Cake/Routing/Route/CakeRoute.php, line 193 Router::parse() - CORE/Cake/Routing/Router.php, line 616 Dispatcher::parseParams() - CORE/Cake/Routing/Dispatcher.php, line 217 call_user_func - [internal], line ?? CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 242 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 145 [main] - APP/webroot/index.php, line 106
Notice (8): Array to string conversion [CORE/Cake/Routing/Route/CakeRoute.php, line 150]Code Context$slashParam = '/\\' . $namedElements[0][$i];if (strpos($parsed, $slashParam) !== false) {$routeParams[$slashParam] = '(?:/(?P<' . $name . '>' . $this->options[$name] . ')' . $option . ')' . $option;$route = '/:language/:controller/:action/*' $names = array() $routeParams = array() $parsed = '/\:language/\:controller/\:action/\*' $namedElements = array( (int) 0 => array( (int) 0 => ':language', (int) 1 => ':controller', (int) 2 => ':action' ), (int) 1 => array( (int) 0 => 'language', (int) 1 => 'controller', (int) 2 => 'action' ) ) $i = (int) 0 $name = 'language' $search = '\:language' $option = null $slashParam = '/\:language'CakeRoute::_writeRoute() - CORE/Cake/Routing/Route/CakeRoute.php, line 150 CakeRoute::compile() - CORE/Cake/Routing/Route/CakeRoute.php, line 118 CakeRoute::parse() - CORE/Cake/Routing/Route/CakeRoute.php, line 193 Router::parse() - CORE/Cake/Routing/Router.php, line 616 Dispatcher::parseParams() - CORE/Cake/Routing/Dispatcher.php, line 217 call_user_func - [internal], line ?? CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 242 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 145 [main] - APP/webroot/index.php, line 106
Notice (8): Array to string conversion [CORE/Cake/Routing/Route/CakeRoute.php, line 150]Code Context$slashParam = '/\\' . $namedElements[0][$i];if (strpos($parsed, $slashParam) !== false) {$routeParams[$slashParam] = '(?:/(?P<' . $name . '>' . $this->options[$name] . ')' . $option . ')' . $option;$route = '/:language/:controller' $names = array() $routeParams = array() $parsed = '/\:language/\:controller' $namedElements = array( (int) 0 => array( (int) 0 => ':language', (int) 1 => ':controller' ), (int) 1 => array( (int) 0 => 'language', (int) 1 => 'controller' ) ) $i = (int) 0 $name = 'language' $search = '\:language' $option = null $slashParam = '/\:language'CakeRoute::_writeRoute() - CORE/Cake/Routing/Route/CakeRoute.php, line 150 CakeRoute::compile() - CORE/Cake/Routing/Route/CakeRoute.php, line 118 CakeRoute::parse() - CORE/Cake/Routing/Route/CakeRoute.php, line 193 Router::parse() - CORE/Cake/Routing/Router.php, line 616 Dispatcher::parseParams() - CORE/Cake/Routing/Dispatcher.php, line 217 call_user_func - [internal], line ?? CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 242 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 145 [main] - APP/webroot/index.php, line 106
Warning (2): Cannot modify header information - headers already sent by (output started at /home/sondaj/public_html/operatori/lib/Cake/Utility/Debugger.php:801) [APP/View/Layouts/default.ctp, line 1]Code Context<?php header('Content-Type: text/html; charset=utf-8') ?>$viewFile = '/home/sondaj/public_html/operatori/app/View/Layouts/default.ctp' $dataForView = array( 'class' => 'Sitemap.xmlController', 'plugin' => null, 'code' => (int) 404, 'name' => 'Controller class Sitemap.xmlController could not be found.', 'message' => 'Controller class Sitemap.xmlController could not be found.', 'url' => '/sitemap.xml', 'error' => object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( [maximum depth reached] ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/home/sondaj/public_html/operatori/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 159 }, '_serialize' => array( (int) 0 => 'code', (int) 1 => 'name', (int) 2 => 'message', (int) 3 => 'url' ), 'btnClassSave' => 'btn green', 'btnClassDynamic' => 'btn grey', 'controllerName' => 'sitemap.xml', 'modelName' => 'Sitemap.xml', 'languages' => array( (int) 0 => 'rom' ), 'language' => null, 'currentUrl' => '', 'content_for_layout' => '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController 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 106</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"><span style="color: #0000BB">$Dispatcher </span><span style="color: #007700">= new </span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(), new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></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 => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</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' => '', 'title_for_layout' => 'Errors' ) $class = 'Sitemap.xmlController' $plugin = null $code = (int) 404 $name = 'Controller class Sitemap.xmlController could not be found.' $message = 'Controller class Sitemap.xmlController could not be found.' $url = '/sitemap.xml' $error = object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( 'class' => 'Sitemap.xmlController', 'plugin' => null ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/home/sondaj/public_html/operatori/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 159 } $_serialize = array( (int) 0 => 'code', (int) 1 => 'name', (int) 2 => 'message', (int) 3 => 'url' ) $btnClassSave = 'btn green' $btnClassDynamic = 'btn grey' $controllerName = 'sitemap.xml' $modelName = 'Sitemap.xml' $languages = array( (int) 0 => 'rom' ) $language = null $currentUrl = '' $content_for_layout = '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController 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 106</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"><span style="color: #0000BB">$Dispatcher </span><span style="color: #007700">= new </span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">();</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(), new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></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 => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</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 = '' $title_for_layout = 'Errors'header - [internal], line ?? include - APP/View/Layouts/default.ctp, line 1 View::_evaluate() - CORE/Cake/View/View.php, line 948 View::_render() - CORE/Cake/View/View.php, line 910 View::renderLayout() - CORE/Cake/View/View.php, line 542 View::render() - CORE/Cake/View/View.php, line 479 Controller::render() - CORE/Cake/Controller/Controller.php, line 954 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 278 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 199 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 176 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 119 [main] - [internal], line ??
Error: Sitemap.xmlController could not be found.
Error: Create the class Sitemap.xmlController below in file: app/Controller/Sitemap.xmlController.php
<?php
class Sitemap.xmlController extends AppController {
}
Notice: If you want to customize this error message, create app/View/Errors/missing_controller.ctp
$Dispatcher = new Dispatcher();$Dispatcher->dispatch(new CakeRequest(), new CakeResponse());
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}