git version?
im using nodebb 0.9.3
there are different versions in 0.9.3?
I added some user in the chat with empty user, now it seems to work.
there is no posibilty to delete a whole chat.
For some reason topics do not display while logged in.
They work fine while not logged in. I cleared browser cache, and tried IE Firefox and Chrome.
This is a fresh install.
VPS Ubuntu 14.04 LAMP setup using Apache as a Proxy. I wonder if the proxy is the issue.
Thank you for your time,
Tad
Have you not given them permission to access the topic? Try going to manage categories and changing the viewing permissions for the categories.
I installed nginx and used it as a proxy. It seems to work now. I couldn't figure out what may have been wrong.
I tried older versions of NodeBB and that did not resolve the problem. I have a feeling it's something to do with apache and the way I was setting it up. I'm using virtualmin.
*Setup which did not work
Ubuntu 14.04
LAMP
Virtualmin
Proxied using these settings in Virtualmin
MENU NAVIGATION: webmin -> server -> apache -> server name -> Edit Directives ->
<Proxy *>
order deny,allow
allow from all
</Proxy>
ProxyPass /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
ProxyPassReverse /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
ProxyPass /socket.io/ http://127.0.0.1:4567/socket.io/
ProxyPassReverse /socket.io/ http://127.0.0.1:4567/socket.io/
NGINX fixed my problem. I am including this information for others reference.