Bug with vesta web interface
Bug with vesta web interface
Hi all,
I have a problem with my vesta web interface. I can log in without any problems but, no data is displayed.
It's hard to explain, so you can see this picture : http://imgur.com/1MQh5JJ
What can I do to fix that ?
Thank you.
I have a problem with my vesta web interface. I can log in without any problems but, no data is displayed.
It's hard to explain, so you can see this picture : http://imgur.com/1MQh5JJ
What can I do to fix that ?
Thank you.
Re: Bug with vesta web interface
try to clone patched files from github
in SSH run:
then copy downloaded files to /usr/local/vesta
in SSH run:
Code: Select all
git clone https://github.com/serghey-rodin/vesta.git
Re: Bug with vesta web interface
Thank you but didn't work. I just see the number of items now ^^dpeca wrote: try to clone patched files from github
in SSH run:
CODE: SELECT ALL
git clone https://github.com/serghey-rodin/vesta.git
then copy downloaded files to /usr/local/vesta
Look : http://imgur.com/VcdJ59n
I already delete my browser's cache.
Re: Bug with vesta web interface
What do you get when in SSH run:
v-list-dns-domains admin
v-list-dns-domains admin
Re: Bug with vesta web interface
Hi,
Nothing...
Check : http://imgur.com/MXmrljK
All my websites, databases and backups are running well. And naturally, I use "admin" user to manage them.
Nothing...
Check : http://imgur.com/MXmrljK
All my websites, databases and backups are running well. And naturally, I use "admin" user to manage them.
Re: Bug with vesta web interface
Run:
ln -s /proc/self/fd /dev/fd
ln -s /proc/self/fd /dev/fd
Re: Bug with vesta web interface
Thank you very much dpeca. The symbolic link solved my problems !dpeca wrote:Run:
ln -s /proc/self/fd /dev/fd
Re: Bug with vesta web interface
In your screenshot I saw error about /dev/fd.rtauxe wrote:Thank you very much dpeca. The symbolic link solved my problems !dpeca wrote:Run:
ln -s /proc/self/fd /dev/fd
Then I remembered that I saw on this forum somewhere that someone wrote about /dev/fd a few days ago, searched, and copied :)
Re: Bug with vesta web interface
I was wondering if this issue with not displaying vesta web interface could be related to the same as below issue for vesta firewall not showing as in my case:
viewtopic.php?f=16&t=11990
Anyone?
viewtopic.php?f=16&t=11990
Anyone?
-
- Posts: 2
- Joined: Mon Jul 11, 2016 1:46 pm
Re: Bug with vesta web interface
This is the best solution.dpeca wrote:Run:
ln -s /proc/self/fd /dev/fd