mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] Core 2-5-devel-6 htmlmods


From: Mike Jones
Subject: Re: [Mldonkey-users] Core 2-5-devel-6 htmlmods
Date: Wed, 10 Sep 2003 03:36:29 +0000

Hello,

1. Clicking INPUT just inputs whatever command you have typed in the 
command line box.  If you type nothing, I guess you get nothing in 
return. Did you type something? 

2. Out of bounds array/string has to do with file_availability changes, 
which I assume are ongoing.

Calculating file_availability must have changed to support file 
availability across multiple networks. I include a patch with this 
message that should(?) remove the error, but availability is always 
displayed as 0.  These are the same functions that the gui uses 
(gui_downloads.ml), and it is always 0 there as well, so I assume the 
core developers are still working on the file_availability and 
string_availability functions.

-----Original Message-----
From: Jochen Radmacher <address@hidden>
To: address@hidden
Date: Wed, 10 Sep 2003 02:11:37 +0200
Subject: [Mldonkey-users] Core 2-5-devel-6 htmlmods

Hi,
i have 2 Problems with the web inteterface if the html_mods are on ( 
works fine if they are off):
1. when clicking on downloads I get (first part looks ok):
[...]

top.fstatus.document.writeln("type=submit value=Execute></td></form>");
top.fstatus.document.writeln("</tr></table></body></html>");
top.fstatus.document.close();
}
//-->

Exception Invalid_argument("out-of-bound array or string access")

2. clicking on the INPUT Button gives me an empty page:

<html>
<head>

<title>MLdonkey: Web Interface</title>
<link href="h.css" rel="stylesheet" type="text/css">
<script language="javascript" src="i.js">
</script>
</head>
<body>

<pre>
</pre>
</body>
</html>

I had the same Problem, when testing  the htmlmods_patch  (patch 1695)
The download Page worked fine.
Tested with Mozilla 1.4 windows, mlnet core 2-5-devel-6 runing on debian
woody-i386

Greets
 Jochen



Attachment: avail.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]