Re: AuthComponent and AJAX Requests to another Controller

2009-04-04 Thread captain_geek
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

App::import() failure for PHPMailer (w/ Cake 1.2)

2009-03-26 Thread captain_geek
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