You might want to check your aros_acos table to make sure the Group/
User has rights to the controller action ... otherwise the Auth
component will throw you at the login screen ...
step 1: select * from acos where parent_id=(select id from acos where
alias='Blogs');
step 2: find the id of the ro
I was following an older post about integrating PHPMailer into CakePHP
and the first porting problem I ran into was that the component used
vendor() instead of the new 1.2 format ...
But then when I changed the line to:
App::import('Vendor','phpmailer'.DS.'class.phpmailer');
it still woul