Missing controller
You are seeing this error because controller FilesController could not be found.
Notice: If you want to customize this error message, create APP_DIR
:
<?php
class extends AppController {
var $name = '';
}
?>
You are seeing this error because controller FilesController could not be found.
Notice: If you want to customize this error message, create APP_DIR
:
<?php
class extends AppController {
var $name = '';
}
?>