Hi everyone!

I'm having some troubles in development with CakePHP. I've created a
menu controller, view and model. When I set DEBUG > 0 in
app/config/core.php I can access all my actions in menu controller
without problems, but when I set DEUBG 0 I always get a 404 not found
page:

---
Not found

The requested address was not found on this server.
---

If I try to access a controller that doesn't exist, I get the message:
The requested address <controllername + controlleraction> was not found
on this server.
If I change the $useTable in menu model to another table in my db, I
can see the rendered action with no data, obviously.

Does anyone know what could happening?

Thanks!
Luiz Carlos Junior.

PS: sorry for my poor english :(


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to