craftcms / webhooks

Plugin for integrating Craft with Zapier and IFTTT.
https://plugins.craftcms.com/webhooks
MIT License
84 stars 12 forks source link

'Couldn’t install plugin.' when I attempt to install the plugin on our server. #46

Closed kruncher closed 3 years ago

kruncher commented 3 years ago

Description

The following error appears when attempting to install this plugin from the plugin store:

image

Does this plugin require any additional PHP extensions that are not compiled into php:7.2-fpm?

Steps to reproduce

  1. Navigate to the plugin store.
  2. Install the plugin.

Additional info

kruncher commented 3 years ago

After having inspected the logs it seems that the plugin failed to install/enable because the webhooks tables already existed within the database. I dropped these tables manually and then tried again and it worked.

brandonkelly commented 3 years ago

Thanks for pointing that out! Just released Webhooks 2.4.0 which defends against that possibility.