Using Admin editor users and permissions issues
-
New to WordPress and going through the doc to do themeing and learn the admin interface. Adding a custome favicon requires adding code to the header.php file. So far so good. Can do with my IDE. However when I try to use wp-admin appearance>editor I get the
You need to make this file writable before you can save your changes. See the Codex for more information.
message. So I change do a bit of homework and get mostly a bunch of
You’re a moron, read the Codex
I did, and it still isn’t working blah blahso I read what was there on the codex. I’m thinking that if I knew what user WordPress was using to access the server, I could add that user to my webdev users group, the group I use to assign users access to web files, and that might solve the problem.
When I changed permissions to anything but 755 (I didn’t try every possible combination), -what I ususally use for general web, the themes dissapear from the wp-admin panel. IE, I do:
chmod -R 0776 themes
and the wp-admin says theme not found or some such (appoligies but did not document while the issue was happening). Also just changing the permissions on the header.php file caused similar issues. When I change the permissions back, the problems go away and all is well again.Q1. What is the user name that WordPress uses to access the server? and can you add that to the group that has access to your web files so that the wp-admin editor can make and save changes to the header.php, footer.php, …etc files?
Q2. Am I missing a concept about how WordPress works when trying to change permissions for specific files so that they can be edited using the wp-admin panel appearence>editor? How can I fix the problem of not being able to write to files I want to customize?
Thanks
J
- The topic ‘Using Admin editor users and permissions issues’ is closed to new replies.