Warning (2): simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found [APP/app_controller.php, line 41]
Warning (2): simplexml_load_string() [function.simplexml-load-string]: error code: 520 [APP/app_controller.php, line 41]
Warning (2): simplexml_load_string() [function.simplexml-load-string]: ^ [APP/app_controller.php, line 41]
Notice (8): Trying to get property of non-object [APP/app_controller.php, line 49]

Missing Controller

Error: Index.htmlController could not be found.

Error: Create the class Index.htmlController below in file: app/controllers/index.html_controller.php

<?php
class Index.htmlController extends AppController {

	var $name = 'Index.html';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp