On Thu, Jul 15, 2010 at 6:26 PM, xamako <[email protected]> wrote:
> Good night
>
> I am testing a website developed with cakephp, and seems to me a 404
> error.
>
> I have found that the mod_rewrite module is enabled, phpinfo ().
>
> .htaccess files are correct, since they are the default files
>
> Any ideas?

Set debug to 2 in core.php. Cake throws a 404 for *any* error (except
fatal) when debug is set to 0 (production mode). With it set to 2 it
should tell you where you have some error in your code.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to