Page 1 of 1

FATAL ERROR new release

Posted: Mon Jul 08, 2013 5:09 pm
by 15965760
Just installed latest release (July 2013)...

This error accessing my charts:
Fatal error: Cannot access parent:: when current class scope has no parent in C:\xampp\htdocs\charts\sources\legend\LegendItemCoordinates.php on line 61

These errors accessing demos/Features/ and clicking through the menu tree:
Notice: Undefined offset: 15 in C:\xampp\htdocs\charts\sources\legend\Legend.php on line 956

Fatal error: Cannot access parent:: when current class scope has no parent in C:\xampp\htdocs\charts\sources\legend\LegendItemCoordinates.php on line 61

Re: FATAL ERROR new release

Posted: Mon Jul 08, 2013 5:30 pm
by 15965760
Commenting out this in sources\legend\LegendItemCoordinates.php..

Code: Select all

   /*public function __destruct()    
   {        
        parent::__destruct();       
                 
        unset($this->xColor);
        unset($this->idx);
        unset($this->x);
        unset($this->y);
   }      
   */
Allows my chart page to process, but at completion, this is echoed to screen:

Notice: Undefined property: TChart::$chart in C:\xampp\htdocs\charts\sources\TChart.php on line 633
tchart destruct : 13438512

Notice: Undefined property: Chart::$graphics3D in C:\xampp\htdocs\charts\sources\Chart.php on line 1877

Notice: Undefined property: SeriesCollection::$chart in C:\xampp\htdocs\charts\sources\styles\SeriesCollection.php on line 249

Notice: Undefined property: SeriesCollection::$chart in C:\xampp\htdocs\charts\sources\styles\SeriesCollection.php on line 249

Re: FATAL ERROR new release

Posted: Mon Jul 15, 2013 4:26 pm
by Pep
Hello,

yes, you're correct. We've fixed this problems here in the actual sources. We're going to upload a new maintenance on our web site asap, which includes the fixes.
We'll advise when it's available for download.

Thanks for the advise!

Re: FATAL ERROR new release

Posted: Tue Jul 16, 2013 11:14 am
by yeray
Hi,

The new maintenance release is available at the download page