On Mon, Mar 29, 2004 at 08:29:01PM +0200, Max Andersen wrote:
> Josh Trutwin wrote:
> 
> Well, you might all have an idea about these missing graphs, then :)
> 
> http://norddata.dk/images/qss.jpg

If you recently upgraded PHP (I just installed 4.3.5, from 4.12 on the 
weekend), then the php pages getGraph.php and getGraph1.php won't accept 
the variables passed in the URL.  You will have to set the variables at 
the top of the script.

in getGraph.php, I added
    $data=$_GET['data'];
    $t=$_GET['t'];


and in getGraph1.php, I added
    $data=$_GET['data'];
    $s=$_GET['s'];

Rob


-- 
Random Tagline: 
In 1750 Issac Newton became discouraged when he fell up a flight of
stairs.


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to