A while ago I used to do my WordPress development using this "vagrant-based" environment. It's very well written, opensource and comes with whateve...
For further actions, you may consider blocking this person and/or reporting abuse
what about user permissions for the local /wp-content/?
Would like to know how to solve it
Well, if you have problems, go with 777 and be happy :P
I don't have any problem, my folder is at 644
bro go with 777 is almost always a terrible idea. :(
It is in general. Probably not in this specific case ;-)
I have the same issue. The files are all owned by
www-data:www-data
and have permission 644 - I don't have permissions to edit/create because my user isadam
and even if I add me to groupwww-data
I won't get access. Any advice? And how would you do it with 777 permission? Would you change the permission each time you create a new file?Wordup is also worth a try, it automates this whole process:
Developing a WordPress theme/plugin with wordup
shry ・ May 9 ・ 2 min read
Awesome! I love
Spotted 1 small error: your last two lines should be
and not
otherwise it won't build. It's fine in your git repo though.
I agree that the 777 file permission is totally fine here. After all it's supposed to be a local dev environment.
Fixed, thanks!
Not sure what useful info have you added in this post. The same but in more details can be found here
hub.docker.com/_/wordpress/
I have error
ERROR: for wordpress-local_db_1 Cannot start service db: b'Mounts denied: EOF'
ERROR: for db Cannot start service db: b'Mounts denied: EOF'
ERROR: Encountered errors while bringing up the project.
Hi. I have an error
MySQL Connection Error: (1130) Host '172.18.0.3' is not allowed to connect to this MySQL server
This is the first docker/Wordpress tutorial/repo that has worked for me on the first try! Thanks!