The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
problem: /themes/default/cache folder read and write permissions - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: problem: /themes/default/cache folder read and write permissions (/showthread.php?tid=1014) |
problem: /themes/default/cache folder read and write permissions - runner8 - Jan 3rd, 2011 So I've uploaded the new tar ball v2.0.4 to my server in binary extracted it and taken my browser to http://nebulacloud.net/formtools/install/ I got the error message "Before continuing, you will need to update your /themes/default/cache folder to allow full read and write permissions. Once this is done, this message will disappear and you can install the script. " I've chmod'd the /cache folder to 777 and have no joy Apache users look like this: Quote:mx:~# ps -ef | grep apache I've chowned the /cache folder to "nobody" and "dtc" (becase "apache" isn't a user on my system I use a control panel- Domain Technologie Control) and still have no joy. Any help?? cheers Martin RE: problem: /themes/default/cache folder read and write permissions - Ben - Jan 4th, 2011 Hi Martin, Hmm.. that error message should be pretty unequivocal. Which folder are you chmodding? It should be the default one (not any other theme): /themes/default/cache Failing that, you might want to run it by your hosting provider. It's possible that the permissions for the PHP process doesn't have permissions to write to the folder, but I've very rarely encountered that... still, it's my best guess! - Ben RE: problem: /themes/default/cache folder read and write permissions - bpineles - Jul 30th, 2011 Hi, I have the same problem. At first I had trouble changing the permissions - the log would say they were changed but then I would go in and they were set back to the original permissions. Later I tried again and now the permissions are set to full read and write and are not changing back. But I still get the error. I am very new to this, so I'm wondering what I should even ask my hosting provider. Can you help me? (Jan 4th, 2011, 5:58 PM)Ben Wrote: Hi Martin, RE: problem: /themes/default/cache folder read and write permissions - Ben - Jul 31st, 2011 Hi bpineles, Sorry you're having trouble! Yeah, permissions can be a total pain sometimes. You're on a windows server? Sometimes with Windows servers it can *look* like you just changed the permissions on a file/folder, but in fact nothing happened. *sigh* Most of the time, to change permissions on a Window's server you'll need to contact your hosting provider. It's totally ridiculous, but that's the way they work... Just fire off an email to them asking them to change the permissions on the /themes/default/cache folder to allow for full read-write. That should fix it up. Good luck! - Ben RE: problem: /themes/default/cache folder read and write permissions - GiuseppeDeLellis - Jun 1st, 2012 I got the same issue using IIS 7.5 on Windows Server 2008 R2 foundation but I solved it assigning write permission to IUSR to the afore mentioned folder. |