Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/cake/libs/controller/p_d_f_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 93

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

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

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

Notice: Trying to get property of non-object in /var/www/vhosts/kaeden.com/httpdocs/cake_app/app_controller.php on line 103
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 PDFController 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/p_d_f_controller.php

<?php
class PDFController extends AppController {
   var $name = 'PDF';
}
?>

Kaeden Books Homepage