FATAL ERROR new release

TeeChart for PHP
Post Reply
rustydiver
Newbie
Newbie
Posts: 22
Joined: Tue Apr 30, 2013 12:00 am

FATAL ERROR new release

Post by rustydiver » Mon Jul 08, 2013 5:09 pm

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

rustydiver
Newbie
Newbie
Posts: 22
Joined: Tue Apr 30, 2013 12:00 am

Re: FATAL ERROR new release

Post by rustydiver » Mon Jul 08, 2013 5:30 pm

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

Pep
Site Admin
Site Admin
Posts: 3272
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: FATAL ERROR new release

Post by Pep » Mon Jul 15, 2013 4:26 pm

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!

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: FATAL ERROR new release

Post by Yeray » Tue Jul 16, 2013 11:14 am

Hi,

The new maintenance release is available at the download page
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply