Upgrade issues
-
Messed up on my end. Mostly the site hangs and I have to force reload before it shows the full page. On Chrome Web console, I get:
WebSocket connection to 'ws://forum.linuxbsdos.com/socket.io/1/websocket/Zs91CdJ09UNyJSkglTmX' failed: Unexpected response code: 502 http://forum.linuxbsdos.com/ Uncaught TypeError: object is not a function
-
I see it how it is in the second screenshot (as I'm using Chrome)... I am seeing it not ajaxify between pages properly...
Dev mode:
./nodebb dev
Then take a look at the web inspector and let me know what shows up when you switch pages.
Oh, while you're at it... try this:
- Turn off your NodeBB
- Delete the
/public/templates
folder, it will be regenerated on restart - Start your NodeBB
- Progress?
-
While we on this, I think there's a major security bug on NodeBB that gives me admin rights on our posts. I can edit, delete, move them. See screenshot
That's weird. After navigating away from this page and coming back, I lost the privilege of editing your post.
-
Messages from the Web console of FF 28 when moving from page to page.
Firefox can't establish a connection to the server at ws://forum.site.com/socket.io/1/websocket/SR0lQK_OJLDCEwYiuhMO. socket.io.js:2 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. nodebb.min.js:2 Empty string passed to getElementById(). nodebb.min.js:1 Empty string passed to getElementById(). nodebb.min.js:1 Empty string passed to getElementById(). nodebb.min.js:1 Empty string passed to getElementById(). nodebb.min.js:1 Empty string passed to getElementById().
And if it helps, here's a screenshot of the files associate with the errors.
-
I'm actually running in dev mode. See message below. (For the record, the emailer-local and db-search plugins are current. I uninstalled and reinstalled them just to be sure):
warn: Route requested but not found: /plugins/fireHook warn: [plugins/nodebb-plugin-dbsearch] "callbacked" deprecated as of 0.4x. Use asynchronous method instead for hook: filter:admin.header.build warn: [plugins/nodebb-plugin-emailer-local] "callbacked" deprecated as of 0.4x. Use asynchronous method instead for hook: filter:admin.header.build warn: Route requested but not found: /vendor/fontawesome/css/font-awesome.min.css warn: Route requested but not found: /api/admin/plugins/emailer-smtp?_=1396398300353
Btw, see this screenshot. Also, I can attempt to move your post, but the Move is greyed-out. Still, something's not right.
-
Make sure your vanilla and lavender themes are 0.0.18-5 and 0.0.24-5 respectively.
Since I just upgraded, all themes and plugins should be current, right? In any case, Vanilla is 0.0.18 while Lavender is 0.0.24.
And I don't have that many plugins installed. Colors plugin was last updated a month ago. Is the code still kosher?
-