Is the "not found" message only appearing when you set debug back to 0? If so, it's probably because you have an error somewhere. Cake throws a 404 exception when in "production mode" (debug == 0) upon errors.
Also, what is the route for the login action? 2013/2/15 Renato Almeida <[email protected]>: > Boa tarde, > > Pessoal estou com um problema fiz backup da aplicação que esta funcionando > na produção, porém a mesma não funciona em outro servidor > estou usando apache, fiz as configurações com o banco, limpei os arquivos de > cache, dei as permissões, mas quando chamo no browser aparece > que o arquivo não foi encontrado. Deixer o debub do core com a opçao 2 e fui > corrigindo os erros, e logo depois de ter feito as correções continua com a > mensagem. > The requested URL /teleconsultoria/bcp/users/login was not found on this > server. > > Atenciosamente; > Renato Almeida > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
