Is there a plugin / controller action doing some sort of resizing of a profile image or something? If there is do you have auth set to allow un-authorized users to hit that action?
On May 18, 5:54 am, Foroct <[email protected]> wrote: > It appears that the problem is related to David Persson's media > plugin.https://github.com/davidpersson/media > > In my model I commented out the call to his plugin and I can again add > a user > Previous code > var $actsAs = array('Containable','Media.Transfer', > 'Media.Coupler','Media.Generator'); > New code > var $actsAs = array('Containable' /* ,'Media.Transfer', > 'Media.Coupler','Media.Generator'*/); > > I am using the same plugin successfully on different model and my > $actAs array is exactly the same in both models. Does anyone know a > reason why this plugin would work on one model and not another? > > Thanks. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
