cedaro / satispress

Expose installed WordPress plugins and themes as Composer packages.
500 stars 48 forks source link

Error When Installing Plugins #172

Closed adam-vanbuskirk closed 2 years ago

adam-vanbuskirk commented 2 years ago

I installed the plugin on a site which is running WordPress 5.8.3. Nginx webserver. The plugin is working great, but every time I install a plugin it says it failed (see screenshot). Yet, if I go to the plugins page the plugin is installed and when I activate it works fine. This goes for any number of plugins I've installed and activated.

I do have basic http auth enabled on the server. I have Satis security turned off and use the http basic auth in composer for hitting the json. Again, everything works great except I get the initial failed when installing plugins

image

adam-vanbuskirk commented 2 years ago

I worked with the web hosting company and it was a conflict between a must-use plugin from them and Satis. Their "upgrader_post_install" hook was the same priority as Satis'. We changed it to make their priority lower and the problem is resolved.

bradyvercher commented 2 years ago

Thanks for looking into it and following up with the resolution, @adam-vanbuskirk!