Problems with accessing all screens on webui

I am using RASPI model B
Volumio set up fine and got wifi working.
However I do not seem to be able to access a lot of the screens on the web ui. In particular the screens for setting up the NAS. I can go to the first screen and go to BROWSE and PLLYBACK by click the links at the bottom of the page . I can also get to the credit screen but if I click on say library or network on the menu the webui just shows "connecting in the middle of the screen.
I had previously been able to get into these screens and had unsuccessfully tries to connect to a 2nd PI acting as a NAS over SMB. I think I may have corrupted volumio web ui in some way.
Any ideas how to sort out? If not is there an easy way to reninstall volumio without reflashing the sd card as don’t want to go through setting up wifi again if possible.

Thanks for any help.

you may try to restart the GUI with the following commands:

/etc/init.d/php5-fpm stop
sh /etc/init.d/nginx stop

check with “netstat -pa | grep 900” if there are listener processes (nr. 9000, 9001 and 9002) running; these should be gone)

sh /etc/init.d/nginx start
/etc/init.d/php5-fpm start

Now try to enter the webgui again; type the IP-address or hostname.

Regards, Menno.

Alternatively, hit ctrl+f5 . Sometimes is just browser’s cache that goes mad… Let me know!