Re: Login to the cms with cakephp

2010-03-10 Thread John Andersen
Please ensure that your php code and your html code is not mixed up in the login view! That seems to me to be your issue here! Enjoy, John On Mar 11, 5:25 am, "randi.dc" wrote: > I have created a login module to log in the my cmc build on cake php. > On the login screen "check( 'Message.auth'

Login to the cms with cakephp

2010-03-10 Thread randi.dc
I have created a login module to log in the my cmc build on cake php. On the login screen "check( 'Message.auth' ) ) $session- >flash( 'auth' ); ?> create( 'User', array( 'action' => 'login' ) ); ? >" message appears. And Loign doesn't work. ANy idea how to get this running? Please help Check out