Webmin module only loads as far as "upgrade"

Post Reply
ivra
Junior Member
Posts: 1
Joined: 01 Jan 2015, 16:45

Webmin module only loads as far as "upgrade"

Post by ivra »

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?
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: Webmin module only loads as far as "upgrade"

Post by ForumAdmin »

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:

Code: Select all

apt-get install libwww-perl 
For CentOS/RedHat users:

Code: Select all

yum install perl-libwww-perl.noarch
Post Reply