with the update to 1.13.1 this error appears, guest renames chat infinitely
the chat is obsolete, cannot be used
any ideas?
86c1c08f-ee5d-491e-bba6-ce1049851402-image.png
Hi, after invoking git pull
and ./nodebb upgrade
, I'm encountering an error while upgrading:
[email protected]:~/NodeBB$ ./nodebb upgrade
Updating NodeBB...
1. Updating package.json file with defaults... OK
2. Bringing base dependencies up to date... started
audited 4626 packages in 10.851s
3. Checking installed plugins for updates... OK
4. Updating NodeBB data store schema...
Parsing upgrade scripts...
OK | 2 script(s) found, 65 skipped
→ [2018/11/10] Navigation item visibility groups...
2018-11-12T15:51:00.342Z [2104] - error: uncaughtException: Cannot read property 'adminOnly' of undefined
TypeError: Cannot read property 'adminOnly' of undefined
at /home/admin/NodeBB/src/upgrades/1.11.0/navigation_visibility_groups.js:19:30
How can I solve this?
It is fixed on latest master, do a git pull
and run upgrade again.