I tried switching the pages controller to $uses = array(); and now I
get this error:

Missing controller

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

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

Fatal: Create the class below in file: app/controllers/controller.php

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

Did they change this behavior in the newest build of 1.2?


On Nov 21, 1:05 pm, Walker Hamilton <[EMAIL PROTECTED]> wrote:
> Read 
> this:http://cakebaker.42dh.com/2007/10/30/what-i-didnt-knew-about-controll...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to