Is there a way to remove the Yes No Maybe section ?
dcook
Posts
-
[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed -
Links in Digest Emails are broken@baris Just wondering about this issue?
You had said hopefully next week, and that was over 1 month ago?
Is there an ETA? -
Text Color@dunlix the code you sent me fixed the text under the categories, but the other light text didn't change?
-
& no longer shows up correctly in Calendar 1.10@pitaj I have posted on Github as well
-
Links in Digest Emails are broken@baris Its been 2 weeks since you said hopefully next week, I don't see any upgrade notification in the ACP, has the timeline changed?
-
Text ColorAnyone know where the setting is to change the underlined text color?
I can't find it in the ACP anywhere!For some reason its a very light grey and very hard to read
-
Updating emoji plugin to 3.5.0 breaks categories view@pitaj Prior to running ./nodebb upgrade I always do apt-get-update apt-get-upgrade so the server is already fully updated.
If there is something else that NodeBB requires then it should be part of the nodebb upgrade command.
-
post alignment issues since 1.16.2 -
post alignment issues since 1.16.2I have noticed that there are some alignment issues with posts since upgrading to 1.16.2
Here is how it looks now:
You can see the user's avatar is only half visible
It happens for any category:
Seems like the 1st post in a thread is always cut off?
Is there a setting somewhere to fix this alignment?
-
& no longer shows up correctly in Calendar 1.10When using & in Event title, they no longer show up correctly and some random code is added:
Shows up normally in the Calendar view, but when click on event details it has the random code:
-
Updating emoji plugin to 3.5.0 breaks categories view@baris thank you, I will try that command
I really wish you guys would get your s**t together, I shouldn't need to do all these manual steps to have working NodeBB, isn't that what ./nodebb upgrade command is supposed to do?
-
Updating emoji plugin to 3.5.0 breaks categories view@PitaJ running those commands fixed the categories issue, but has created a new issue:
I have 2 NodeBB servers both are Ubuntu 18.04.4 and have NodeBB 1.16.2, on the server that I ran those 2 commands on:
Now whenever someone clicks on upload an image to a post, no matter what image or size of image they get: error-invalid files
On the other server that I have not run those commands on yet, upload image works normally.
/nodebb log shows:
2021-03-14T16:19:21.629Z [4567/3418] - error: /api/post/upload Error: [[error:invalid-files]] at validateFiles (/home/bgc/nodebb/src/middleware/index.js:106:15) at Layer.handle [as handle_request] (/home/bgc/nodebb/node_modules/express/lib/router/layer.js:95:5) at next (/home/bgc/nodebb/node_modules/express/lib/router/route.js:137:13) at Form.<anonymous> (/home/bgc/nodebb/node_modules/connect-multiparty/index.js:114:7) at Form.emit (events.js:315:20) at emitCloseNT (internal/streams/destroy.js:87:10) at processTicksAndRejections (internal/process/task_queues.js:79:21) 2021-03-14T16:19:30.900Z [4567/3418] - error: /api/post/upload Error: [[error:invalid-files]] at validateFiles (/home/bgc/nodebb/src/middleware/index.js:106:15) at Layer.handle [as handle_request] (/home/bgc/nodebb/node_modules/express/lib/router/layer.js:95:5) at next (/home/bgc/nodebb/node_modules/express/lib/router/route.js:137:13) at Form.<anonymous> (/home/bgc/nodebb/node_modules/connect-multiparty/index.js:114:7) at Form.emit (events.js:315:20) at emitCloseNT (internal/streams/destroy.js:87:10) at processTicksAndRejections (internal/process/task_queues.js:79:21)
-
Updating emoji plugin to 3.5.0 breaks categories view@pitaj said in Updating emoji plugin to 3.5.0 breaks categories view:
sudo apt-get install -y nodejs
Thanks that seemed to resolve the issue, should those commands be done as part of the NodeBB upgrade steps? As it was not mentioned in the Instructions: https://docs.nodebb.org/configuring/upgrade/
-
Updating emoji plugin to 3.5.0 breaks categories viewUbuntu 18.04.4 LTS \n \l
I followed these setups when I installed NodeBB several years ago:
https://docs.nodebb.org/installing/os/ubuntu/Prior to upgrading NodeBB I always run first:
sudo apt-get update
sudo apt-get upgradeOnce the server is rebooted, I then follow these upgrade instructions:
https://docs.nodebb.org/configuring/upgrade/Most recently I updated to 1.16.2 a couple months ago now.
It was working fine until this morning, when I logged into the ACP and seen the alert that I should upgrade the emoji plugin which I did, I then did the "Rebuild & Restart" since then, the categories has been showing the error.
-
Updating emoji plugin to 3.5.0 breaks categories view@PitaJ I was able to disable the emoji plugin, but the the categories link is still showing the error page:
Every other link in the menu works fine, its only categories that is broken, however since I have that set as the homepage its causing big issues.
2021-03-13T20:54:55.150Z [4567/1830] - error: /categories TypeError: Object.fromEntries is not a function at Object.parse [as default] (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parse.ts:41:26) at parseRaw (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parseFilters.ts:20:22) at Object.parsePost [as method] (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parseFilters.ts:34:28) at /home/tirpc/nodebb/src/plugins/hooks.js:129:28 at eachOfSeries$1 (/home/tirpc/nodebb/node_modules/async/dist/async.js:1631:13) at replenish (/home/tirpc/nodebb/node_modules/async/dist/async.js:440:21) at /home/tirpc/nodebb/node_modules/async/dist/async.js:445:13 at eachOfLimit$1 (/home/tirpc/nodebb/node_modules/async/dist/async.js:471:34) at awaitable (/home/tirpc/nodebb/node_modules/async/dist/async.js:208:32) at eachOfSeries (/home/tirpc/nodebb/node_modules/async/dist/async.js:658:16) 2021-03-13T20:55:02.533Z [4567/1830] - error: /api/categories TypeError: Object.fromEntries is not a function at Object.parse [as default] (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parse.ts:41:26) at parseRaw (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parseFilters.ts:20:22) at Object.parsePost [as method] (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parseFilters.ts:34:28) at /home/tirpc/nodebb/src/plugins/hooks.js:129:28 at eachOfSeries$1 (/home/tirpc/nodebb/node_modules/async/dist/async.js:1631:13) at replenish (/home/tirpc/nodebb/node_modules/async/dist/async.js:440:21) at /home/tirpc/nodebb/node_modules/async/dist/async.js:445:13 at eachOfLimit$1 (/home/tirpc/nodebb/node_modules/async/dist/async.js:471:34) at awaitable (/home/tirpc/nodebb/node_modules/async/dist/async.js:208:32) at eachOfSeries (/home/tirpc/nodebb/node_modules/async/dist/async.js:658:16) 2021-03-13T20:56:10.444Z [4567/1830] - error: /api/categories TypeError: Object.fromEntries is not a function at Object.parse [as default] (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parse.ts:41:26) at parseRaw (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parseFilters.ts:20:22) at Object.parsePost [as method] (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parseFilters.ts:34:28) at /home/tirpc/nodebb/src/plugins/hooks.js:129:28 at eachOfSeries$1 (/home/tirpc/nodebb/node_modules/async/dist/async.js:1631:13) at replenish (/home/tirpc/nodebb/node_modules/async/dist/async.js:440:21) at /home/tirpc/nodebb/node_modules/async/dist/async.js:445:13 at eachOfLimit$1 (/home/tirpc/nodebb/node_modules/async/dist/async.js:471:34) at awaitable (/home/tirpc/nodebb/node_modules/async/dist/async.js:208:32) at eachOfSeries (/home/tirpc/nodebb/node_modules/async/dist/async.js:658:16) 2021-03-13T20:56:12.231Z [4567/1830] - error: /api/categories TypeError: Object.fromEntries is not a function at Object.parse [as default] (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parse.ts:41:26) at parseRaw (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parseFilters.ts:20:22) at Object.parsePost [as method] (/home/tirpc/nodebb/node_modules/nodebb-plugin-calendar/src/lib/parseFilters.ts:34:28) at /home/tirpc/nodebb/src/plugins/hooks.js:129:28 at eachOfSeries$1 (/home/tirpc/nodebb/node_modules/async/dist/async.js:1631:13) at replenish (/home/tirpc/nodebb/node_modules/async/dist/async.js:440:21) at /home/tirpc/nodebb/node_modules/async/dist/async.js:445:13 at eachOfLimit$1 (/home/tirpc/nodebb/node_modules/async/dist/async.js:471:34) at awaitable (/home/tirpc/nodebb/node_modules/async/dist/async.js:208:32) at eachOfSeries (/home/tirpc/nodebb/node_modules/async/dist/async.js:658:16)
-
Updating emoji plugin to 3.5.0 breaks categories view@pitaj Can you let me know the command to update to Node 14 ?
Normally I just do ./nodebb upgrade which I did but it didn't resolve the issue
-
Links in Digest Emails are broken@baris I will have to wait, I am a Windows Administrator trying to manage this on an Ubuntu server so out of my depth.
-
Links in Digest Emails are broken@baris do you have an ETA on being released?
-
Updating emoji plugin to 3.5.0 breaks categories viewIs there a command I can run from SSH to deactivate or uninstall the emoji plugin since clicking the deactivate or uninstall buttons in the ACP do not work?