File Manager - White Black Page

Hi

So I am running HestiaCP 1.2 on Ubuntu 20.
Its a fresh install.
And when I click on the File Manager, I just see a blank white page.

Run the .sh file found in /usr/local/hestia/install/deb/filemanger/ agian

This should solve the issue :slight_smile:

2 Likes

Sorry for the lack of technical knowledge from me
But what works the command be to do this?

login as root (sudo -s if needed)
bash /usr/local/hestia/install/deb/filemanger/install-fm.sh

I get this error “No such file or directory” but looking as ls the file is there

root@TTFWeb-Ubuntu20:~# cd /usr/local/hestia/install/deb/filemanager/
root@TTFWeb-Ubuntu20:/usr/local/hestia/install/deb/filemanager# ls
filegator install-fm.sh
root@TTFWeb-Ubuntu20:/usr/local/hestia/install/deb/filemanager# bash /usr/local/hestia/install/deb/filemanger/install-fm.sh
bash: /usr/local/hestia/install/deb/filemanger/install-fm.sh: No such file or directory
root@TTFWeb-Ubuntu20:/usr/local/hestia/install/deb/filemanager#

It is /usr/local/hestia/install/deb/filemanager/install-fm.sh :slight_smile:

Thanks I was able to do this without any errors
root@TTFWeb-Ubuntu20:~# bash /usr/local/hestia/install/deb/filemanager/install-fm.sh
root@TTFWeb-Ubuntu20:~#

However I still just see a white blank page

Check /etc/logs/hestia/nginx-error.log?

I dont have Logs. I have he following with log
root@TTFWeb-Ubuntu20:/etc# log
logger login loginctl logname logout logresolve logrotate logsave

sorry /var/log/hestia/nginx-error.log

2020/07/02 18:33:41 [error] 824#0: *79 open() “/usr/local/hestia/web/fm/css/app.css” failed (2: No such file or directory), client: 000.000.000.000, server: _>
2020/07/02 18:33:41 [error] 824#0: *79 open() “/usr/local/hestia/web/fm/js/chunk-vendors.js” failed (2: No such file or directory), client: 000.000.000.000, s>
2020/07/02 18:33:41 [error] 824#0: *81 open() “/usr/local/hestia/web/fm/js/app.js” failed (2: No such file or directory), client: 000.000.000.000, server: _, >
2020/07/02 18:33:41 [error] 824#0: *83 open() “/usr/local/hestia/web/fm/css/chunk-vendors.css” failed (2: No such file or directory), client: 000.000.000.000,>
2020/07/02 18:33:41 [error] 824#0: *79 open() “/usr/local/hestia/web/fm/js/chunk-vendors.js” failed (2: No such file or directory), client: 000.000.000.000, s>

I removed my IP address and relplaced it with 000.000.000.000

Run

apt-get --reinstall install hestia-nginx

1 Like

*followed by a systemctl restart hestia, just to be sure the change gets loaded properly.

root@TTFWeb-Ubuntu20:~# apt-get --reinstall install hestia-nginx
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages were automatically installed and are no longer required:
linux-headers-5.4.0-29 linux-headers-5.4.0-29-generic
linux-image-5.4.0-29-generic linux-modules-5.4.0-29-generic
Use ‘apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 5167 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 https://apt.hestiacp.com focal/main amd64 hestia-nginx amd64 1.17.10 [5167 kB]
Fetched 5167 kB in 0s (12.9 MB/s)
(Reading database … 149577 files and directories currently installed.)
Preparing to unpack …/hestia-nginx_1.17.10_amd64.deb …
Unpacking hestia-nginx (1.17.10) over (1.17.10) …
Setting up hestia-nginx (1.17.10) …
Processing triggers for systemd (245.4-4ubuntu3.1) …
root@TTFWeb-Ubuntu20:~# systemctl restart hestia

Thank you, it works now

1 Like