PHP-errors after upgrading from Version 0.5.5 to 0.6.1

Hi,

after upgrading from Version 0.5.5 to 0.6.1. no more data is logged.
In addition to this I get several PHP-errors in the Apache error log.
(at the moment I’m back on V0.5.5)

PHP-error log:

[Tue May 18 00:47:33 2010] [error] [client 216.104.15.142] PHP Notice:  Undefined index: excluded_parameters in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 147
[Tue May 18 00:47:33 2010] [error] [client 216.104.15.142] PHP Warning:  array_merge(): Argument #1 is not an array in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 147
[Tue May 18 00:47:33 2010] [error] [client 216.104.15.142] PHP Warning:  array_map(): Argument #2 should be an array in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 149
[Tue May 18 00:47:33 2010] [error] [client 216.104.15.142] PHP Warning:  in_array() expects parameter 2 to be array, null given in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 156
[Tue May 18 00:47:33 2010] [error] [client 216.104.15.142] PHP Notice:  Undefined index: excluded_parameters in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 163
[Tue May 18 00:47:33 2010] [error] [client 216.104.15.142] PHP Warning:  implode(): Invalid arguments passed in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 163
[Tue May 18 00:47:38 2010] [error] [client 92.74.142.51] PHP Notice:  Undefined index: excluded_parameters in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 147, referer: http://www.nagetierforum.de/wbb2/thread.php?threadid=5698
[Tue May 18 00:47:38 2010] [error] [client 92.74.142.51] PHP Warning:  array_merge(): Argument #1 is not an array in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 147, referer: http://www.nagetierforum.de/wbb2/thread.php?threadid=5698
[Tue May 18 00:47:38 2010] [error] [client 92.74.142.51] PHP Warning:  array_map(): Argument #2 should be an array in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 149, referer: http://www.nagetierforum.de/wbb2/thread.php?threadid=5698
[Tue May 18 00:47:38 2010] [error] [client 92.74.142.51] PHP Warning:  in_array() expects parameter 2 to be array, null given in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 156, referer: http://www.nagetierforum.de/wbb2/thread.php?threadid=5698
[Tue May 18 00:47:38 2010] [error] [client 92.74.142.51] PHP Notice:  Undefined index: excluded_parameters in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 163, referer: http://www.nagetierforum.de/wbb2/thread.php?threadid=5698
[Tue May 18 00:47:38 2010] [error] [client 92.74.142.51] PHP Warning:  implode(): Invalid arguments passed in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 163, referer: http://www.nagetierforum.de/wbb2/thread.php?threadid=5698
[Tue May 18 00:47:40 2010] [error] [client 92.74.142.51] PHP Notice:  Undefined index: excluded_parameters in /srv/www/stats.meintier.de/piwik/core/Tracker/Action.php on line 147, referer: http://www.nagetierforum.de/wbb2/board.php?boardid=11&daysprune=1000&sortfield=lastposttime&sortorder=DESC&page=9

System:
PHP Version: 5.3.2
MySQL: 5.1.36

Thanks for hints
Thomas

http://dev.piwik.org/trac/changeset/2189

Thanks for feedback … problem solved style_emoticons/<#EMO_DIR#>/wink.gif

Was this only an issue with upgrading from 0.5.5 to 0.6.1? What if you started with a fresh 0.6.1 install? I’ve fixed my install where I had upgraded because I saw the errors in the logs, but I haven’t noticed the same errors in my fresh 0.6.1 install.

Thanks,
-Tim

@timwood: I also tried a clean install of V0.6.1 … but without success.

dev.piwik.org/trac/changeset/2189 solved the problem