Build: 16102013.01 C914 Secretaria Municipal de Educação de Rio Claro
    Entrar

Missing Controller

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

Stack Trace

  • APP/webroot/index.php line 110 → Dispatcher->dispatch(CakeRequest, CakeResponse)
    $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 => '/index.php'
    	webroot => '/app/webroot/'
    	here => '/index.php/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])
    }
  • ROOT/index.php line 43 → require(string)
        define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'lib');
    }
    
    require APP_DIR . DS . WEBROOT_DIR . DS . 'index.php';
    
    '/var/www/clients/client0/web31/web/app/webroot/index.php'