Chris writes:
> I have upgraded from backupppc 3.0 to 3.1 on Redhat (RHEL 4) and
> also lost my Hosts Summary...all of the other links appear to be
> working. Apache logs don't seem to show an error. Anyone else
> having this problem?
>
> I ran my upgrade using perl configure.pl and pointing to my current
> working config.pl.
Hmmm, that's two people who have reported this. I suspect it is due
to the new JavaScript code that allows the host summary columns to
be sorted. This problem didn't show up among during beta.
First, try editing lib/BackupPC/Lang/en.pm and removing:
class="sortable"
from these two lines:
<table class="sortable" id="host_summary_backups" border cellpadding="3"
cellspacing="1">
....
....
<table class="sortable" id="host_summary_nobackups" border cellpadding="3"
cellspacing="1">
ie, they should look like:
<table id="host_summary_backups" border cellpadding="3" cellspacing="1">
....
....
<table id="host_summary_nobackups" border cellpadding="3" cellspacing="1">
Does the host summary now appear?
If not, try removing the load of the sorttable.js script. Look in
lib/BackupPC/CGI/Lib.pm and delete this line:
<script src="$Conf{CgiImageDirURL}/sorttable.js"></script>
Please tell us which browser you are using.
Chris Stone - your response would be helpful too, since you also
reported this problem.
Craig
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/