undefined method Piwik_DataTable_Array::getColumn()

Hi,

calling

http://[$someTrackingTool].local/index.php?module=VisitTime&action=getVisitInformationPerServerTime&idSite=2&period=day&date=last30&token_auth=xxx&viewDataTable=generateDataChartVerticalBar

I get the following error

Fatal error: Call to undefined method Piwik_DataTable_Array::getColumn() in /Users/typo3felix/Sites/piwik/core/ViewDataTable/GenerateGraphData.php on line 133

Reffering to #811 I tested this with PHP 5.2.12 and 5.3.1.

Any suggestions?

Regards, typo3felix

PS: Linking realy sucks in this forum style_emoticons/<#EMO_DIR#>/wink.gif Ticket is located at: dev.piwik.org/trac/ticket/811

I re-read the thread for the bug reported in #811, and it was resolved after upgrading to php 5.2.10, and it was for a single date.

Your situation is different because you’re using a date range (or lastN) for the date parameter. Create a Trac ticket and describe your use case so we know it isn’t a dupe of #811.