I’m loading data to a Chart using the ChartConnector. Every time it runs, I get a notice message in my PHP error log:
PHP Notice: Undefined variable: start in Path\To\connector\v2.0\dataview_connector.php on line 63
It looks like it’s trying to close the XML starting tag, but isn’t finding the $start variable.
My data loads fine, I just don’t want to fill up my PHP error log with these notices.