Cannot Reply or Create Threads - Help!
-
Hi there! Our users at KidzZone are trying to reply and/or make threads. They have reported this many times, here is the error:
TypeError: Cannot read property 'newReply' of undefined
at http://forums.kidzzone.ca/nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:11:29037
at Object.execCb (http://forums.kidzzone.ca/nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9:7030)
at w.check (http://forums.kidzzone.ca/nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9:1208)
at w.enable (http://forums.kidzzone.ca/nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9:3746)
at w.init (http://forums.kidzzone.ca/nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9:295)
at http://forums.kidzzone.ca/nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9:5516(anonymous function) @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:11execCb @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9check @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9enable @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9init @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9(anonymous function) @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9
nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:11 Uncaught TypeError: Cannot read property 'newReply' of undefined(…)(anonymous function) @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:11execCb @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9check @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9enable @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9init @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9(anonymous function) @ nodebb.min.js?6d240a14-9fa0-454d-9b08-5ce4061e7fa0:9 -
It looks like the composer plugin is not loading. Check the plugins page for "nodebb-plugin-composer-default", make sure it is active and updated. You can also try uninstalling and reinstalling it. It may also be throwing errors to the log file when nodebb is restarted, which may be useful.
-
@yariplus said in Cannot Reply or Create Threads - Help!:
It looks like the composer plugin is not loading. Check the plugins page for "nodebb-plugin-composer-default", make sure it is active and updated. You can also try uninstalling and reinstalling it. It may also be throwing errors to the log file when nodebb is restarted, which may be useful.
Thanks for responding, will try that.