@Ron looks like it is not working. reported here
https://github.com/NodeBB/NodeBB/issues/4252
pichalite created this issue in NodeBB/NodeBB closed ./nodebb activate plugin-name does not work #4252What version of the plugin are you using?
npm i nodebb-plugin-dbsearch@0.0.16
I using version 0.0.16 but this not working and error: TypeError: Cannot read property 'applyCSRF' of undefined in file nodebb-plugin-dbsearch/index.js at line
params.router.get('/admin/plugins/dbsearch', params.middleware.applyCSRF, params.middleware.admin.buildHeader, renderAdmin);
@Le-Binh I don't think you are running 0.0.16 as params.middleware.admin.buildHeader, renderAdmin);
is nodebb 0.6.0 specific and is in 0.1.0 of the dbsearch plugin only.
Try uninstalling the dbsearch plugin first, then make sure you run the above command as is. You may need to reenable the plugin and restart nodebb.
@a_5mith I using nodebb v 0.5.5
.
I install dbsearch plugin
and start again is errored
@julian said:
npm i nodebb-plugin-dbsearch@0.0.16
Actually, try:
npm i nodebb-plugin-dbsearch@0.0.15
No idea why but seems like 0.0.16 is nodebb 0.6.0 compatible instead of 0.5.x. I will try to fix that 0.0.15 should work in 0.5.x
@baris Which version nodebb-plugin-imgur must I use?
For nodebb 0.5.x - 0.0.19
For nodebb 0.6.x - 0.1.2