pitaj / nodebb-plugin-calendar

Fully-featured calendar plugin for NodeBB
42 stars 34 forks source link

NodeBB 1.19.0 - "fireHook is not a function" error #147

Closed ylothar closed 2 years ago

ylothar commented 2 years ago

Schermata da 2022-01-15 12-40-50

Activated this plugin for the first time on my just updated NodeBB v.1.19.0 and when I try to add an event to a new topic I get this error and the post in not saved.

pitaj commented 2 years ago

What version of the plugin are you on?

evtifiev commented 2 years ago

@ylothar you need to run npm install nodebb-plugin-calendar@latest and rebuild NodeBB ./nodebb build. Apparently you have a version from the store (1.0.0-alpha.52), and the latest version is (1.1.3). This solved my issue.

ylothar commented 2 years ago

@evtifiev thank you, it worked!