bmcclure / CakePHP-Media-Plugin

A CakePHP (2.0) plugin enabling transfer/manipulation/embedding of files in 23 ways.
Other
60 stars 24 forks source link

Documentation issue #37

Closed smueller91 closed 11 years ago

smueller91 commented 11 years ago

I've discovered your plugin right now and steped trough the installation documentation. In the last section under the "Installation" headline you are using the shell command:

chmod 777 -R webroot/media/{transfer,filter}

I'm not sure how it works on windows but on linux you have to enter following to get it work: chmod -R 777 webroot/media/{transfer,filter}

Nothing special ;)

bmcclure commented 11 years ago

Should be all fixed. Thanks!