Error in email report list view: "Undefined index: website" [SOLVED]

Hi,

when I go to the PDFReports module I usually saw the list with my configured email reports.
Now there is in the column “Download” always the same error message:

Notice: Undefined index: website in   /srv/htdocs/piwik/tmp/templates_c/%%AC^AC3^AC3C8E68%%list.tpl.php on line 107 

Backtrace -->

#0 Piwik_ErrorHandler(...) called at [/srv/piwik/tmp/templates_c/%%AC^AC3^AC3C8E68%%list.tpl.php:107]
#1 include(...) called at [/srv/piwik/libs/Smarty/Smarty.class.php:1869]
#2 Smarty->_smarty_include(...) called at [/srv/piwik/tmp/templates_c/%%0D^0DF^0DFF081E%%index.tpl.php:31]
#3 include(...) called at [/srv/piwik/libs/Smarty/Smarty.class.php:1263]
#4 Smarty->fetch(...) called at [/srv/piwik/core/View.php:122]
#5 Piwik_View->render(...) called at [/srv/piwik/plugins/PDFReports/Controller.php:84]
#6 Piwik_PDFReports_Controller->index(...) called at [:]
#7 call_user_func_array(...) called at [/srv/piwik/core/FrontController.php:125]
#8 Piwik_FrontController->dispatch(...) called at [/srv/htdocs/piwik/index.php:47]

Could anyone advise in this?

Thank you very much!

I could solve the issue.

The problem was:
I did a database update for the latest Piwik version 2.16.2 but I still had the old Piwik 1.12.
In the table piwik_site was a new column “type” and it had the value “website”.

After deleting the column my list view was visible again without errors :slight_smile:

So now remains to update the Piwik 1.12 sources to the 2.16.2 sources :wink: