Hi everybody,
I'm going through a book called "CakePHP Application Development" and
I thought I was doing okay. Then, without changing anything
deliberately all of my pages are showing errors. Here are the errors:
Error: RedirectController could not be found.
Error: Create the class RedirectController below in file: app/
controllers/redirect_controller.php
<?php
class RedirectController extends AppController {
var $name = 'Redirect';
}
?>
I now have a similar error (but with different missing controllers) on
all of my pages.
Has anybody come across this error before, and can anyone suggest a
cause or remedy?
Cheers,
Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---