valentineus / moodle-webhooks

Webhooks allow applications to subscribe to Moodle events.
https://moodle.org/plugins/local_webhooks
GNU General Public License v3.0
17 stars 14 forks source link

Install.xml Path Incorrect #9

Closed mlohoar closed 6 years ago

mlohoar commented 6 years ago

When I copied the files to the folder /local/webhooks I got an error at install saying that the path in install.xml was incorrect. In the original the value is blocks/local_webhooks/db.

I changed this to local/webhooks/db it still complained, but did create the table and completed the install.

is the value blocks/local_webhooks/db correct or had you created this folder seperately?

valentineus commented 6 years ago

Thank you for issue. New version of Moodle uses strict checking of variable PATH. Thank you for reporting, I did not encounter such a problem. Fixed: [3fa97bad312f24b815eac5b374e321512bc6aa4a]