Missing Controller
Debug Info 2:
First Route Template:'/'
First Route Defaults:
array ( 'controller' => 'pages', 'action' => 'dashboard', 0 => 'home', 'plugin' => NULL, )
First Route Parse "/":
array (
'named' =>
array (
),
'pass' =>
array (
0 => 'home',
),
'controller' => 'pages',
'action' => 'dashboard',
'plugin' => NULL,
)Test Route Parse "/":
array (
'named' =>
array (
),
'pass' =>
array (
0 => 'home',
),
'controller' => 'pages',
'action' => 'dashboard',
)Error: Sitemap.xmlController could not be found.
Error: Create the class Sitemap.xmlController below in file: app/controllers/sitemap.xml_controller.php
<?php
class Sitemap.xmlController extends AppController {
var $name = 'Sitemap.xml';
}
?>
