Menu

#69 Undefined Index on AddPoint line 127

open
nobody
None
5
2014-08-30
2010-07-01
Anonymous
No

I´m receiving a Notice: Uninitialized string offset: 0 in ../pChart/pData.php on line 127

It looks like

126: for($i=0;$i<=count($this->Data);$i++)
127: { if(isset($this->Data[$i][$Serie])) { $ID = $i+1; } }

this would fix it

126: for($i=0;$i<=count($this->Data);$i++)
127: { if(isset($this->Data[$i]) && isset($this->Data[$i][$Serie])) { $ID = $i+1; } }

great work!

Discussion


Log in to post a comment.

MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →