Error Viewing Custom Variables

I am getting an error report when trying to view Custom Variables. The error is below. I have been using scope=“visit” CVs for some time with no problem. This morning I tried to use scope=“page” for the first time, so I suspect this error is related to that. Here is the code that pushed the CVs:

var _paq = _paq || [];
_paq.push([‘setCustomVariable’, 1, “City”, “Raleigh”, “visit”]); _paq.push([‘setCustomVariable’, 2, “State”, “North Carolina”, “visit”]); _paq.push([‘setCustomVariable’, 4, “Country”, “United States”, “visit”]); _paq.push([‘setCustomVariable’, 5, “Device Type / Name”, “computer Nigel J. Terry”, “visit”]); _paq.push([‘setCustomVariable’, 1, “Device Type”, “computer”, “page”]); _paq.push([‘setCustomVariable’, 2, “Name”, “Nigel J. Terry”, “page”]); _paq.push([“trackPageView”]);
_paq.push([“enableLinkTracking”]);

The part added today is "_paq.push([‘setCustomVariable’, 1, “Device Type”, “computer”, “page”]); _paq.push([‘setCustomVariable’, 2, “Name”, “Nigel J. Terry”, “page”]); "

And here is the error trace when I try and view Custom Variables from the Dashboard:

DATE RANGE: 2014-01-11
ALL VISITS
ABOUT PIWIK 2.0.2
There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 4 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 109

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:109]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:54]
#2 Piwik\DataArray->sumMetricsVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:105]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:370]
#13 Piwik\Archive->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:456]
#14 Piwik\Archive::getDataTableFromArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:40]
#15 Piwik\Plugins\CustomVariables\API->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:59]
#16 Piwik\Plugins\CustomVariables\API->getCustomVariables(…) called at [:]
#17 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#18 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#19 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#20 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#21 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#22 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#23 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:230]
#24 Piwik\Plugin\Controller->renderReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:31]
#25 Piwik\Plugins\CustomVariables\Controller->getCustomVariables(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:26]
#26 Piwik\Plugins\CustomVariables\Controller->index(…) called at [:]
#27 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#28 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 5 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 110

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:110]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:54]
#2 Piwik\DataArray->sumMetricsVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:105]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:370]
#13 Piwik\Archive->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:456]
#14 Piwik\Archive::getDataTableFromArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:40]
#15 Piwik\Plugins\CustomVariables\API->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:59]
#16 Piwik\Plugins\CustomVariables\API->getCustomVariables(…) called at [:]
#17 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#18 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#19 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#20 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#21 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#22 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#23 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:230]
#24 Piwik\Plugin\Controller->renderReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:31]
#25 Piwik\Plugins\CustomVariables\Controller->getCustomVariables(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:26]
#26 Piwik\Plugins\CustomVariables\Controller->index(…) called at [:]
#27 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#28 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 6 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 111

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:111]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:54]
#2 Piwik\DataArray->sumMetricsVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:105]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:370]
#13 Piwik\Archive->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:456]
#14 Piwik\Archive::getDataTableFromArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:40]
#15 Piwik\Plugins\CustomVariables\API->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:59]
#16 Piwik\Plugins\CustomVariables\API->getCustomVariables(…) called at [:]
#17 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#18 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#19 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#20 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#21 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#22 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#23 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:230]
#24 Piwik\Plugin\Controller->renderReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:31]
#25 Piwik\Plugins\CustomVariables\Controller->getCustomVariables(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:26]
#26 Piwik\Plugins\CustomVariables\Controller->index(…) called at [:]
#27 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#28 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 7 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 112

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:112]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:54]
#2 Piwik\DataArray->sumMetricsVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:105]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:370]
#13 Piwik\Archive->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:456]
#14 Piwik\Archive::getDataTableFromArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:40]
#15 Piwik\Plugins\CustomVariables\API->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:59]
#16 Piwik\Plugins\CustomVariables\API->getCustomVariables(…) called at [:]
#17 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#18 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#19 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#20 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#21 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#22 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#23 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:230]
#24 Piwik\Plugin\Controller->renderReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:31]
#25 Piwik\Plugins\CustomVariables\Controller->getCustomVariables(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:26]
#26 Piwik\Plugins\CustomVariables\Controller->index(…) called at [:]
#27 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#28 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 4 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 109

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:109]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:225]
#2 Piwik\DataArray->sumMetricsVisitsPivot(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:106]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:370]
#13 Piwik\Archive->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:456]
#14 Piwik\Archive::getDataTableFromArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:40]
#15 Piwik\Plugins\CustomVariables\API->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:59]
#16 Piwik\Plugins\CustomVariables\API->getCustomVariables(…) called at [:]
#17 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#18 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#19 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#20 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#21 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#22 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#23 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:230]
#24 Piwik\Plugin\Controller->renderReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:31]
#25 Piwik\Plugins\CustomVariables\Controller->getCustomVariables(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:26]
#26 Piwik\Plugins\CustomVariables\Controller->index(…) called at [:]
#27 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#28 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 5 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 110

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:110]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:225]
#2 Piwik\DataArray->sumMetricsVisitsPivot(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:106]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:370]
#13 Piwik\Archive->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:456]
#14 Piwik\Archive::getDataTableFromArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:40]
#15 Piwik\Plugins\CustomVariables\API->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:59]
#16 Piwik\Plugins\CustomVariables\API->getCustomVariables(…) called at [:]
#17 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#18 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#19 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#20 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#21 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#22 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#23 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:230]
#24 Piwik\Plugin\Controller->renderReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:31]
#25 Piwik\Plugins\CustomVariables\Controller->getCustomVariables(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:26]
#26 Piwik\Plugins\CustomVariables\Controller->index(…) called at [:]
#27 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#28 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 6 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 111

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:111]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:225]
#2 Piwik\DataArray->sumMetricsVisitsPivot(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:106]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:370]
#13 Piwik\Archive->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:456]
#14 Piwik\Archive::getDataTableFromArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:40]
#15 Piwik\Plugins\CustomVariables\API->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:59]
#16 Piwik\Plugins\CustomVariables\API->getCustomVariables(…) called at [:]
#17 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#18 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#19 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#20 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#21 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#22 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#23 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:230]
#24 Piwik\Plugin\Controller->renderReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:31]
#25 Piwik\Plugins\CustomVariables\Controller->getCustomVariables(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:26]
#26 Piwik\Plugins\CustomVariables\Controller->index(…) called at [:]
#27 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#28 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 7 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 112

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:112]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:225]
#2 Piwik\DataArray->sumMetricsVisitsPivot(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:106]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:370]
#13 Piwik\Archive->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:456]
#14 Piwik\Archive::getDataTableFromArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:40]
#15 Piwik\Plugins\CustomVariables\API->getDataTable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/API.php:59]
#16 Piwik\Plugins\CustomVariables\API->getCustomVariables(…) called at [:]
#17 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#18 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#19 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#20 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#21 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#22 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#23 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:230]
#24 Piwik\Plugin\Controller->renderReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:31]
#25 Piwik\Plugins\CustomVariables\Controller->getCustomVariables(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Controller.php:26]
#26 Piwik\Plugins\CustomVariables\Controller->index(…) called at [:]
#27 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#28 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

Further Update. The problem is not just on Custom Variables. Just viewing the Visitors Tab gives this error, but that may be because it is defaulting to Custom Variables:

DATE RANGE: 2014-01-11
ALL VISITS
ABOUT PIWIK 2.0.2
There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 4 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 109

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:109]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:54]
#2 Piwik\DataArray->sumMetricsVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:105]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:343]
#13 Piwik\Archive->getDataTableFromNumeric(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/API.php:62]
#14 Piwik\Plugins\VisitsSummary\API->get(…) called at [:]
#15 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#16 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/API/API.php:493]
#17 Piwik\Plugins\API\API->get(…) called at [:]
#18 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#19 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#20 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#21 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#22 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#23 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#24 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:202]
#25 Piwik\Plugin\Controller->renderView(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:97]
#26 Piwik\Plugins\VisitsSummary\Controller->getEvolutionGraph(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:32]
#27 Piwik\Plugins\VisitsSummary\Controller->index(…) called at [:]
#28 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#29 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 5 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 110

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:110]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:54]
#2 Piwik\DataArray->sumMetricsVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:105]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:343]
#13 Piwik\Archive->getDataTableFromNumeric(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/API.php:62]
#14 Piwik\Plugins\VisitsSummary\API->get(…) called at [:]
#15 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#16 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/API/API.php:493]
#17 Piwik\Plugins\API\API->get(…) called at [:]
#18 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#19 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#20 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#21 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#22 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#23 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#24 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:202]
#25 Piwik\Plugin\Controller->renderView(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:97]
#26 Piwik\Plugins\VisitsSummary\Controller->getEvolutionGraph(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:32]
#27 Piwik\Plugins\VisitsSummary\Controller->index(…) called at [:]
#28 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#29 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 6 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 111

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:111]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:54]
#2 Piwik\DataArray->sumMetricsVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:105]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:343]
#13 Piwik\Archive->getDataTableFromNumeric(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/API.php:62]
#14 Piwik\Plugins\VisitsSummary\API->get(…) called at [:]
#15 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#16 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/API/API.php:493]
#17 Piwik\Plugins\API\API->get(…) called at [:]
#18 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#19 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#20 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#21 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#22 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#23 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#24 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:202]
#25 Piwik\Plugin\Controller->renderView(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:97]
#26 Piwik\Plugins\VisitsSummary\Controller->getEvolutionGraph(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:32]
#27 Piwik\Plugins\VisitsSummary\Controller->index(…) called at [:]
#28 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#29 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 7 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 112

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:112]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:54]
#2 Piwik\DataArray->sumMetricsVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:105]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:343]
#13 Piwik\Archive->getDataTableFromNumeric(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/API.php:62]
#14 Piwik\Plugins\VisitsSummary\API->get(…) called at [:]
#15 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#16 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/API/API.php:493]
#17 Piwik\Plugins\API\API->get(…) called at [:]
#18 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#19 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#20 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#21 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#22 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#23 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#24 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:202]
#25 Piwik\Plugin\Controller->renderView(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:97]
#26 Piwik\Plugins\VisitsSummary\Controller->getEvolutionGraph(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:32]
#27 Piwik\Plugins\VisitsSummary\Controller->index(…) called at [:]
#28 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#29 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 4 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 109

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:109]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:225]
#2 Piwik\DataArray->sumMetricsVisitsPivot(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:106]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:343]
#13 Piwik\Archive->getDataTableFromNumeric(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/API.php:62]
#14 Piwik\Plugins\VisitsSummary\API->get(…) called at [:]
#15 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#16 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/API/API.php:493]
#17 Piwik\Plugins\API\API->get(…) called at [:]
#18 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#19 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#20 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#21 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#22 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#23 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#24 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:202]
#25 Piwik\Plugin\Controller->renderView(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:97]
#26 Piwik\Plugins\VisitsSummary\Controller->getEvolutionGraph(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:32]
#27 Piwik\Plugins\VisitsSummary\Controller->index(…) called at [:]
#28 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#29 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 5 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 110

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:110]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:225]
#2 Piwik\DataArray->sumMetricsVisitsPivot(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:106]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:343]
#13 Piwik\Archive->getDataTableFromNumeric(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/API.php:62]
#14 Piwik\Plugins\VisitsSummary\API->get(…) called at [:]
#15 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#16 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/API/API.php:493]
#17 Piwik\Plugins\API\API->get(…) called at [:]
#18 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#19 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#20 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#21 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#22 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#23 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#24 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:202]
#25 Piwik\Plugin\Controller->renderView(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:97]
#26 Piwik\Plugins\VisitsSummary\Controller->getEvolutionGraph(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:32]
#27 Piwik\Plugins\VisitsSummary\Controller->index(…) called at [:]
#28 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#29 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 6 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 111

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:111]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:225]
#2 Piwik\DataArray->sumMetricsVisitsPivot(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:106]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:343]
#13 Piwik\Archive->getDataTableFromNumeric(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/API.php:62]
#14 Piwik\Plugins\VisitsSummary\API->get(…) called at [:]
#15 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#16 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/API/API.php:493]
#17 Piwik\Plugins\API\API->get(…) called at [:]
#18 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#19 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#20 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#21 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#22 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#23 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#24 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:202]
#25 Piwik\Plugin\Controller->renderView(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:97]
#26 Piwik\Plugins\VisitsSummary\Controller->getEvolutionGraph(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:32]
#27 Piwik\Plugins\VisitsSummary\Controller->index(…) called at [:]
#28 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#29 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

There is an error. Please report the message (Piwik 2.0.2) and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

Notice: Undefined offset: 7 in /var/www/html/webstats.sapphirewebservices.com/core/DataArray.php on line 112

Backtrace -->

#0 Piwik\Error::errorHandler(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:112]
#1 Piwik\DataArray->doSumVisitsMetrics(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/DataArray.php:225]
#2 Piwik\DataArray->sumMetricsVisitsPivot(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:106]
#3 Piwik\Plugins\CustomVariables\Archiver->aggregateFromVisits(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:77]
#4 Piwik\Plugins\CustomVariables\Archiver->aggregateCustomVariable(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/CustomVariables/Archiver.php:55]
#5 Piwik\Plugins\CustomVariables\Archiver->aggregateDayReport(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/PluginsArchiver.php:95]
#6 Piwik\ArchiveProcessor\PluginsArchiver->callAggregateAllPlugins(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:120]
#7 Piwik\ArchiveProcessor\Loader->prepareAllPluginsArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ArchiveProcessor/Loader.php:74]
#8 Piwik\ArchiveProcessor\Loader->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:793]
#9 Piwik\Archive->prepareArchive(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:612]
#10 Piwik\Archive->cacheArchiveIdsAfterLaunching(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:554]
#11 Piwik\Archive->getArchiveIds(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:494]
#12 Piwik\Archive->get(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Archive.php:343]
#13 Piwik\Archive->getDataTableFromNumeric(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/API.php:62]
#14 Piwik\Plugins\VisitsSummary\API->get(…) called at [:]
#15 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#16 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/API/API.php:493]
#17 Piwik\Plugins\API\API->get(…) called at [:]
#18 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Proxy.php:212]
#19 Piwik\API\Proxy->call(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/API/Request.php:220]
#20 Piwik\API\Request->process(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/ViewDataTable/Request.php:50]
#21 Piwik\ViewDataTable\Request->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:275]
#22 Piwik\Plugin\ViewDataTable->loadDataTableFromAPI(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Visualization.php:168]
#23 Piwik\Plugin\Visualization->buildView(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/ViewDataTable.php:362]
#24 Piwik\Plugin\ViewDataTable->render(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/Plugin/Controller.php:202]
#25 Piwik\Plugin\Controller->renderView(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:97]
#26 Piwik\Plugins\VisitsSummary\Controller->getEvolutionGraph(…) called at [/var/www/html/webstats.sapphirewebservices.com/plugins/VisitsSummary/Controller.php:32]
#27 Piwik\Plugins\VisitsSummary\Controller->index(…) called at [:]
#28 call_user_func_array(…) called at [/var/www/html/webstats.sapphirewebservices.com/core/FrontController.php:117]
#29 Piwik\FrontController->dispatch(…) called at [/var/www/html/webstats.sapphirewebservices.com/index.php:71]

Thanks for the report. it’s the first time we hear about this bug.

I would like to get more information to try fix it.

Edit line 105 and replace by the following (ie. add the if statement block)


if ($onlyMetricsAvailableInActionsTable) {
            return;
        }

        if(!isset($oldRowToUpdate[Metrics::INDEX_MAX_ACTIONS])
            || !isset($newRowToAdd[Metrics::INDEX_MAX_ACTIONS])) {
var_dump("old");
            var_dump($oldRowToUpdate);
var_dump("new");
            var_dump($newRowToAdd);
return;
        }

Then copy paste here the output, so I can have an idea what is causing

I made that edit and viewed the Custom Variables. However the error did not occur! I removed the debug code and as I expected, the problem still did not occur.

Looking at the trace, it appears that archiving is involved. Is there something I can do to remove archives and possibly make the problem return?

I’ll keep the debug code in place for now and if it reoccurs, I post the trace. Let me know if there is anything else I can do to help…

Yes the “return;” fixed the error. Next time you see strange output being written please copy it here. Otherwise you can trigger archiving by dropping the archive tables Piwik_archive_*** for the current month

OK, this problem had not happened again. I should probably note that I am running 2.0.3 now and it was 2.0.2 although I suspect that will make no difference. This morning I made the debug edit to the new source and then dropped piwik_archive_blob_2014_1 & piwik_archive_numeric_2014_1.

When I refreshed I got the error below in the Goals Overview Widget. I attach a screen shot. I’m ready to test and help.

string(3) “old” array(3) { [1]=> int(57) [2]=> int(70) [3]=> int(698) } string(3) “new” array(9) { [“custom_var_k5”]=> string(11) “Device Type” [“custom_var_v5”]=> string(8) “computer” [1]=> string(1) “9” [2]=> string(2) “12” [3]=> string(3) “241” [4]=> string(2) “91” [5]=> string(5) “28450” [6]=> string(1) “4” [7]=> string(1) “3” } string(3) “old” array(3) { [1]=> int(39) [2]=> int(51) [3]=> int(625) } string(3) “new” array(9) { [“custom_var_k5”]=> string(11) “Device Type” [“custom_var_v5”]=> string(8) “computer” [1]=> string(1) “9” [2]=> string(2) “12” [3]=> string(3) “241” [4]=> string(2) “91” [5]=> string(5) “28450” [6]=> string(1) “4” [7]=> string(1) “3” } string(3) “old” array(3) { [1]=> int(59) [2]=> int(72) [3]=> int(701) } string(3) “new” array(9) { [“custom_var_k5”]=> string(11) “Device Type” [“custom_var_v5”]=> string(5) “phone” [1]=> string(1) “2” [2]=> string(1) “2” [3]=> string(1) “3” [4]=> string(1) “2” [5]=> string(3) “108” [6]=> string(1) “1” [7]=> string(1) “0” } string(3) “old” array(3) { [1]=> int(12) [2]=> int(12) [3]=> int(23) } string(3) “new” array(9) { [“custom_var_k5”]=> string(11) “Device Type” [“custom_var_v5”]=> string(5) “phone” [1]=> string(1) “2” [2]=> string(1) “2” [3]=> string(1) “3” [4]=> string(1) “2” [5]=> string(3) “108” [6]=> string(1) “1” [7]=> string(1) “0” } string(3) “old” array(3) { [1]=> int(61) [2]=> int(74) [3]=> int(706) } string(3) “new” array(9) { [“custom_var_k5”]=> string(11) “Device Type” [“custom_var_v5”]=> string(6) “tablet” [1]=> string(1) “2” [2]=> string(1) “2” [3]=> string(1) “5” [4]=> string(1) “4” [5]=> string(3) “151” [6]=> string(1) “1” [7]=> string(1) “0” } string(3) “old” array(3) { [1]=> int(10) [2]=> int(11) [3]=> int(58) } string(3) “new” array(9) { [“custom_var_k5”]=> string(11) “Device Type” [“custom_var_v5”]=> string(6) “tablet” [1]=> string(1) “2” [2]=> string(1) “2” [3]=> string(1) “5” [4]=> string(1) “4” [5]=> string(3) “151” [6]=> string(1) “1” [7]=> string(1) “0” }

I have the same error-messages after changing the variables scope from “page” to “visit”:


Notice: Undefined offset: 4 in /is/htdocs/wp1135829_MDTEF2JOND/www/piwik/core/DataArray.php on line 109 
…

… and so on.

I changed the file “DataArray.php” as described above and have no error message any more, but the following PHP-Output on the page quite similar to nterry above:


string(3) "old" array(3) { [1]=> int(30) [2]=> int(30) [3]=> int(115) } string(3) "new" array(9) { ["custom_var_k5"]=> string(10) "Seiten-Typ" ["custom_var_v5"]=> string(6) "Rezept" [1]=> string(1) "3" [2]=> string(1) "3" [3]=> string(2) "37" [4]=> string(2) "26" [5]=> string(3) "901" [6]=> string(1) "0" [7]=> string(1) "0" } string(3) "old" array(3) { [1]=> int(20) [2]=> int(20) [3]=> int(91) } string(3) "new" array(9) { ["custom_var_k5"]=> string(10) "Seiten-Typ" ["custom_var_v5"]=> string(6) "Rezept" [1]=> string(1) "3" [2]=> string(1) "3" [3]=> string(2) "37" [4]=> string(2) "26" [5]=> string(3) "901" [6]=> string(1) "0" [7]=> string(1) "0" } string(3) "old" array(3) { [1]=> int(34) [2]=> int(34) [3]=> int(126) } string(3) "new" array(9) { ["custom_var_k5"]=> string(10) "Seiten-Typ" ["custom_var_v5"]=> string(5) "Seite" [1]=> string(1) "4" [2]=> string(1) "4" [3]=> string(2) "11" [4]=> string(1) "3" [5]=> string(4) "1694" [6]=> string(1) "0" [7]=> string(1) "0" } string(3) "old" array(3) { [1]=> int(9) [2]=> int(9) [3]=> int(25) } string(3) "new" array(9) { ["custom_var_k5"]=> string(10) "Seiten-Typ" ["custom_var_v5"]=> string(5) "Seite" [1]=> string(1) "4" [2]=> string(1) "4" [3]=> string(2) "11" [4]=> string(1) "3" [5]=> string(4) "1694" [6]=> string(1) "0" [7]=> string(1) "0" }

I emptied both database-rows, and changed the code in the DataArray.php:


if(!isset($oldRowToUpdate[Metrics::INDEX_MAX_ACTIONS])  || !isset($newRowToAdd[Metrics::INDEX_MAX_ACTIONS])) {
         return;
}

I will have a look how it will behave in the next few days …

Thank you for the report! I created a ticket at Notice: Undefined offset: Y in core/DataArray.php on line 109 · Issue #4687 · matomo-org/matomo · GitHub

we will try to fix it asap