Hi Mickey, Take a look at http://docs.heroku.com/constraints#read-only-filesystem - the short of it is that you can't modify anything in your app's filesystem (except for ./tmp and ./log)
Ben On Jan 22, 12:42 pm, mickey <[email protected]> wrote: > Hi > > I'm getting an error trying to chmod a file on my public folder - for > instance: > > >> f.chmod(777) > > Errno::EPERM: Operation not permitted - /disk1/home/slugs/ > 5eb598da-50a6-4b5a-a789-06a46f4abb19/mnt/public/photos/0000/1360/ > venice8_big.jpg > > Do you guys have any idea why heroku is giving me this operation not > permitted on my public folder and how to allow read/writing on my > public folder? > > Thanks. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
