File Manager - Page Not Found

After upgrading from version 1.1.1 to 1.2.0 there is no access to the file manager.
Run: apt update & apt install --reinstall hestia -nginx has not solved the problem.

Page Not Found
Oops! We couldn’t find the page that you’re looking for.
Please check the address and try again.
Error Code: 404

Thank you in advance for all your help.

Hi

Can you do a ls -ll $HESTIA/web/fm/ and let us know the output?

Server is on Ubuntu 20.04 ?

total 168
drwxr-xr-x 3 root root 4096 Jun 29 18:21 backend
-rw-r–r-- 1 root root 1118 Jun 29 18:21 composer.json
-rw-r–r-- 1 root root 152674 Jun 29 18:21 composer.lock
-rw-r–r-- 1 root root 2833 Jun 29 18:21 configuration.php
drwxr-xr-x 14 root root 4096 Jun 29 18:21 vendor

Server on Ubuntu 18.04

Looks like something failed during installation, what’s the output of php -v? Also you could trigger the installation with bash $HESTIA/install/deb/filemanager/install-fm.sh.

1 Like

Thank you!
bash $HESTIA/install/deb/filemanager/install-fm.sh has solved the problem.

1 Like

I just ran into this on a couple of servers. Looked like the upgrade procsess failed because the downloaded .zip file was zero length – maybe problems contacting the download server?
Anyway, running the install-fm.sh script fixed it.

Update to last version and it should sort it out it self