wordup-dev / wordup-cli

Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
GNU General Public License v3.0
118 stars 16 forks source link

Unable to Install or Updating Plugins in WordPress #22

Open thedittmer opened 4 years ago

thedittmer commented 4 years ago

When I try to add a new plugin, or update a plugin WordPress asks me for FTP credentials. I believe it does this because I do not have the proper permission on the "src" directory. However, I looked and SYSTEM, Administrators, and my user all have full control. Is it possible to update WordPress plugins and install WordPress plugins from WordPress using Wordup CLI?

shry commented 4 years ago

Are you developing on windows, mac or linux and what is your wordup-cli version? I guess you are using wordup in the "installation" mode, which means that your src folder shows the wp-content folder? In general it should be possible to install or update new plugins or themes.

thedittmer commented 4 years ago

I’m using Windows. Using the latest version of wordup-cli. I just installed it. Also it is in installation mode.

shry commented 4 years ago

Thank you. It seems like a bug when wordup is in installation mode. What you could try as a workaround, is to set the FS_METHOD in the wp-config.php, perhaps this works:

wordup wpcli config set FS_METHOD direct