Adding New Plugin Behavior
-
Hello,
I am practicing setting up a wordpress server from the ground up so to speak.My basic TL;DR question is: Can wordpress self install plugins/themes if the proper folders are server-writable?
I am trying to get my fresh, barebones wordpress install up and running, and I am hitting a weird wall. So far everything works well, but I cannot upload themes or plugins through wordpress itself without it requesting ftp credentials. Thinking this was a permissions or ownership issue, I decided to recursively set the entire wp-content folder to 777 temporarily.
Trying to install a plugin with these permissions resulted in the same ftp credentials prompt, to my surprise.
Resetting my permissions, I decided to test if I could upload images via wordpress backend. I could, but I noticed that for some reason the zip file of the plugin I tried to install was now inside the media gallery. Looking via ssh, sure enough I found it tucked in the uploads directory. This particular behavior is confusing to me. I can’t seem to find any info on why this is happening via my searches.
I then tried manually uploading and decompressing a plugin to the proper directory, which worked fine. WordPress was able to recognized and activate it with no problem. This is of course a workaround, as would be giving it ftp credentials, but my end goal is to figure out why it isn’t working as expected now. Can someone help me out here?
- The topic ‘Adding New Plugin Behavior’ is closed to new replies.