I'm using CakePHP 1.3 Stable and tried Media plugin 1.3alpha and also
fetching branch 1.3

I was trying to follow the 
http://wiki.github.com/davidpersson/media/media-behavior
page and have this on my movie.php:


        var $actsAs = array(
                'Media.Transfer',
                'Media.Media'
        );

but when I try to access the Movies Controller, CakePHP displays this
flash message:

Error: The Behavior file app/models/behaviors/media.media.php can not
be found or does not exist.

If I only use the Transfer behavior then no error messages are
displayed and I can upload files fine. I hope someone could help me
with this.

Thanks,

Marco

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to