Athena - 2015-12-25

When I run webmin on Firefox I get the follwoing error as soon as it starts.

Error - Perl execution failed

Undefined subroutine &main::list_combined_system_info called at /var/www/webmin/gray-theme/right.cgi line 14.

The line 14 is between ** below.

#!/usr/bin/perl
# Show server or domain information

use strict;
use warnings;
require 'gray-theme/gray-theme-lib.pl';
&ReadParse();
&load_theme_library();
our ($current_theme, %gconfig);
our %text = &load_language($current_theme);
my $bar_width = 300;

# Get system info to show
**my @info = &list_combined_system_info();**
my ($redir) = grep { $_->{'type'} eq 'redirect' } @info;
if ($redir) {

I can remove the package and reinstall it but I get the following error under Debian

root@Raspberrypi-3:/var/www# apt-get remove --purge webmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package webmin
 

Last edit: Athena 2015-12-25