I had the same problem (switching debug to 0 returned 404 where it shouldn't) after moving some files between computers. Seemed to be some permission issues so I just made sure everything in the app folder is set to read/write and it works fine now.
On Oct 29, 12:49 pm, "MrTRAP" <[EMAIL PROTECTED]> wrote: > 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?hl=en -~----------~----~----~----~------~----~------~--~---
