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
FATAL ERROR new release
-
- Newbie
- Posts: 22
- Joined: Tue Apr 30, 2013 12:00 am
Re: FATAL ERROR new release
Commenting out this in sources\legend\LegendItemCoordinates.php..
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
Code: Select all
/*public function __destruct()
{
parent::__destruct();
unset($this->xColor);
unset($this->idx);
unset($this->x);
unset($this->y);
}
*/
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
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!
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!
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: FATAL ERROR new release
Hi,
The new maintenance release is available at the download page
The new maintenance release is available at the download page
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |