@venkat Gotta be more specific with your problem. Someone may be able to help from this forum. Try opening an issue on github, but you'll have to describe your problem.
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.