| Top | BBS | Site Info | Account | Profile |
Missing Controller
Error: IndexFilesController could not be found.
Error: Create the class IndexFilesController below in file: app/controllers/index_files_controller.php
<?php
class IndexFilesController extends AppController {
var $name = 'IndexFiles';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
Top > エラー