@mj I recently came across this problem and changing the theme from the current to a new theme and then back again, fixed the Hamburger button mobile bug.
unterm
Posts
-
Hamburger not working? -
v1.6.0 Suspected Nginx ProblemI upgraded from v1.5.3 to v1.6.1 and the nginx related problem I was having in v1.6.0 is no longer there. Therefore the problem has been resolved but I don't know why.
-
v1.6.0 Suspected Nginx Problem@manolino here's the output:
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 566/sshd tcp 0 0 0.0.0.0:4567 0.0.0.0:* LISTEN 6572/node tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 531/nginx -g daemon tcp 0 0 0.0.0.0:17500 0.0.0.0:* LISTEN 594/dropbox tcp 0 0 127.0.0.1:17600 0.0.0.0:* LISTEN 594/dropbox tcp 0 0 127.0.0.1:17603 0.0.0.0:* LISTEN 594/dropbox tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 580/mongod tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 531/nginx -g daemon tcp6 0 0 :::22 :::* LISTEN 566/sshd tcp6 0 0 :::443 :::* LISTEN 531/nginx -g daemon tcp6 0 0 :::17500 :::* LISTEN 594/dropbox tcp6 0 0 :::80 :::* LISTEN 531/nginx -g daemon udp 0 0 0.0.0.0:17500 0.0.0.0:* 594/dropbox Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 2466870449 594/dropbox /home/euan/.dropbox/command_socket unix 2 [ ACC ] STREAM LISTENING 2466870452 594/dropbox /home/euan/.dropbox/iface_socket unix 2 [ ACC ] STREAM LISTENING 2466863845 580/mongod /tmp/mongodb-27017.sock unix 2 [ ACC ] STREAM LISTENING 2466865203 1121/python /var/run/fail2ban/fail2ban.sock unix 2 [ ACC ] STREAM LISTENING 2466861640 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 2466862203 156/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 2466863783 578/php-fpm.conf) /run/php/php5.6-fpm.sock unix 2 [ ACC ] STREAM LISTENING 2466864056 663/dirmngr /var/run/dirmngr/socket
-
v1.6.0 Suspected Nginx Problem@sfner thanks for the detailed reply. I tried including socket.io definition to my config.json but it had no effect. I also tried adding all sub-domains to nginx conf but it too had no effect. For both efforts I checked the direct non-nginx and it worked.
Perhaps I should have added that it's running on a VPS that uses openVZ.
-
v1.6.0 Suspected Nginx Problem@manolino thanks, yes before posting I did find your suggestion and tried it. Unfortunately it didn't work. I should have included that in the original post.
-
v1.6.0 Suspected Nginx ProblemUpgraded from v.1.5.3 to v.1.6.0 as per the upgrade manual.
Browser fails to display pages when I follow a link. If the page is refreshed it loads but only displays the post text and not the markdown formatting.
No erros from ./nodebb log
Nginx error.log shows:
2017/10/01 00:04:52 [error] 537#537: *184 connect() failed (111: Connection refused) while connecting to upstream, client: 86.30.244.235, server: myforum.com, request: "GET /socket.io/?EIO=3&transport=polling&t=LxL2GT8 HTTP/1.1", upstream: "http://127.0.0.1:4567/socket.io/?EIO=3&transport=polling&t=LxL2GT8", host: "myforum.com", referrer: "https://myforum.com/"
My nginx configuration is from the docs with SSL.
If I bypass Nginx and access port 4567 directly in the browser, the forum displays correctly. This leads me to believe the problem is todo with Nginx.
Nodebb is running on Ubuntu 14.04, as per the installation instructions.
-
Custom Homepage: Recent + Categories@yariplus thanks - will take a look
-
Custom Homepage: Recent + CategoriesThanks for the quick reply. This would be beyond my depth and understanding and I'm concerned that anything I develop may break in future releases. Do you have any thoughts on that?
-
Custom Homepage: Recent + CategoriesAs far as I'm aware it's only possible to have either Recent or Categories on the homepage for the Persona theme. Is it possible to have both? I've stitched together 2 screen shots to show what this would look like:
I did try using the custom homepage plugin to add Recent and Categories widgets to the same page but the widgets are not the same as the actual pages and it didn't look very good.