Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/cake/libs/controller/files_controller.php) is not within the allowed path(s): (/var/www/vhosts/kaeden.com/httpdocs:/tmp) in /var/www/vhosts/kaeden.com/httpdocs/cake/basics.php on line 1009

Notice: Undefined index: controller in /var/www/vhosts/kaeden.com/httpdocs/cake_app/app_controller.php on line 94

Notice: Undefined index: controller in /var/www/vhosts/kaeden.com/httpdocs/cake_app/app_controller.php on line 97

Notice: Undefined index: controller in /var/www/vhosts/kaeden.com/httpdocs/cake_app/app_controller.php on line 100

Notice: Undefined property: AppController::$section in /var/www/vhosts/kaeden.com/httpdocs/cake_app/app_controller.php on line 104

Notice: Undefined property: AppController::$Page in /var/www/vhosts/kaeden.com/httpdocs/cake_app/app_controller.php on line 107

Notice: Trying to get property of non-object in /var/www/vhosts/kaeden.com/httpdocs/cake_app/app_controller.php on line 107
Kaeden Books - reading recovery, early literacy, learning to read, educational publisher,leveled books, response to intervention, title 1.

Missing controller

You are seeing this error because controller FilesController could not be found.

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

Fatal: Create the class below in file : cake_app/controllers/files_controller.php

<?php
class FilesController extends AppController {
   var $name = 'Files';
}
?>

Kaeden Books Homepage