Menu

auswertung

Help 2.02
Anonymous
2003-09-09
2003-09-09
  • Anonymous

    Anonymous - 2003-09-09

    hallo gemeinschaft

    bekomme bei der auswertung stats_month fplgende fehler

    Parse error: parse error, expecting `','' or `')'' in m/admin/lib/jpgraph.php on line 2321

    dort steht folgendes

    $gracetop=($this->gracetop/100.0)*abs($max-$min);
        $gracebottom=($this->gracebottom/100.0)*abs($max-$min);
        if( is_numeric($this->autoscale_min) ) {
            $min = $this->autoscale_min;
            if( abs($min-$max ) < 0.00001 )
            $max *= 1.05;
        }
        $min -= $gracebottom; ///das ist 2321
        $max += $gracetop;

    Fatal error: Cannot instantiate non-existent class: piegraph in m/admin/stats_month.php on line 141

    dort steht

    $graph = new PieGraph(400,300);

     
    • Andreas Kansok

      Andreas Kansok - 2003-09-09

      Durch den Parse error wird die Klasse nicht definiert (der Fatal error in Zeile 141 ist also ein Folgefehler aus dem ersten).

      Falls ein erneuter Upload der betroffenen Dateien nichts hilft, versuch's mal mit einer aktuellen Version von JPgraph (http://www.aditus.no/jpgraph/).

      Gru,
      Andreas.

       
      • Andreas Kansok

        Andreas Kansok - 2003-09-09
         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.