Forum archive
TWiki installed, can't add new Webs
I've set up and logged in as AdminUser and cannot create new webs on the new TWiki appliance. Had been using the "old" one for a couple of months with success. The new one is a fresh install. Any ideas? I get the following error message - not sure if it's related to the appliance, or TWiki itself.
"Access check on Main.WebHome failed. Action "CHANGE": access not allowed on root."
Thanks for looking,
Dan
It sounds like the folder where it is trying to do something is owned by root rather than the webserver account. I'm not familar with the appliance but if you can find the folder where Twiki resides and chown it to the user www-data (the webserver user account) that hopefully will fix the issue. If that doesn't work then try giving it 777 permissions (which is allow anyone to do anything) and that should fix it for sure (but is potentially a security risk).