YahnisElsts / wp-update-server

A custom update API for WordPress plugins and themes. Intended to be used in conjunction with my plugin-update-checker library.
MIT License
824 stars 176 forks source link

Localhost - Update failed: Could not create directory. #82

Closed reynoldspaul closed 4 years ago

reynoldspaul commented 4 years ago

Hi, thanks for the awesome plugin.

I'm getting Update failed: Could not create directory. error when testing on localhost. I've given plugins folder read/write access to PHP. Is there something I'm missing? The updater runs and deletes the plugin, but then fails to replace. The packages/pluign-slug.zip folder is in place and correctly structured.

Thanks

reynoldspaul commented 4 years ago

Sorry ignore, it was a PHP file permission issue that I hadn't caught when posting the above. Thanks again