Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can't install, getting frustrated, has anyone seen this error?
csloisel
New
PHP Fatal error: Uncaught exception 'Gdn_ErrorException' with message 'chmod(): Operation not permitted' in /nfs/vanilla/library/core/class.configuration.php:1202
I've tried everything I can think of to fix permissions, but I keep hitting dead ends.
Any help would be appreciated
Tagged:
0
Comments
what version of vanilla? are you using nfs (network file system) or does it just happen to be the folder name.
did you try commenting out line 1202 and see what happens.
and see if your config.php updates properly when enabling and disabling plugins. (and see what permission it ends up with).
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Vanilla 2.1 stable. Yes I'm using nfs, it is a vagrant box. Commenting out 1202 starts a chain of more fatals starting with:
PHP Fatal error: Call to a member function Set() on a non-object in /nfs/vanilla/library/core/class.configuration.php on line 354
I haven't used nfs for many, many years. is there something in nfs that you need to set or change exports or fstab, owner permissions and mount point.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
these should give you some clues for options.
http://stackoverflow.com/questions/22140682/ls-and-chmod-not-working-on-a-nfs-mounted-file
http://serverfault.com/questions/240897/how-to-properly-set-permissions-for-nfs-folder-permission-denied-on-mounting-en
http://compgroups.net/comp.unix.solaris/root-can-t-execute-chown-on-nfs-mountpoint/121102
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Not sure, I think i'm just gonna give up trying to get this working on my dev vm, and just use MAMP.
I should have said, The last time I used nfs - @kasper and hgtonight pronbably hadn't entered grade school yet, (or just started)
But kasper is familiar with vagrant maybe he has some ideas.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
https://coderwall.com/p/z1kjww
https://github.com/mitchellh/vagrant/issues/897
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.