Hi all,
I have CSF (7.57) running on a fresh Ubuntu Server 14.04 install. It's working fine, except that the Webmin module only loads up to the "upgrade" section, and then does nothing (it doesn't even try to actually check for an upgrade). I've tried uninstalling and reinstalling to no avail. Any advice?
Webmin module only loads as far as "upgrade"
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: Webmin module only loads as far as "upgrade"
Make sure that the server can reach download.configserver.com (85.10.199.177).
Also, do ensure that you have the LWP perl module installed as by default it now contacts https://download.configserver.com using it. Otherwise, you will need to set URLGET to use the included HTTP::Tiny module and use the non-SSL link instead.
For example, on debian/Ubuntu:
For CentOS/RedHat users:
Also, do ensure that you have the LWP perl module installed as by default it now contacts https://download.configserver.com using it. Otherwise, you will need to set URLGET to use the included HTTP::Tiny module and use the non-SSL link instead.
For example, on debian/Ubuntu:
Code: Select all
apt-get install libwww-perl
Code: Select all
yum install perl-libwww-perl.noarch