Ticket #843 (closed Bug: fixed)
PHP 5.3 is throwing some notices
| Reported by: | halfdan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Piwik 0.4.2 |
| Component: | Core | Keywords: | php notices |
| Cc: | Sensitive: |
Description
I've just compiled PHP 5.3 and took a closer look at my log. I found the following notices/warnings:
[30-Jun-2009 23:13:59] PHP Warning: syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in /var/www/htdocs/piwik.c0demonkey.com/html/config/global.ini.php on line 145
in /var/www/htdocs/piwik.c0demonkey.com/html/core/Tracker/Config.php on line 62
[30-Jun-2009 23:13:59] PHP Notice: Undefined index: record_statistics in /var/www/htdocs/piwik.c0demonkey.com/html/core/Tracker.php on line 304 [30-Jun-2009 23:13:59] PHP Notice: Undefined index: download_url_var_name in /var/www/htdocs/piwik.c0demonkey.com/html/core/Tracker.php on line 265 [30-Jun-2009 23:13:59] PHP Notice: Undefined index: outlink_url_var_name in /var/www/htdocs/piwik.c0demonkey.com/html/core/Tracker.php on line 280 [30-Jun-2009 23:13:59] PHP Notice: Undefined index: download_url_var_name in /var/www/htdocs/piwik.c0demonkey.com/html/core/Tracker.php on line 265 [30-Jun-2009 23:13:59] PHP Notice: Undefined index: outlink_url_var_name in /var/www/htdocs/piwik.c0demonkey.com/html/core/Tracker.php on line 280
As they should be easy to fix I selected the Milestone Piwik 0.4.2

