Wednesday, November 5, 2008

Re: Error: RedirectController could not be found.

If anytime this happens to you, checks out that there's no .php file
named like the controller in the root folder (not webroot, the real
root folder of the project, that ones before 'app').

On 5 oct, 16:01, mattocrocop <matt.la...@augme.com> wrote:
> 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:RedirectControllercould not be found.
> Error: Create the classRedirectControllerbelow in file: app/
> controllers/redirect_controller.php
> <?php
> classRedirectControllerextends 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: