CPU utilization increased in 0.6.x
-
No, I don't think so. We also have serious problems for Safari users on 0.6. They can't post because category is not set in the composer and the unread count does not show up.
So.. considering 0.7.x. It seems to work much better on our stage env. But I get the following warnings.
17/3 11:35 [13459] - warn: [plugins/nodebb-plugin-emoji-extended] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. 17/3 11:35 [13459] - warn: [plugins/nodebb-plugin-emoji-extended] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-emoji-extended". 17/3 11:35 [13459] - warn: [plugins/nodebb-plugin-soundpack-default] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. 17/3 11:35 [13459] - warn: [plugins/nodebb-plugin-soundpack-default] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-soundpack-default". 17/3 11:35 [13459] - warn: [plugins/nodebb-plugin-markdown] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. 17/3 11:35 [13459] - warn: [plugins/nodebb-plugin-markdown] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-markdown". 17/3 11:35 [13459] - warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. 17/3 11:35 [13459] - warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions". 17/3 11:35 [13459] - warn: [plugins/nodebb-rewards-essentials] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. 17/3 11:35 [13459] - warn: [plugins/nodebb-rewards-essentials] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-rewards-essentials". 17/3 11:35 [13459] - warn: [plugins/nodebb-theme-lavender] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. 17/3 11:35 [13459] - warn: [plugins/nodebb-theme-lavender] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-theme-lavender".
Is this normal for 0.7?
-
I get them too, we usually don't get around to fixing those warnings until stable is near release
-
Ok, good to hear
Upgrade to 1.7 finished. I only had to disable the nodebb-plugin-topic-badges plugin as it resulted in crashes.
We got two search icons in the header now also. Is that "as designed"?
17/3 19:13 [14062] - error: TypeError: Object #<Object> has no method 'push' at Object.TopicBadges.addThreadTools [as method] (/usr/mysensors/mysensors-forum/NodeBB/node_modules/nodebb-plugin-topic-badges/library.js:27:15) at /usr/mysensors/mysensors-forum/NodeBB/src/plugins/hooks.js:89:12 at /usr/mysensors/mysensors-forum/NodeBB/node_modules/async/lib/async.js:272:13 at iterate (/usr/mysensors/mysensors-forum/NodeBB/node_modules/async/lib/async.js:149:13) at Object.async.eachSeries (/usr/mysensors/mysensors-forum/NodeBB/node_modules/async/lib/async.js:165:9) at Object.async.reduce (/usr/mysensors/mysensors-forum/NodeBB/node_modules/async/lib/async.js:271:15) at fireFilterHook (/usr/mysensors/mysensors-forum/NodeBB/src/plugins/hooks.js:81:9) at Plugins.fireHook (/usr/mysensors/mysensors-forum/NodeBB/src/plugins/hooks.js:66:5) at Object.threadTools (/usr/mysensors/mysensors-forum/NodeBB/node_modules/async/lib/async.js:656:23) at /usr/mysensors/mysensors-forum/NodeBB/node_modules/async/lib/async.js:583:25
-
Ohh.. sweet a new menu for handling top bar!
There is something wrong with category permissions! Many of your categories is hidden for registered users/guests (only admin=me) can see it. Tried re-saving but this seems to make it even more worse (they disappear one by one). Panic!
-
I have to enable old disabled categories to see them. Definitely a bug somewhere in the permission-on-categories part.
-
Reset password does dot work any more. You only get a "invalid reset code" popup.
-
File uploads does not quite work. They end up on server but they are not shown in posts. Only appear as:
![Screen Shot 2015-03-16 at 07.19.35.png](/uploads/files/1426625913085-Screen Shot 2015-03-16 at 07.19.35.png)
Which plugin is responsible for parsing image tags? What could be the issue.
-
I would say the filename with spaces "1426624191257-sensor shield rev 1.6 pcb.png " breaks the parsing.
Previously the files got names such as upload-2fd43287-38ca-4fb2-98c3-57120164d605.png
Panic:ing. Which component should I downgrade to get the old behaviour? marked?
-
@baris and @psychobunny , just a gentle ping. Would love to have image uploads working again before I hit the bed here.
Do you remember when the file upload/filename last changed in master (or plugins).
-
Okay so Baris fixed the reset issue an hour or so ago, but I would not recommend updating to the latest master beyond that commit on a live forum
-
I hate to be the bearer of bad news but the other two issues are more oriented towards @baris and @julian who are AFK till the morning at worst. I hope you can cope (this is the reason why we don't recommend using a non-stable build)
Any chance of dropping back to latest stable (0.6x)? Do you have backups? Otherwise hang tight and we will try to resolve tomorrow?
-
I can live without reset for a few days. Or cherrypick 37fe438c63359e9ce25a307aea48c752f0ce7c2a.
But image upload is worse.
-
For the category permissions its a bug I encountered myself earlier so pinging @julian for that.
The fix was going though every single category and updating the privs, check everything (ex. Read/find for guests, read/find/post/reply for everyone else). Its a pain in the ass but this will fix that for you right now.
We need to write an upgrade script
-
Yes, have backups. But there will be post/user-losses going back.
The community just have to wait for tomorrow then.Seems file upload works here but you send them away to imgur and the generated url looks "parsable" without any spaces.
-
@psychobunny said:
@hek I'll make a couple issues on our tracker so its more visible. Welcome to the latest and greatest (and broken) master
Great. I feel welcome
-