CakePHP is NOT able to connect to the database.

2015-11-20 Thread pavan ganvani
-- 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 cake-php+uns

Re: CakePHP 2 with normal Form Authentication + Basic for API access

2013-07-03 Thread Pavan Trikutam
I am literally trying to do the exact same thing. Did you ever figure it out? I am so stumped trying to get this to work and I'm having the same problem. I can hit the login in the browser just fine & it works. The moment I do a curl I get a 302 to the users/login when I really need a 401 for t

Rendering a view without layout

2009-02-14 Thread pavan
Hi Friends, I have problem in rendering a view bascially which belongs to different controller without layout.This is my following code pages/index.ctp: element('note'); ?> render('/learning/index',null,null); ?> i am using cakephp1.2 Please help me to fix this problem. --~--~-~--~