After my last post I wanted to reinstall all plugins, but I found a few more problems:
- The redactor-plugin doesn't appear in the installed list of plugins. I'm pretty sure that nobody uninstalled the plugin! How could this happen? I tried to reinstall it, but nothing changed. The "new topic" and "answer"-Buttons still does not work
- I can not uninstall all plugins. I have
nodebb-plugin-emoji-one
and nodebb-plugin-emoji-extended
installed. I can uninstall one of the two plugin, but when I want to uninstall the second, the first appears again. I tried to do a restart of nodebb between the uninstalls but it is the same. here is the log for further information:
io: 2 on [ { type: 2,
nsp: '/',
id: 1,
data:
[ 'admin.plugins.toggleInstall',
{ id: 'nodebb-plugin-emoji-one', version: '1.2.1' } ] } ]
2/10 15:45:23 [28015] - verbose: [plugins/uninstall] added 3 packages and removed 6 packages in 25.515s
io: 2 on [ { type: 2, nsp: '/', id: 2, data: [ 'meta.rooms.leaveCurrent' ] } ]
io: 2 emit [ 'disconnecting', 'transport close' ]
io: 2 emit [ 'disconnect', 'transport close' ]
io: 2 emit [ 'checkSession', 2 ]
io: 2 on [ { type: 2, nsp: '/', id: 0, data: [ 'admin.getSearchDict', {} ] } ]
io: 2 on [ { type: 2,
nsp: '/',
id: 1,
data:
[ 'admin.plugins.toggleInstall',
{ id: 'nodebb-plugin-emoji-extended', version: '1.1.1' } ] } ]
2/10 15:46:21 [28015] - verbose: [plugins/uninstall] added 3 packages, removed 2 packages and moved 2 packages in 10.147s
io: 2 on [ { type: 2, nsp: '/', id: 2, data: [ 'meta.rooms.leaveCurrent' ] } ]
io: 2 on [ { type: 2,
nsp: '/',
id: 3,
data:
[ 'admin.plugins.toggleInstall',
{ id: 'nodebb-plugin-emoji-one', version: '1.2.1' } ] } ]
2/10 15:46:55 [28015] - verbose: [plugins/uninstall] added 1 package, removed 4 packages and moved 2 packages in 11.45s
io: 2 on [ { type: 2, nsp: '/', id: 4, data: [ 'meta.rooms.leaveCurrent' ] } ]
io: 2 emit [ 'disconnecting', 'transport close' ]
io: 2 emit [ 'disconnect', 'transport close' ]
io: 2 emit [ 'checkSession', 2 ]
io: 2 on [ { type: 2, nsp: '/', id: 0, data: [ 'admin.getSearchDict', {} ] } ]
io: 2 on [ { type: 2,
nsp: '/',
id: 1,
data:
[ 'admin.plugins.toggleInstall',
{ id: 'nodebb-plugin-emoji-extended', version: '1.1.1' } ] } ]
2/10 15:56:11 [28015] - verbose: [plugins/uninstall] added 3 packages, removed 2 packages and moved 2 packages in 12.854s
maybe the problem with new topics is located in the plugin-system..
I will try ./nodebb reset
to disable all the plugins and post more information later on.