Notice (8): Undefined offset:  0 [APP/controllers/app_controller.php, line 17]
Notice (8): Undefined index:   [APP/controllers/app_controller.php, line 17]
Dr. Segil M.D. - Errors

Missing Controller

Error: ImagesController could not be found.

Error: Create the class ImagesController below in file: app/controllers/images_controller.php

<?php
class ImagesController extends AppController {

	var $name = 'Images';
}
?>

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