issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
262k
issue_title
stringlengths
1
1.02k
issue_comments_url
stringlengths
53
116
issue_comments_count
int64
0
2.49k
issue_created_at
stringdate
1999-03-17 02:06:42
2025-06-23 11:41:49
issue_updated_at
stringdate
2000-02-10 06:43:57
2025-06-23 11:43:00
issue_html_url
stringlengths
34
97
issue_github_id
int64
132
3.17B
issue_number
int64
1
215k
[ "matomo-org", "matomo" ]
Hi, I am using the next configuration on a CentOS with Kernel 2.6.18-028stab059.6. My configuration is as follows. PHP 5.1.6 (cli) (built: Jul 16 2008 19:52:52) Server version: Apache/2.2.3 Piwik 0.2.28 The problem arises when trying to view some concrete day in the Dashboard. For instance, if I try to view 20 January everything works ok, but when I change the day to 21 January then httpd process hangs. In my http log I can see this line: **\* glibc detected **\* /usr/sbin/httpd: double free or corruption (!prev): 0x00002b7e9f7e7850 *** Please, do tell me if you need more info. Thanks.
glibc corruption, Apache hangs
https://api.github.com/repos/matomo-org/matomo/issues/518/comments
4
2009-01-23T10:41:16Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/518
37,350,467
518
[ "matomo-org", "matomo" ]
Bug report: When a visitor comes and a campaign "name" is detected, there are sometimes no "keyword" set. Instead of leaving the value empty, we could try to fill up the gap and: - try detect the keyword from the Referrer URL if it is found there (ie. if a search engine was used) - if no keyword could be detected from the ref URL, set the "campaign keyword" as the domain hostname. This way it will give an easy breakdown of referrer website URL for campaigns. This would improve the campaign tracking data quality. Google Adwords tracking would also work better and give more accurate data. - See new [Tracking Campaigns](http://piwik.org/docs/tracking-campaigns/) - [URL Builder tool](http://piwik.org/docs/tracking-campaigns/url-builder/) - Official piwik campaign parameters names are now: pk_campaign and pk_kwd (consistent with cookie prefix, better than piwik_ prefix) - New FAQ: ["Does Piwik support Google Analytics campaign parameters (utm_campaign, utm_medium, utm_source, utm_term)?"](http://piwik.org/faq/general/#faq_119) - New FAQ: ["How do I customize the Piwik Campaign parameters pk_campaign and pk_kwd?" ](http://piwik.org/faq/how-to/#faq_120)
For a visit via a campaign, if the campaign keyword is not set, detect keyword from Referrer URL
https://api.github.com/repos/matomo-org/matomo/issues/517/comments
17
2009-01-23T10:36:45Z
2014-07-08T10:13:47Z
https://github.com/matomo-org/matomo/issues/517
37,350,466
517
[ "matomo-org", "matomo" ]
With ie7 on vista i can't close the confirmation box of a widget add or delete. It will not go away by it self, witch as it does on firefox. I've includede a screenshot: - leden.mvanlaar.net/piwikcloseerror.jpg Keywords: ie7, dashboard, confirmation close
Dashboard add or delete widget & IE7
https://api.github.com/repos/matomo-org/matomo/issues/516/comments
3
2009-01-20T21:03:47Z
2014-07-08T09:59:25Z
https://github.com/matomo-org/matomo/issues/516
37,350,465
516
[ "matomo-org", "matomo" ]
I've a 0.2.28 version in dutch, alle text is in dutch, exept the day of the week wish is in english. Also the hell <name> is not in dutch and Your Dashboard is not translated. On the link it is possible to see the error. - leden.mvanlaar.net/piwiktranserror.png Is this a problem with the translation not being up to date or a other problem? Keywords: translation, dashboard
Day of week in not translated in dashboard.
https://api.github.com/repos/matomo-org/matomo/issues/515/comments
6
2009-01-20T20:50:46Z
2024-07-16T18:38:58Z
https://github.com/matomo-org/matomo/issues/515
37,350,464
515
[ "matomo-org", "matomo" ]
Plugin that forwards the current HTTP_AUTH'ed user to Piwik ``` * What is HttpAuthLogin plugin ? ``` It's a plug-in that authentifies users based on HTTP_AUTH. HTTP_AUTH is a mechanism provided by the webserver itself (I tested this with Apache). The webserver prompts the user for a login and password, matches it to a database (or a file, you decide), and if the authentication is successful, it lets you access the current logged-in user from PHP. ``` * What use cases is HttpAuthLogin useful ? ``` If you have several web services running on the same machine, you can achieve Single Sign-On. For instance, if you run Piwik, a bug tracker, and a WebDAV disk space on the same web server, you could log-in once on the bug tracker, and be automagically logged-in on Piwik. HTTP_AUTH is extremely widely supported. Even command-line tools like cURL or wget support it. If for some reason you'd like to write a script that fetches stuff out of Piwik, but you'd like it to be authentified, it'd be a lot easier to do with HttpAuthPlugIn. Contributed by Romain Goyet. Requires review per [wiki:CodingStandard]. Keywords: third-party-plugin
New Plugin: Provide HTTP_AUTH Authentication for Piwik - Release in Marketplace
https://api.github.com/repos/matomo-org/matomo/issues/514/comments
40
2009-01-20T15:40:03Z
2015-06-02T07:56:39Z
https://github.com/matomo-org/matomo/issues/514
37,350,463
514
[ "matomo-org", "matomo" ]
None
Superstar69
https://api.github.com/repos/matomo-org/matomo/issues/513/comments
0
2009-01-20T15:36:57Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/513
37,350,462
513
[ "matomo-org", "matomo" ]
It would be really, really conveninent if the "reporting part" of Piwik could be deployed alone, (ie. without the view part). This way, the "reporting" part could run on a standard setup (ie a farm of load-balanced production servers), while the "viewing part" could be set up only on a more "private" box.
It would be great to split the "reporting part" from the "viewing part"
https://api.github.com/repos/matomo-org/matomo/issues/512/comments
3
2009-01-20T00:55:27Z
2014-07-08T09:59:23Z
https://github.com/matomo-org/matomo/issues/512
37,350,461
512
[ "matomo-org", "matomo" ]
I've set up a Piwik tracer on a private website. We're only 3 people viewing it. We all use Mac OS X / Safari / 1280x800 resolution. We all disactivated cookies. Piwik reports about 150 unique visitors using Safari, while there are certainly at most 3 of us
Unique visitor tracking without cookies is clearly broken
https://api.github.com/repos/matomo-org/matomo/issues/511/comments
2
2009-01-20T00:50:27Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/511
37,350,460
511
[ "matomo-org", "matomo" ]
As a follow-up to #243, we did not update some ui plugins. jquery 1.3 was released this past week, and jqueryUI 1.6 is reportedly around the corner (it slipped its Dec 2008 release target).
Update to jquery 1.3.x, jqueryUI 1.7.x
https://api.github.com/repos/matomo-org/matomo/issues/510/comments
13
2009-01-18T18:58:39Z
2014-07-08T10:01:25Z
https://github.com/matomo-org/matomo/issues/510
37,350,459
510
[ "matomo-org", "matomo" ]
Sometimes Websites are displayed as a refer to it self
Wrong Referers
https://api.github.com/repos/matomo-org/matomo/issues/509/comments
2
2009-01-17T02:06:49Z
2014-07-08T09:59:23Z
https://github.com/matomo-org/matomo/issues/509
37,350,458
509
[ "matomo-org", "matomo" ]
Would like to have the possibility to track the development of visitors from certain countries. So I can see if my work for reaching users from a certain country works or not
Tracking countries
https://api.github.com/repos/matomo-org/matomo/issues/508/comments
9
2009-01-17T02:04:58Z
2014-07-08T09:59:28Z
https://github.com/matomo-org/matomo/issues/508
37,350,457
508
[ "matomo-org", "matomo" ]
When I active PluginsAdmin, I've this : Backtrace: #0 /home/stat1/plugins/PluginsAdmin/PluginsAdmin.php(28): Piwik_Translate('PluginsAdmin_Me...') #1 /home/stat1/core/PluginsManager.php(170): Piwik_PluginsAdmin->postLoad() #2 /home/stat1/core/FrontController.php(238): Piwik_PluginsManager->postLoadPlugins() #3 /home/stat1/index.php(51): Piwik_FrontController->init() #4 {main}
translation problem on PluginsAdmin
https://api.github.com/repos/matomo-org/matomo/issues/507/comments
3
2009-01-16T18:50:36Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/507
37,350,456
507
[ "matomo-org", "matomo" ]
First, it shouldn't be allowed (per HowToTestUI) but Piwik allows you to re-add a Widget that's already on the Dashboard. On the widget menu, click on the widget name (even though it's greyed out and a tooltip says it's already on the dashboard). Piwik then adds an empty widget box to the Dashboard with the title, "Widget not found". I'm opening a separate ticket as this isn't a regression, but I hope to fix this in ticket #243.
Re-adding Widget bug
https://api.github.com/repos/matomo-org/matomo/issues/506/comments
1
2009-01-16T16:27:06Z
2014-07-08T09:59:22Z
https://github.com/matomo-org/matomo/issues/506
37,350,454
506
[ "matomo-org", "matomo" ]
From ticket #328, need to document that safe mode is not supported. In addition, gz output handler compression isn't supported. These can be disabled in a local .htaccess file if the user can't change php.ini (e.g., in a hosted environment). ```php_value output_handler none php_flag register_globals off php_flag safe_mode off ``` ```
Additional Requirements
https://api.github.com/repos/matomo-org/matomo/issues/505/comments
4
2009-01-15T23:21:50Z
2014-07-08T09:59:22Z
https://github.com/matomo-org/matomo/issues/505
37,350,453
505
[ "matomo-org", "matomo" ]
- core/Common.php: extractLanguageCodeFromBrowserLanguage returns the country code; should rename this to extractCountryCodeFromBrowserLanguage and add a new extractLanguageCodeFromBrowserLanguage function - plugins/LanguagesManager/LanguagesManager.php: calls above function, extractLanguageCodeFromBrowserLanguage, expecting a language code, but for "en-ca", it gets "ca" (Catal) instead of "en" - Visitors | Locations & providers | Countries data table shows "Unknown" for "en-US"; need to call strtolower(), probably in core/Common.php's getBrowserlanguage()
Language and Country Detection bugs
https://api.github.com/repos/matomo-org/matomo/issues/504/comments
6
2009-01-15T23:13:00Z
2014-07-08T09:59:22Z
https://github.com/matomo-org/matomo/issues/504
37,350,452
504
[ "matomo-org", "matomo" ]
Backtrace attached. Possibly a related bug report in the forum (http://forum.piwik.org/index.php?showtopic=130)
Cannot modify header information
https://api.github.com/repos/matomo-org/matomo/issues/503/comments
2
2009-01-15T22:07:23Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/503
37,350,450
503
[ "matomo-org", "matomo" ]
What page did the site appear in the search results? **Features of this version** - provides a widget with average page result from google, yahoo, and a few other search engines for each keyword. **How to install** - [download the plugin](http://issues.piwik.org/attachments/502/SearchEnginePosition-v1.zip?format=raw) - unzip, it will create a directory SearchEnginePosition - copy this directory in piwik/plugins/ - go to Piwik > Settings > Plugins and enable the plugin **NOTE** To maximise the usefulness of the plugin, you may want to force Piwik to keep all your keywords data. See [the FAQ](http://piwik.org/faq/how-to/#faq_54) for more details. In your config.ini.php, add the following: ``` [General] datatable_archiving_maximum_rows_referers = 500 datatable_archiving_maximum_rows_subtable_referers = 5000 ``` **Adding a new search engine** Check out the file in plugins/SearchEnginePosition/DataFiles/SearchEngines.php to add a new search engine. Post a comment with the new entry and we'll add it in the next release of the plugin. thanks! **Changelog** - 1.0: initial release - 1.1: best keywords are now displayed under Referers>Search engines and keywords, as expected - 1.2: compatibility with Piwik 0.2.35 - 1.3: compatibility with Piwik 0.4.1 - 1.4: compatibility with Piwik 0.6 - 2011 March: compatibility with Piwik 1.2 **Author Contact** If you have feedback about this plugin, or want to help, please contact Radek at (radek at maciaszek.pl) or leave a comment. Keywords: seo rankings keywords
Plugin: Adds a widget showing average page number in search engines page results (works with Google, Yahoo, Live, etc.)
https://api.github.com/repos/matomo-org/matomo/issues/502/comments
19
2009-01-15T03:56:15Z
2014-07-08T10:07:24Z
https://github.com/matomo-org/matomo/issues/502
37,350,448
502
[ "matomo-org", "matomo" ]
Hello, I've encountered a bug: when referer keyword is a of some exotic language (georgian in my case), search by keyword can't find any of those georgian words, while they are displayed correctly in initial list of keywords. I think the problem is more global, and is caused by incorrect collation of database. The solution, as fas as I can see, is to add an option of selecting db collation in installation procedure of Piwik, or just setting it staticaly to utf8_unicode_ci Hope this information was helpful :) Keywords: keyword search database collation
problem with keyword search
https://api.github.com/repos/matomo-org/matomo/issues/501/comments
7
2009-01-14T08:43:50Z
2014-07-08T09:59:21Z
https://github.com/matomo-org/matomo/issues/501
37,350,447
501
[ "matomo-org", "matomo" ]
I want to be able to use a postgres database (instead of mysql). please see http://piwik.org/faq/how-to-install/#faq_55 Latest update: see the [Piwik fork with Postgresql support](https://github.com/sri-soham/piwik). Great contribution by Sridhar from the community Keywords: wishlist
Provide Postgresql support for Piwik
https://api.github.com/repos/matomo-org/matomo/issues/500/comments
153
2009-01-13T23:26:47Z
2025-04-12T14:48:53Z
https://github.com/matomo-org/matomo/issues/500
37,350,445
500
[ "matomo-org", "matomo" ]
If a user updates the software _and_ renames config.ini.php, Piwik doesn't pick up on the upgrade and subsequently offers the option to "Reuse the existing tables". In case, it should reuse the tables, but leave the core_versionNumber to the current DB version table. So that after the installation, the upgrade directly follows.
Version check before "Reuse the existing tables"
https://api.github.com/repos/matomo-org/matomo/issues/499/comments
1
2009-01-13T16:48:17Z
2014-07-08T09:59:20Z
https://github.com/matomo-org/matomo/issues/499
37,350,444
499
[ "matomo-org", "matomo" ]
translated month, day, etc strings appear in both head and body of the page
translation strings loaded twice per page
https://api.github.com/repos/matomo-org/matomo/issues/498/comments
1
2009-01-13T15:33:17Z
2014-07-08T09:59:20Z
https://github.com/matomo-org/matomo/issues/498
37,350,442
498
[ "matomo-org", "matomo" ]
Piwik is using ZF 1.0 classes. We should update to the latest ZF classes, as long as they don't add an enormous overhead. Also, we had to patch some files in the early days: look at core/misc/TODO. I noted some changes I had to make in ZF libraries due to some limitations. I created bugs in ZF bug tracker for some of them so some should be fixed by now. we may have to backport some of these changes though. CHANGES DONE TO LIBRARIES ##### =============== - edited Zend/Db/Adapter/Abstract.php added resetConfigArray() - edited zend_log and changed attr to protected - fixed bug fwrite in zend_log stream writer - ~~fixed PEAR so that it works under PHP5 with STRICT MODE enabled~~ - edited line 145 registry.php from require_once 'Zend/Exception.php'; to require_once 'Exception.php'; so that it works when calling Piwik in CLI mode
Update Zend Framework classes to their latest version + backport some changes
https://api.github.com/repos/matomo-org/matomo/issues/497/comments
12
2009-01-13T04:53:12Z
2014-07-08T10:00:52Z
https://github.com/matomo-org/matomo/issues/497
37,350,441
497
[ "matomo-org", "matomo" ]
Right now, as far as I know, there is no possibilty to view all data recorded in summary. There should be an option to see this as well. I think it could easily be included in the selection mentionend in the ticket title.
Include possibility to view all data next to "day week month year"
https://api.github.com/repos/matomo-org/matomo/issues/496/comments
1
2009-01-12T16:22:04Z
2014-07-08T09:59:20Z
https://github.com/matomo-org/matomo/issues/496
37,350,440
496
[ "matomo-org", "matomo" ]
When trying to log in as superuser and having thousands of websites listed. the system is tremendously slow. the reason seems to be line 82 in /core/View.php the function usort is being used and the sort is very slow causing the many timeouts. Maybe sort in db? or in other efficient way?
Very slow system when having thousands of sites registered
https://api.github.com/repos/matomo-org/matomo/issues/495/comments
7
2009-01-12T09:55:16Z
2014-07-08T10:02:13Z
https://github.com/matomo-org/matomo/issues/495
37,350,439
495
[ "matomo-org", "matomo" ]
see title
"Exclude low population" in widget "Pages" does not do anything
https://api.github.com/repos/matomo-org/matomo/issues/494/comments
9
2009-01-10T01:10:09Z
2014-07-08T09:59:19Z
https://github.com/matomo-org/matomo/issues/494
37,350,438
494
[ "matomo-org", "matomo" ]
it only worked after 10 tries :-( tried to change to 5 others languages i always try again a lot of time to have languages changes... FX 3.0.5 windows XP SP3
choosing a new language in main menu does not works well
https://api.github.com/repos/matomo-org/matomo/issues/493/comments
6
2009-01-10T01:07:18Z
2014-07-08T09:59:19Z
https://github.com/matomo-org/matomo/issues/493
37,350,437
493
[ "matomo-org", "matomo" ]
Hello, Is there a graph plugin to display downloads stats over time? If not could this be added to the list of new features for development? thanks, Slava Keywords: downloads, graph
Downloads graph
https://api.github.com/repos/matomo-org/matomo/issues/492/comments
1
2009-01-09T06:33:33Z
2014-07-08T09:59:19Z
https://github.com/matomo-org/matomo/issues/492
37,350,436
492
[ "matomo-org", "matomo" ]
I recently upgraded to Piwik 0.2.28. Firefox 3.0.5 on Vista Business 64 translates 'December' to 'undefined'. IE 7 works like a charm. Output of firefox' error console: Warnung: ':' erwartet, aber 'undefined' gefunden. Deklaration ignoriert. Quelldatei: http://example.com/gui/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday Zeile: 0 Warnung: ':' erwartet, aber 'undefined' gefunden. Deklaration ignoriert. Quelldatei: http://example.com/gui/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday Zeile: 0
December translates to 'undefined'
https://api.github.com/repos/matomo-org/matomo/issues/491/comments
3
2009-01-08T14:08:41Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/491
37,350,435
491
[ "matomo-org", "matomo" ]
Hi there, when testing Piwik on my local webserver this morning no visits were recorded. After some investigation I found out that things didn't work because I was testing with my Dutch FireFox 3.0.5 which sends the string "nl-NL,nl;q=0.7,chrome://global/locale/intl.properties;q=0.3" which is ofcourse too long to fit in the varchar(20) location_browser_lang field in the log_visit table. This led to an uncaught exception in core\Tracker\Db.php so the FireFox visit wasn't inserted. When I altered the length of the field to varchar(100) everything worked as expected! I assume this happens in all international versions of FireFox 3.05 and we want their visists to be recorded, don't we? Because FireFox rocks just like Piwik really rocks! We all love it here! Thanks, Arno Keywords: Db
length field location_browser_lang in too small for international versions of FireFox 3.0.5
https://api.github.com/repos/matomo-org/matomo/issues/490/comments
4
2009-01-08T12:37:14Z
2014-07-08T10:14:18Z
https://github.com/matomo-org/matomo/issues/490
37,350,434
490
[ "matomo-org", "matomo" ]
on the last week or week-2 too, pages views value are bigger than 35% compared to phpmv2 or webreflow reports !!! ................. \* phpmv2 or webreflow \* piwik 0.2.28 visits \* V \* V+10% unique visitors \* UV \* UV+20% page views \* PV \* PV+35% !!! (next lines is not translated sorry, too tired to think in english) Quand je demande la semaine du 29 au 4/1, il selectionne du 29 au 31/12 puis quand je veux voir janvier 2009, il selectionne pas du 1 au 4 bizarre je sens un probleme d'affichage du calendrier qui n'aime pas les mois ou les annees "en cheval" plus qu'autre chose mais c'est a verifier)
High values compared to PHPMV2
https://api.github.com/repos/matomo-org/matomo/issues/489/comments
1
2009-01-05T02:47:19Z
2014-07-08T09:59:19Z
https://github.com/matomo-org/matomo/issues/489
37,350,433
489
[ "matomo-org", "matomo" ]
On every site, we have "quick doc of API" example of first line which manages date request: Actions.getActions (idSite, period, date, expanded = _, idSubtable =_) [ Example in XML, PHP, Json, Csv, Basic html , RSS of the last 10 days, 5 weeks, XML of the last 10 days ] 10 days, 5 weeks or last 10 days spoken in URL of yesterday :-X http://80.247.230.136/piwik/index.php?module=API&method=Referers.getRefererType&idSite=1&period=day&date=yesterday&format=rss&token_auth=XXXXXXXXXXXXXXX choosen priority is major because it is a little annoying ;)
Doc API contain bad test URLs
https://api.github.com/repos/matomo-org/matomo/issues/488/comments
4
2009-01-05T01:28:22Z
2014-07-08T09:59:19Z
https://github.com/matomo-org/matomo/issues/488
37,350,432
488
[ "matomo-org", "matomo" ]
Observed by pebosi in ticket #243. Present in 0.2.28. Not a regression by jquery 1.2.6.
Data tables under Actions menu not sortable
https://api.github.com/repos/matomo-org/matomo/issues/487/comments
3
2009-01-02T08:45:03Z
2014-07-08T09:59:19Z
https://github.com/matomo-org/matomo/issues/487
37,350,431
487
[ "matomo-org", "matomo" ]
Under "Referers | Evolution", the same sparkline appears for all referer types.
Sparklines aren't distinguised by referer type
https://api.github.com/repos/matomo-org/matomo/issues/486/comments
1
2009-01-02T08:39:22Z
2014-07-08T09:59:19Z
https://github.com/matomo-org/matomo/issues/486
37,350,429
486
[ "matomo-org", "matomo" ]
Piwik currently using 2.6.18. Latest version is 2.6.22 (which includes security & minor bug fixes).
Update Smarty
https://api.github.com/repos/matomo-org/matomo/issues/485/comments
3
2009-01-01T19:43:17Z
2014-07-08T09:59:19Z
https://github.com/matomo-org/matomo/issues/485
37,350,428
485
[ "matomo-org", "matomo" ]
It seems that new core plugins _Goal_ and _Live_ aren't prepared to work with translations, their strings aren't shown on TranslationsAdmin.
TranslationsAdmin doesn't work with Goals and Live
https://api.github.com/repos/matomo-org/matomo/issues/484/comments
1
2008-12-29T13:41:04Z
2014-07-08T09:59:18Z
https://github.com/matomo-org/matomo/issues/484
37,350,427
484
[ "matomo-org", "matomo" ]
I've got a warning message if I use the API from a different domain on the same server. Warning: Invalid argument supplied for foreach() in /users/XXXXXXX/data/websites/myDomain/plugins/LanguagesManager/API.php on line 34 The Piwik installation is located on '/users/XXXXXXX/data/websites/myDomain' on the server and I call the Piwik API from a different domain (roor: '/users/XXXXXXX/data/websites/mySecondDomain') on the same server with the Internal PHP calling example in the wiki. After the warning messages the result of the API is displayed correctly. I think the line 32 in /plugins/LanguagesManager/API.php ``` $languages = glob( "lang/*"); ``` points to a wrong folder if the API-call is not executed in the piwik Folder. Keywords: api,warning,internal
Use of the internal API in a different domain on the same Server
https://api.github.com/repos/matomo-org/matomo/issues/483/comments
9
2008-12-28T22:32:46Z
2014-07-08T09:59:18Z
https://github.com/matomo-org/matomo/issues/483
37,350,425
483
[ "matomo-org", "matomo" ]
after installing 0.2.27 I got the following PHP error: ``` Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /piwik/core/Common.php on line 92 ```
PHP warning after installing piwik 0.2.27
https://api.github.com/repos/matomo-org/matomo/issues/482/comments
2
2008-12-26T21:44:29Z
2014-07-08T09:59:18Z
https://github.com/matomo-org/matomo/issues/482
37,350,424
482
[ "matomo-org", "matomo" ]
From bug report: http://forum.piwik.org/index.php?showtopic=70 In the config file we should have ``` username = "my=username" ``` instead of ``` username = my=username ``` the same way the password is currently enclosed in double quotes
username should be enclosed in double quotes in config files, in case the user name contains a =
https://api.github.com/repos/matomo-org/matomo/issues/481/comments
2
2008-12-26T16:10:29Z
2024-01-03T05:02:31Z
https://github.com/matomo-org/matomo/issues/481
37,350,423
481
[ "matomo-org", "matomo" ]
Lines 325/326 say 'gogole.fr', which does not exist.
typo in SearchEngines.php
https://api.github.com/repos/matomo-org/matomo/issues/480/comments
1
2008-12-23T14:08:43Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/480
37,350,422
480
[ "matomo-org", "matomo" ]
The issue in Ticket #417 unfortunately seems to be alive and well in 0.2.26. I have confirmed that there are stats in the database for today but they are not showing up in the dashboard yet. I have also checked to make sure that the conf/global.ini.php file has time_before_archive_considered_outdated = 10 I even tried a clean install to see if I could get the problem to go away. Prior to my reinstall I noticed that the stats seem to show up the following day. For example, I attempted some page views yesterday when I was attempting to debug this issue and they didn't show in the dashboard yesterday, but today when I look at the stats for yesterday the stats are there. Hope that helps. Any assistance would be greatly appreciated. Thanks.
Lag in Dashboard Reporting
https://api.github.com/repos/matomo-org/matomo/issues/479/comments
5
2008-12-19T19:21:21Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/479
37,350,421
479
[ "matomo-org", "matomo" ]
Hey, I just installed piwik and it didn't work the whole day, so I browsed the logs and found this (it's 0.2.26): ``` PHP Fatal error: Uncaught exception 'Exception' with message 'Error query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'location_provider' in 'field list'' in piwik/core/Tracker/Db.php:204\n Stack trace:\n#0 piwik/core/Tracker/Visit.php(526): Piwik_Tracker_Db->query('INSERT INTO piw...', Array)\n#1 piwik/core/Tracker/Visit.php(343): Piwik_Tracker_Visit->handleNewVisit()\n #2 piwik/core/Tracker.php(72): Piwik_Tracker_Visit->handle()\n #3 piwik/piwik.php(46): Piwik_Tracker->main()\n #4 {main}\n thrown in piwik/core/Tracker/Db.php on line 204 ``` The installation went fine and I got no error messages. After disabling the Provider Plugin it works how it should. maxstein
Provider Core-Plugin SQLSTATE[42S22]
https://api.github.com/repos/matomo-org/matomo/issues/478/comments
1
2008-12-18T20:32:17Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/478
37,350,420
478
[ "matomo-org", "matomo" ]
I just up graded from 0.2.18 to 0.2.26 and it went fine. It said to upgrade DB and I did. Everything looked good until I clicked on the "downloads" widget and it would not drop down to display data. It would drop down 1/8 inch and kind of shake the page in the browser (Firefox). The same thing with "List of External Websites", and "Best search engines". Also on the bottom of the widgets the dialogs stating such as "1-5 out of 5", "1-5 out of 10", etc. were gone. Moving a widget to the admin area and testing did not help. Deleted 0.2.26 and reinstalled 0.2.18 and everything is working. Sorry I can not help much more as I am code challenged, but can answer questions. Thanx Mark McGillveray
Upgrading from V 0.2.18 to V 0.2.26 lost drop downs in widgets
https://api.github.com/repos/matomo-org/matomo/issues/477/comments
4
2008-12-14T07:15:17Z
2014-08-03T11:22:23Z
https://github.com/matomo-org/matomo/issues/477
37,350,419
477
[ "matomo-org", "matomo" ]
NOTE: this ticket is about adwords and yahoo Content, which is the network of websites publishing ads. See #517 for the ticket concerning normal search/content adwords campaigns. Piwik could detect automatically when a visitor comes from a click on Adwords content or Yahoo content ads. For example, we could automatically set the referer to "campaign" with the name being "Adwords content" and the detail being the URL of the website where the click is coming from. an example adsense referer is: ``` http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4902541541856011&dt=1240459174499&lmt=1240459174 &alternate_ad_url=http%3A%2F%2Fwww.chauffeurdebuzz.com%2Fpub.asp&format=336x280_as&output=html&correlator =1240459174499&url=http%3A%2F%2Fwww.chauffeurdebuzz.com%2Fearth%2Bday%2Bla%2Bjournee%2Bde%2Bla%2Bterre %2Bdu%2B22%2Bavril-6664&color_bg=FFFFFF&color_text=000000&color_link=F00000&color_url=0C9AD0&color_border =FFFFFF&ad_type=text&ref=http%3A%2F%2Fwww.chauffeurdebuzz.com%2F&frm=0&ga_vid=1576807524.1238980664&ga_sid =1240459142&ga_hid=2010139354&ga_fc=true&flash=10.0.22&u_h=900&u_w=1440&u_ah=847&u_aw=1440&u_cd=32&u_tz =720&u_his=3&u_java=true&u_nplug=20&u_nmime=61&dtd=52&w=336&h=280&xpc=mQiDrsk0te&p=http%3A//www.chauffeurdebuzz .com ``` apparently Adsense Referers are sometimes just the domain where you clicked on the ad... That would lead to interesting reports such as: visitors that come from Adwords from XYZ.com have convertion rate of 5% but visitors coming from Adwords from ABC.com have convertion rate of 15%. References: - [TRACK GOOGLE CONTEXTUAL ADVERTISING](http://www.apogee-web-consulting.com/tools/track_google_content_ads.html) - [TRACK YAHOO SEARCH ADVERTISING](http://www.apogee-web-consulting.com/tools/track_yahoo_search_ads.html) - [Using AdWords Dynamic Parameters in Links](http://www.bgtheory.com/blog/using-adwords-dynamic-parameters-in-links/) ``` http://www.example.com/?utm_source=AdWords&utm_medium=PPC&utm_term={keyword}&utm_content={creative}&utm_campaign=AdGroup&Network={ifContent:Content}{ifSearch:Search}&SiteTarget={placement} ```
Track visits from adwords and yahoo content campaigns
https://api.github.com/repos/matomo-org/matomo/issues/476/comments
7
2008-12-12T13:30:56Z
2014-07-08T10:00:16Z
https://github.com/matomo-org/matomo/issues/476
37,350,418
476
[ "matomo-org", "matomo" ]
Since probably no one is running piwik longer than one year, this is not important at the moment. But for later it would make sense to have on overview off all your data at once. Therefore, create an 'all'-tab next to 'day', 'month' and 'year'.
create feature 'all' next to 'day', 'month' and 'year'
https://api.github.com/repos/matomo-org/matomo/issues/475/comments
4
2008-12-10T22:13:46Z
2014-07-08T09:59:17Z
https://github.com/matomo-org/matomo/issues/475
37,350,417
475
[ "matomo-org", "matomo" ]
on the URL: http://dev.piwik.org/trac/wiki/API/Reference#Methods there is an error message instead of the Reference.Methods API as follows: Fatal error: Call to undefined method Piwik_API_Controller::init() in /home/www/piwik/demo/plugins/API/Controller.php on line 29 No one can read the (probably useful) API Reference Methods as long as this is broken. -bitfool Keywords: API Reference Methods documentation wiki
wiki docs page broken http://dev.piwik.org/trac/wiki/API/Reference#Methods
https://api.github.com/repos/matomo-org/matomo/issues/474/comments
1
2008-12-09T21:43:58Z
2014-07-08T09:59:17Z
https://github.com/matomo-org/matomo/issues/474
37,350,416
474
[ "matomo-org", "matomo" ]
I just did a fresh install of build 817 from svn and this is still an issue. I believe the real issue is this, when attempting to access the API through the internal PHP method, PIWIK is loading a lot of extra code that it should not be. I am noticing PIWIK interfering with my session's and smarty install. It might be loading a lot of other things which should probably be removed for API but those are the only ones that really interefere. I am using the following code in a test.php file inside the dir of the install: ``` // Default API setup define('PIWIK_INCLUDE_PATH', '.'); define('ENABLE_DISPATCH', false); require_once PIWIK_INCLUDE_PATH . "/index.php"; require_once PIWIK_INCLUDE_PATH . "/core/API/Request.php"; Piwik_FrontController::getInstance()->init(); // Close the PIWIK Session so we can handle our own session // Why is PIWIK starting a session when all I want is access to the API? session_write_close(); session_name("test"); session_start(); # This should fail because I haven't included my smarty $smarty = new Smarty(); echo 'Done!'; ```
smarty should not load when using internal API
https://api.github.com/repos/matomo-org/matomo/issues/473/comments
3
2008-12-09T13:13:37Z
2014-07-08T09:59:17Z
https://github.com/matomo-org/matomo/issues/473
37,350,415
473
[ "matomo-org", "matomo" ]
This ticket is about adding powerful Custom events feature to Piwik. Use cases: - Mobile events analytics - API analytics #4178 - JS error tracking #4977 - Offline tracking, Retail analytics - Tracking actions by users or customers - Getting useful aggregate reports on these actions, overall, averages, relative values. - Web form analytics #562 An EVENT is defined by: ``` - Category - Action - Name - Value ``` Event Metrics are in Events Overview report: - Total number of events - Unique events - Visits with events - Events/visit - Event value - Average event value AVG(custom_float) MAIN REPORTS: ``` - Top Event Category (total events, unique events, event value, avg+min+max value) - Top Event Action (total events, unique events, event value, avg+min+max value) - Top Event Name (total events, unique events, event value, avg+min+max value) ``` COMPOSED REPORTS ``` - Top Category > Actions X - Top Category > Names X - Top Actions > Categories X - Top Actions > Names X - Top Names > Actions X - Top Names > Categories X ``` UI - Overview at the top (graph + Sparklines) - Below show the left menu UI selector Not MVP (move to other ticket) - On hover on any row: Show % of total events - Add min value metric, max value metric in tooltip - List event scope Custom Variables Names > Custom variables values > Event Names > Event Actions - List event scope Custom Variables Value > Event Category > Event Names > Event Actions Done before 2.2.0: - Tracking API (Javascript and HTTP) - trackEvent( category, action, [[value](name],) ) - Events Segments - Display events in Live/ [Visitor log](http://piwik.org/docs/real-time/) / [Visitor profile](http://piwik.org/docs/user-profile/) Done in 2.2.0: - Documentation - add trackEvent to [Javascript tracker](http://developer.piwik.org/api-reference/tracking-javascript) - Add new user manual for [Custom Events Analytics](http://piwik.org/docs/event-tracking/) References: - See Google Analytics API: [image](http://blogoscoped.com/files/google-analytics-event-tracking-large.png), [guide](http://code.google.com/apis/analytics/docs/eventTrackerGuide.html), [extending tracking](http://code.google.com/apis/analytics/docs/eventTrackerWrappers.html) - trackEvent(category, action, label, value)
Custom Events analytics, event tracking
https://api.github.com/repos/matomo-org/matomo/issues/472/comments
65
2008-12-09T12:55:27Z
2016-10-27T23:19:33Z
https://github.com/matomo-org/matomo/issues/472
37,350,410
472
[ "matomo-org", "matomo" ]
In Piwik, all data is stored in a monolithic database. That is a problem when you have a huge traffic to monitor with Piwik: the database server struggles, the queries take too long to finish. One solution is to record data in several databases, within the same Piwik instance. Piwik will route automatically the data to the right database using the "idsite". For example: - sites 1-1000 in serverA - site 1001-1100 in serverB We need to have the idsite in all SQL queries (as a parameter, or in a comment) and then automatically grep their content and route to the right server. The pairs (idsite, server) are stored in a configuration file. THIS IS NOT FINISHED AND NEEDS MORE WORK. Johan Mathe built the first dev version of the plugin, attached in the ticket. We updated the core to add the idsite in some queries, but there is more to do. This plugin was developed in August 2008 and Piwik has slightly changed since, added more queries, etc. This plugin would be incredibly useful to all the big users of Piwik; some people are using Piwik to monitor thousands of websites, millions of visits, etc. Attached is the current development version of the plugin. This is DEV only (it won't work with current trunk). It is helpful to give an idea on how it could work. Please post a comment here if you are interested in this plugin development and would like to participate.
Piwik more efficient: sharding the data in several databases
https://api.github.com/repos/matomo-org/matomo/issues/471/comments
9
2008-12-09T11:24:57Z
2020-03-07T02:41:02Z
https://github.com/matomo-org/matomo/issues/471
37,350,409
471
[ "matomo-org", "matomo" ]
Just an idea but in the next release if there could be a simple way to set the default site when more than one is available to the user. Currently when I login I get the number 1 site but most often I want to view number 6 so I have to change from the drop down list.
Default Site
https://api.github.com/repos/matomo-org/matomo/issues/470/comments
2
2008-12-07T20:34:37Z
2014-07-08T09:59:15Z
https://github.com/matomo-org/matomo/issues/470
37,350,408
470
[ "matomo-org", "matomo" ]
To have the ability to change the settings on how long a cookie last.
Setting how long cookies set by Piwik last
https://api.github.com/repos/matomo-org/matomo/issues/469/comments
1
2008-12-05T18:38:50Z
2014-07-08T09:59:15Z
https://github.com/matomo-org/matomo/issues/469
37,350,407
469
[ "matomo-org", "matomo" ]
It would be really useful to be able to create/edit users via API
Create and edit users via API
https://api.github.com/repos/matomo-org/matomo/issues/468/comments
1
2008-12-05T16:14:33Z
2014-08-03T11:22:22Z
https://github.com/matomo-org/matomo/issues/468
37,350,406
468
[ "matomo-org", "matomo" ]
It would be really useful to be able to use the API to create and edit sites
Create site via API
https://api.github.com/repos/matomo-org/matomo/issues/467/comments
1
2008-12-05T16:14:05Z
2014-08-03T11:22:22Z
https://github.com/matomo-org/matomo/issues/467
37,350,405
467
[ "matomo-org", "matomo" ]
I'm using Piwik behind a Apache 2 reverse proxy. Here is my configuration: Internet -> Apache 2 (http, OR https) -(reverse proxying)-> lighttpd (http) hosting piwik. Since the Piwik login page use a absolute URL for the login form, even if i access the Apache 2 reverse proxy using: https://piwik.domain.com/ the login form action use the protocol value detected from lighttpd: http://piwik.domain.com/ This is an issue. The solution is to add an option to disable complete URL for forms. (so that the action is just / in stead of http://piwik.domain.com. This would allow to use different protocols between reverse proxy and actual piwik http server. Keywords: reverse proxy login https
Support https reverse proxying
https://api.github.com/repos/matomo-org/matomo/issues/466/comments
12
2008-12-05T09:00:17Z
2014-07-08T10:00:00Z
https://github.com/matomo-org/matomo/issues/466
37,350,404
466
[ "matomo-org", "matomo" ]
When tring to insert an email that contain "-" the validation fails for example: info@ab.com valid info@a-b.com not valid
validate email in admin panel
https://api.github.com/repos/matomo-org/matomo/issues/465/comments
2
2008-12-05T08:44:32Z
2014-08-03T11:22:22Z
https://github.com/matomo-org/matomo/issues/465
37,350,403
465
[ "matomo-org", "matomo" ]
Perhaps this is a bit out of scope for web analytics, but it would be really useful to be able to ingest and report on data where I am able to define the schema of the facts being recorded. For example, in the case of internet video, knowing when someone clicked on an interstitial ad (both in the context of the playlist that they're watching as a whole, and the time-elapsed of the ad) would be rather useful and interesting from a data-mining point of view. There are _many_ other examples and use-cases I could think of for this general feature. So; the ability to be able to define my own stats facts using piwik, then the ability to ping into the facts table from my web application, essentially. Something like fact-id, fact-payload, where fact-payload is a JSON or form-encoded packet of data (probably IDs for separate reconciliation against transactional data), where on receipt of the ping piwik will route the fact into the appropriate backing store with due alacrity and verve. Keywords: toogeneral
Ingest arbitrary data
https://api.github.com/repos/matomo-org/matomo/issues/464/comments
2
2008-12-04T23:22:32Z
2014-07-08T09:59:14Z
https://github.com/matomo-org/matomo/issues/464
37,350,402
464
[ "matomo-org", "matomo" ]
It would be a rather nice thing if - for the enterprise-types that maintain their own servers (and thus can get raw logs trivially) - it were possible to ingest web-server logs to piwik and reconcile them against the client-side data. It would also be rather nice to be able to ingest logs that for example Windows Media servers and Flash media-servers produce.
Ingest web/media-server logs and report
https://api.github.com/repos/matomo-org/matomo/issues/463/comments
1
2008-12-04T23:16:10Z
2014-07-08T09:59:14Z
https://github.com/matomo-org/matomo/issues/463
37,350,401
463
[ "matomo-org", "matomo" ]
The following error has occured during databaseSetup-phase of PiWik installation: ``` Error while trying to connect to the Mysql database: SQLSTATE[28000] [1045] Access denied for user 'xxx'@'localhost' (using password: YES) ``` Switching mysql-server from localhost to 127.0.0.1 does not help - it only generates the same error. I am running Piwik on a shared-hosting solution without permission to change MySQL socket access rights, making this a show-stopper for my Piwik installation.
Error while trying to connect to the Mysql database: SQLSTATE[28000] [1045] Access denied for user 'xxx'@'localhost' (using password: YES)
https://api.github.com/repos/matomo-org/matomo/issues/462/comments
4
2008-12-04T15:08:36Z
2018-04-15T05:29:10Z
https://github.com/matomo-org/matomo/issues/462
37,350,399
462
[ "matomo-org", "matomo" ]
Form submissions, file downloads, newsletter subscriptions -- know everything that happens on our site. Apart from having all the information about the advertising campaigns and sales it is very important to known what actions our visitors perform on our site. What are they searching for using a search form, what files they download the most, what forms they fill in and even what links they click on. Piwik should should help us to gather such information painlessly. There are four different ways to track actions! 1. Placing a special tracking code snippet on the page. 2. Using a special link which will track an action and then redirect the visitor to the target URL (could be used for tracking file downloads). 3. Action could be triggered automatically by the tracker when a page with the specified URL is opened on the site. 4. Using a special Javascript function (could be assigned to the link on the page via an onclick event). With every tracked action it should also be possible to log an "action target". Using action targets we can save various information along with an action -- what data the visitor entered in the form that was submitted, what file was downloaded and other useful information which should be displayed in the reports. For example, using the reports constructor we can learn how many visitors which originally arrived from a search engine A with a keyword B eventually downloaded a file C.
Actions tracking
https://api.github.com/repos/matomo-org/matomo/issues/461/comments
1
2008-12-04T11:11:28Z
2014-07-08T09:59:14Z
https://github.com/matomo-org/matomo/issues/461
37,350,398
461
[ "matomo-org", "matomo" ]
Identify the bottlenecks on our site. Find out which pages turn away our visitors. To help us understand where are the bottlenecks on our site which reduce the conversion rate of our visitors Pikwik should implement a Funnels functionality in Piwik. With the help of Funnels we could analyze the most common paths of our visitors and understand on which step of the path most of the visitor gets distracted, lose interest and go away from the site. The Funnels functionality in Piwik should not only allow us to define a particular set of pages that a visitor should open, but it should also allow us to specify an abstract visitor path not connected directly to particular pages and URLs. This will help us get a much better understanding of our visitors behavior. Every step of the path that you define for a Funnel can be: 1. A click from an advertising link. 2. A page opened via a split-test. 3. A page opened via a referring link. 4. A visitor action. 5. A sale. 6. An ordinary page load. The number of the visitor steps in the funnel shoul not be limited.
Funnels
https://api.github.com/repos/matomo-org/matomo/issues/460/comments
2
2008-12-04T11:09:24Z
2016-12-07T01:30:55Z
https://github.com/matomo-org/matomo/issues/460
37,350,397
460
[ "matomo-org", "matomo" ]
Which of our landing pages are the most successful and convert our visitors better? How often did we wonder if we have the right words and images on our landing page (the page where visitors arrive from your advertising)?[What if changing just one image on the page could increase the visitor conversion rate several times?[[BR]([BR]])] We will never know this without testing. The good news is that there is a technology that can help us quickly determine the best version of our landing page. It is called Split-Testing and it should be implemented in Piwik. Piwik should randomly show different versions of the same landing page to our visitors. It should make sure that each version of the page is displayed the same number of times overall and it should even display the same version of the page to the same visitor (to make their experience with our site consistent). With split-tests we should be able to quickly see which version of the page has a good conversion rate and which one is just a waste of the advertising money. Get rid of the unsuccessful version, keep the good one and our overall conversion will increase.
A/B testing, Split tests
https://api.github.com/repos/matomo-org/matomo/issues/459/comments
38
2008-12-04T11:05:49Z
2024-09-13T09:13:17Z
https://github.com/matomo-org/matomo/issues/459
37,350,395
459
[ "matomo-org", "matomo" ]
Advertising effectiveness: incoming traffic analysis, visitors conversion, ROI. To understand if the money that we invest in advertising are spent effectively, we need to know which advertising sources and particular ads are making you a profit and which are just a waste of time and effort. Piwik should show us all the information we need to know about the effectiveness of each advertising campaign: *Visitors conversion *Sales *ROI *Statistics What exactly the visitors that clicked on our ads were doing on our site (each visitor step should be logged!). Piwik should be able to understand how profitable is each of our PPC** keywords within a particular ad campaign, PPC engine and overall. Piwik should show on which pages the visitors who clicked on our ads are landing, in which countries and cities they live and on what step in their path they decided to go away from our site (detailed landing and exit pages reports should be available). Piwik should provide a lot of instruments for us to analyze our ad campaigns. Among them: 1. Powerful reports constructor -- with built-in core reports which we can combine in almost any order, the constructor should allow us to create and use almost an infinite number of custom statistical reports. 2. Funnels -- should identify the bottlenecks on our site, the pages which make our visitors to go away instead of stimulating them to make a purchase, subscribe to a newsletter or do some other action which is important for our business. 3. Split tests -- will help us to test different versions of the same landing page in order to determine which one results in a better visitors conversion. 4. Tracking all visitor activity on our site -- know absolutely everything that the visitors do on your site. - ROI -- Return on Investment. *\* PPC -- Pay Per Click advertising. Keywords: outofscope
Ad Campaign statistics
https://api.github.com/repos/matomo-org/matomo/issues/458/comments
4
2008-12-04T11:02:52Z
2014-12-22T00:11:27Z
https://github.com/matomo-org/matomo/issues/458
37,350,394
458
[ "matomo-org", "matomo" ]
Being able to watch as sales come in is certainly satisfying all by itself, but it is much more important to be able to see where did we get each sale from and what were our main sources of customers. Knowing this will let us focus on the most profitable traffic sources and stop wasting our resources on ineffective advertising. Piwik should show us detailed information about each tracked sale: 1. where did the visitor originally come from (natural referrer or advertising site) 2. what keywords they used in the search engine to find you 3. what advertising campaign brought you a sale 4. what was the landing page where the visitors originally arrived. Piwik should also add sales manually in the tracker or edit existing sales. Piwik should also log what products exactly where purchased in each sale and we should be able to see this information in the aggregated statistical reports. Keywords: outofscope
Sales tracking
https://api.github.com/repos/matomo-org/matomo/issues/457/comments
1
2008-12-04T10:54:43Z
2014-08-03T11:30:03Z
https://github.com/matomo-org/matomo/issues/457
37,350,393
457
[ "matomo-org", "matomo" ]
I am facing one more issue. In Piwik, sometimes I am facing trouble selecting the view type i.e. Day| Month | Year To replicate the issue in your browser (I am using IE 7), maximize your browser window and choose the Date as Wednesday, November 19, 2008 , and then try clicking on the Day text, to select the view type i.e. Week | Month | Year. You will simply not be able to click on Day. It just keeps on running away from the mouse pointer. This issue happens only for some of the days (possibly due to the different size of the text each day) Can you please look into it, and let me know of a solution. Thanks, Pushpreet
Trouble choosing View type on some particular days: Week | Month | Year
https://api.github.com/repos/matomo-org/matomo/issues/456/comments
2
2008-12-03T16:33:21Z
2014-07-08T09:59:13Z
https://github.com/matomo-org/matomo/issues/456
37,350,392
456
[ "matomo-org", "matomo" ]
Define sets of sites in order to present sum of data for them. 1. define set by listing sites to sum (i.e. idsite 1, 2 and 5) 2. define set by listing sites not to sum (i.e. all sites except idsite 1, 2 and 5) Database. Each of set is defined by an entry in piwik_site table. We make the following modifications in tables: ``` * convert idsite to string, so we can define site set i.e. "1,2,4", "all", "all but 1,2" ``` Admin User interface. ``` * we use Site chooser to define set of sites * we define set of sites, i.e. 'Client 1 sites' ``` Archiving. We compute sets of sites from summing archives of sites + lookup the number of unique visitors. Data concering unique visitors for certain countries, keywords will be inaccurate in the first version of plugin. We need to change/disable archiving done by exising plugins, so we do not archive data like for normal site, but we just sum data archived for sites in siteset. Notes: when we edit siteset we need to recompute all the data! Permissions: ``` * we define permissions for site set the same as for sites, * we can view siteset as different site ``` Some work is already done (i.e. ArchiveProcessing_Siteset class, plugin base code). The solution is already working in some form on my site network) Keywords: outofscope
Plugin: define sets of websites and generate Piwik report based on the sum of these websites
https://api.github.com/repos/matomo-org/matomo/issues/455/comments
5
2008-12-03T10:45:55Z
2014-08-03T11:30:29Z
https://github.com/matomo-org/matomo/issues/455
37,350,391
455
[ "matomo-org", "matomo" ]
I am using SitesManager.getSitesWithAtLeastViewAccess and I found that if I use the master API token_auth I can get all the sites info. I am trying to send the users token_auth so that it will return just their sites. I found that using the internal API method and using the users token_auth I get an empty result. If I take the same query and put it into the browser it outputs the sites correctly. Not sure how broad this issue is yet. index.php?module=API&method=SitesManager.getSitesWithAtLeastViewAccess&format=PHP&token_auth=USER-TOKEN-HERE Tested on svn build #823
Internal API incorrect results
https://api.github.com/repos/matomo-org/matomo/issues/454/comments
4
2008-12-03T01:27:28Z
2014-07-08T09:59:13Z
https://github.com/matomo-org/matomo/issues/454
37,350,390
454
[ "matomo-org", "matomo" ]
Is there a way to increase the width of the the label/unique visitor table so that more words show instead of the ... Is there a hovering feature that will show popup the full length of the word? Pic attached for reference Keywords: wishlist
Increase width of "label" table
https://api.github.com/repos/matomo-org/matomo/issues/453/comments
12
2008-12-02T22:00:50Z
2014-07-08T10:07:59Z
https://github.com/matomo-org/matomo/issues/453
37,350,387
453
[ "matomo-org", "matomo" ]
The file piwik/plugins/Actions/Actions.php contains a mix of \r\n and \n, which shows up ugly in vim, could mess up in other editors and cause extra junk in submitted patches when editors remove them automatically. Removing the extra \r's would make the most sense, since that is consistent with all other files. This sed command should take care of things: ``` sed -i "s/\r//" plugins/Actions/Actions.php ```
piwik/plugins/Actions/Actions.php contains mixed \r\n and \n
https://api.github.com/repos/matomo-org/matomo/issues/452/comments
6
2008-12-02T18:19:26Z
2014-07-08T09:59:12Z
https://github.com/matomo-org/matomo/issues/452
37,350,386
452
[ "matomo-org", "matomo" ]
If there are more then 15 sites in piwik (and a user, for example the admin, is allowed to view them all), it is not possible to select all sites. the last sites are not selectable. because not all sites are being displayed in the selector. this happens for example on the start page of piwik. on the vistor page all sites are selectable. because there is enough space. (piwik is not customized, no new widgets or anything else) this happens since version 0.2.26 Keywords: Website selector
Website selector too long
https://api.github.com/repos/matomo-org/matomo/issues/451/comments
5
2008-12-02T14:02:40Z
2014-07-08T09:59:12Z
https://github.com/matomo-org/matomo/issues/451
37,350,384
451
[ "matomo-org", "matomo" ]
file : plugins/CoreHome/templates/calendar.js CoreHome_MonthDecem**e**ber should be CoreHome_MonthDecember (that's one e less !) if not, December will alwyas translate to 'undefined' in the calendar selection - whichever language you choose Keywords: calendar
Type in calendar.js
https://api.github.com/repos/matomo-org/matomo/issues/450/comments
0
2008-12-02T12:34:46Z
2008-12-02T19:53:45Z
https://github.com/matomo-org/matomo/issues/450
37,350,383
450
[ "matomo-org", "matomo" ]
The path to the Piwik index.php is hardcoded in piwik/misc/cron/archive.sh and therefore needs to be adapted to the correct location everytime I update. This should be solved in a more user-friendly way. Lars
Don´t hardcode PIWIK_PATH in archive.sh
https://api.github.com/repos/matomo-org/matomo/issues/449/comments
2
2008-12-02T09:45:02Z
2014-07-08T09:59:12Z
https://github.com/matomo-org/matomo/issues/449
37,350,382
449
[ "matomo-org", "matomo" ]
Users coming from cuil.com are registered as coming from an external page, rather than coming from a search engine. Keywords: cuil, search engine
cuil.com not recognized as search engine
https://api.github.com/repos/matomo-org/matomo/issues/448/comments
5
2008-11-30T08:59:07Z
2014-07-08T09:59:12Z
https://github.com/matomo-org/matomo/issues/448
37,350,381
448
[ "matomo-org", "matomo" ]
After upgrading to Piwik 2.2.26, conserving the Piwik 2.2.25 config.ini.php, i've got this error on a white page: Fatal error: Cannot redeclare class Zend_Config_Ini in /var/www/piwik/libs/Zend/Config/Ini.php on line 0 Not knowing the Zend framework, i can't help you more. Keywords: zend config fatal
Detect faulty config files
https://api.github.com/repos/matomo-org/matomo/issues/447/comments
5
2008-11-28T21:59:48Z
2014-07-08T09:59:12Z
https://github.com/matomo-org/matomo/issues/447
37,350,379
447
[ "matomo-org", "matomo" ]
Hello, Just did a fresh install (0.2.25) on Win2k3 Server. Stats works fine, everything works fine exept the Actions -> Pages. It gives: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in D:\intranet\apache2\htdocs\piwik\core\DataTable\Manager.php on line 68 memory_limit is 128mb so that should not be the problem? Any ideas? apache 2.2.8 php 5.2.5 Keywords: memory limit windows
Memory Limit exhausted, windows
https://api.github.com/repos/matomo-org/matomo/issues/446/comments
1
2008-11-28T14:11:32Z
2014-07-08T09:59:12Z
https://github.com/matomo-org/matomo/issues/446
37,350,378
446
[ "matomo-org", "matomo" ]
Hello, Piwik doesn't prevent listing of some key directories such as` core/` or` config/`. This could help identifying piwik's running version. Putting empty` index.html` files in those directories solves the problem. Thanks, Olivier;
Prevent directory listing
https://api.github.com/repos/matomo-org/matomo/issues/445/comments
4
2008-11-27T20:01:55Z
2014-07-08T09:59:12Z
https://github.com/matomo-org/matomo/issues/445
37,350,377
445
[ "matomo-org", "matomo" ]
While attempting to upgrade 0.2.9 to 0.2.24, I'm finding MySQL unable to handle the upgrade. It would appear that some parts of the upgrade process fail because the table 'option' is a MySQL reserved word (see http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html) and it is not escaped correctly. The upgrade process has the following error: ``` Error trying to create the option table in Mysql: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'option' already exists ``` But this would appear to be a by-product of something else wrong (attempting to delete the table? Not sure yet) Please note that this broken upgrade appears to have more or less completely botched my installation and it would be worthwhile to put a warning for people downloading this version that it's a problem.
Piwik uses MySQL reserved word 'option' for table name
https://api.github.com/repos/matomo-org/matomo/issues/444/comments
2
2008-11-27T15:34:01Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/444
37,350,376
444
[ "matomo-org", "matomo" ]
After fresh install (i download last.zip today = 0.2.24), i got a message to upgrade piwik (same like http://piwik.org/blog/wp-content/uploads/2008/11/piwik_update.png) After click "Upgrade piwik", i got this message : Critical Error during the upgrade process: Error trying to create the option table in Mysql: SQLSTATE[42S01]: Base table or view already exists: 1050 La table 'option' existe dj
Critical Error during the upgrade process
https://api.github.com/repos/matomo-org/matomo/issues/443/comments
2
2008-11-27T10:49:15Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/443
37,350,375
443
[ "matomo-org", "matomo" ]
When I try to add any website or any user, i am not able to do it. 'Loading Data...' comes written, but it doesnt go beyond that. The 'Loading Data' screen stays there, and you have to hit the back button of the browser to stop it, and no new user or website is getting added. Any possible cause, and troubleshooting steps for this. i dont want to reinstall Piwik. It is currently being used by users on our websites, so any debugging/troubleshooting steps would be very helpfule. Thanks
Loading Data... error
https://api.github.com/repos/matomo-org/matomo/issues/442/comments
3
2008-11-27T10:02:07Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/442
37,350,374
442
[ "matomo-org", "matomo" ]
Currently I am facing an issue. For a particular user, the user is not getting redirected to the first website, which he has view permission. The user is always getting redirected to one particular website (idsite=5). Can you let me know the possible cause for this, and troubleshooting steps for this. Your help would be appreciated.
redirect on login
https://api.github.com/repos/matomo-org/matomo/issues/441/comments
1
2008-11-27T09:57:19Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/441
37,350,373
441
[ "matomo-org", "matomo" ]
I want to set a default page in Piwik. Eg. - when a user logs in , he should be directed to a predefined site (idSite in the query string) i.e if I have got 3 or 4 websites and added to Piwik, i should be able to choose, that by default which user is redirected to which website's data on logging into piwik.
setting a default page
https://api.github.com/repos/matomo-org/matomo/issues/440/comments
3
2008-11-27T08:46:42Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/440
37,350,372
440
[ "matomo-org", "matomo" ]
``` Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. ``` ``` Cookie: __utma=40161215.1118858552.1225984368.1226006917.1227714374.3; __utmz=40161215.1225984368.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utmb=40161215; __utmc=40161215; PHPSESSID=le231lcl5ui53obiif041rk954; piwik-auth=login%3DdGlsbA%3D%3D%3Atoken_auth%3DZTQwYjY3Y2MwNTM0OWYzZmZmNWI3YjUwM2MzYWZjOTA%3D; piwik_visitor3=1%3DY2QwZTZhY2VkOGQ1NzYyOWVhMmU5YzhmM2IwNDg5Zjc%3D%3A2%3DMTIyNzcxNDg5Ng%3D%3D%3A3%3DMTIyNzcxNDg5Ng%3D%3D%3A4%3DMg%3D%3D%3A5%3DNA%3D%3D; piwik_visitor2=1%3DYjQ5NjRmODU3N2Y4YmE5NTcwZjMxMjliNGUyODllNTU%3D%3A2%3DMTIyNzcxNDkwNw%3D%3D%3A3%3DMTIyNzcxNDkwNw%3D%3D%3A4%3DMw%3D%3D%3A5%3DNA%3D%3D; piwik_visitor4=1%3DMWQ1ZTA3YjRhMjI3ODEwMTNlMWQ5NmMxZjI3YTE5Yzc%3D%3A2%3DMTIyNzcxNDk5MA%3D%3D%3A3%3DMTIyNzcxNDk5MA%3D%3D%3A4%3DNA%3D%3D%3A5%3DNA%3D%3D; piwik_visitor5=1%3DNTVmMDkxYTM4ZTBmMWY5ZDhlNzJhNmRjY2IxZjMzYjM%3D%3A2%3DMTIyNzcxNTE3NA%3D%3D%3A3%3DMTIyNzcxNTE3NA%3D%3D%3A4%3DNg%3D%3D%3A5%3DNA%3D%3D; piwik_visitor6=1%3DMGNkNTBkNzBkYjI2YTIyZTFmNmJlOGVjYmQ5YjQ2ZWU%3D%3A2%3DMTIyNzcxNTM2Ng%3D%3D%3A3%3DMTIyNzcxNTM2Ng%3D%3D%3A4%3DNw%3D%3D%3A5%3DNA%3D%3D ``` This is after I installed the JavaScript on 6 different sites and actually tried it all out. ;-) The cookie grew and grew. In httpd.conf ``` LimitRequestFieldSize 1000 ``` There are a few fixes to this - one is to up the size of the request header, which is what I did when I noticed the same error on OpenX. ;-) However, it would be nice if someone implemented a workaround in Piwik in the future.
400 Bad Request
https://api.github.com/repos/matomo-org/matomo/issues/439/comments
2
2008-11-26T17:11:30Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/439
37,350,371
439
[ "matomo-org", "matomo" ]
On my Piwik installation (0.2.24) the Visit Time graphs are really goning crazy lately. At the moment (~15:30) the scale starts 1h which is obviously incorrect. Then it immediately jumps on to 6h which is because there was no visitor from 2h-5h I suppose. Then everthing is correct from 6h 14h. This is followed by the hours that have no visitor (yet): 0h, 2h-5h and 15h-23h. I also attached a screenshot.
Visit Time graphs going crazy
https://api.github.com/repos/matomo-org/matomo/issues/438/comments
2
2008-11-26T15:29:37Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/438
37,350,370
438
[ "matomo-org", "matomo" ]
On evolution graph 'nb_uniq_visitors' label is always displayed instead of proper name for the line.
wrong labels on evolution graph
https://api.github.com/repos/matomo-org/matomo/issues/437/comments
1
2008-11-26T09:46:22Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/437
37,350,369
437
[ "matomo-org", "matomo" ]
Not sure if I have installed incorrectly or not but outlink or download tracking does not seem to be capturing/displaying any data as those actions have 0 data. However, it is capturing visitors correctly so something must be right. I have tried to use "piwik_download" class to a link to try to capture the click as a download but will piwik capture download and outlinks if the link is like this: <a href="javascript:onclick=showReport()" class="itemBlackBold" >Portfolio Budget Admin Report</a> I have changed "piwik_download" class to "itemBlackBold" to reflect the class in the html itself due to the fact that I cannot change this code myself but should work regardless? Is there an issue with tracking with popup windows with the javascript:onclick ? Thanks, Tom
Outlink/Download Tracking
https://api.github.com/repos/matomo-org/matomo/issues/436/comments
5
2008-11-25T21:26:13Z
2014-08-03T11:22:22Z
https://github.com/matomo-org/matomo/issues/436
37,350,368
436
[ "matomo-org", "matomo" ]
Currently keywords are stored encoded in the mysql log table. Code is around: https://github.com/piwik/piwik/blob/master/core/Tracker/Visit.php#L693 For some search engine, like yandex.ru, keywords are encoded in the URL. Piwik should have, for each search engine encoding keywords, the encoding used, and Piwik should only store utf-8 valid keywords in the log table. This would fix two bugs: - Russian keywords from the most popular russian search-engine 'yandex.ru' are shown like number of questions in the UI. - Searching for a keyword using piwik in-table search, would also work for exotic keyword. Currently you search for "" piwik will look for such a keyword in the list, but it won't look for the encoded value of this keyword. It expects the keyword to be stored at the right format. If you encounter this bug, please report any example URL of a search in a search engine that doesn't work well with Piwik. We need more example to solve this bug. thanks! Keywords: 0.2.23
Exotic encoded keywords should be stored as utf-8 in the DB
https://api.github.com/repos/matomo-org/matomo/issues/435/comments
3
2008-11-25T18:28:27Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/435
37,350,367
435
[ "matomo-org", "matomo" ]
The visitor heuristic (UserIP+Browser+Plugins) as identifier as an alternative for cookies is nice for smaller public websites. It will not work properly on sites with higher trafffic from hughe companies. (centralized computer settings, no identifiable IP Adress). It would be nice to have a switch to turn this off.
Visitor heuristic - with switch
https://api.github.com/repos/matomo-org/matomo/issues/434/comments
4
2008-11-25T14:46:04Z
2014-07-08T09:59:11Z
https://github.com/matomo-org/matomo/issues/434
37,350,366
434
[ "matomo-org", "matomo" ]
Hi All, things have been working just fine for me until my svn upgrade today. I upgraded my piwik SVN installation to revision 759 today from an earlier revision, which I did not make note of. :( sorry. After the svn update, there was no database upgrade procedure through the web interface. Now all of the Widgets, except graphs, are throwing these errors on the dashboard, and preview screens. Fatal error: Call to undefined method Piwik_DataTable::addRowsFromArray() in /srv/www/xxxxx/piwik/plugins/UserSettings/UserSettings.php on line 167 The graph widgets show the Flash widget but there is no data modeled. Widget preview Notice: Undefined index: showingAllColumns in /srv/www/xxxx/piwik/tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php on line 5 Backtrace --> #0 Piwik_ErrorHandler(8, Undefined index: showingAllColumns, /srv/www/xxxx/piwik/tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php, 5, Array ([=> Smarty Object ([template_dir](this]) => Array ([=> plugins,[1](0]) => themes/default,[=> themes),[compile_dir](2]) => tmp/templates_c,[=> configs,[plugins_dir](config_dir]) => Array ([=> libs/Smarty/plugins,[1](0]) => core/SmartyPlugins),[=> 1,[error_reporting](debugging]) => 6143,[=> ,[debugging_ctrl](debug_tpl]) => NONE,[=> 1,[force_compile](compile_check]) => ,[=> 0,[cache_dir](caching]) => tmp/cache,[=> 3600,[cache_modified_check](cache_lifetime]) => ,[=> 0,[security](php_handling]) => ,[=> Array (),[security_settings](secure_dir]) => Array ([=> ,[IF_FUNCS](PHP_HANDLING]) => Array ([=> array,[1](0]) => list,[=> isset,[3](2]) => empty,[=> count,[5](4]) => sizeof,[=> in_array,[7](6]) => is_array,[=> true,[9](8]) => false,[=> null),[INCLUDE_ANY](10]) => ,[=> ,[MODIFIER_FUNCS](PHP_TAGS]) => Array ([=> count),[ALLOW_CONSTANTS](0]) => ),[=> Array (),[left_delimiter](trusted_dir]) => {,[=> },[request_vars_order](right_delimiter]) => EGPCS,[=> 1,[compile_id](request_use_auto_globals]) => ,[=> ,[default_modifiers](use_sub_dirs]) => Array (),[=> file,[cache_handler_func](default_resource_type]) => ,[=> Array (),[config_overwrite](autoload_filters]) => 1,[=> 1,[config_read_hidden](config_booleanize]) => ,[=> 1,[default_template_handler_func](config_fix_newlines]) => ,[=> Smarty_Compiler.class.php,[compiler_class](compiler_file]) => Smarty_Compiler,[=> Config_File,[_tpl_vars](config_class]) => Array ([=> /index.php,[piwikUrl](SCRIPT_NAME]) => http://xxxxxxx/,[=> standard,[jsInvocationTag](graphType]) => ,[=> ?module=UserCountry&action=getContinent&idSite=6&period=day&date=2008-11-24&viewDataTable=generateDataChartVerticalBar,[formEmbedId](urlGraphData]) => formEmbedUserCountrygetContinent,[graphCodeEmbed] => ,[=> UserCountrygetContinent,[method](id]) => UserCountry.getContinent,[=> Array ([filter_sort_column](javascriptVariablesToSet]) => 1,[=> desc,[filter_offset](filter_sort_order]) => 0,[=> 20,[module](filter_limit]) => UserCountry,[=> getContinent,[idSite](action]) => 6,[=> day,[date](period]) => 2008-11-24,[=> false,[filter_excludelowpop_value_default](filter_excludelowpop_default]) => false,[=> http://xxxxxxx/,[show_search](pathToPiwik]) => false,[=> false,[show_exclude_low_population](show_offset_information]) => false),[=> 1,[currentModule](showFooter]) => UserCountry,[=> Visitors Country,[userLogin](currentPluginName]) => px,[=> Array ([0](sites]) => Array ([=> 8,[name](idsite]) => blog.px,[=> http://blog.px.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:23:00,[=> ),[1](feedburnerName]) => Array ([=> 12,[name](idsite]) => MLIH,[=> http://xxxxxxx.xxxxxxx.com,[ts_created](main_url]) => 2008-06-22 14:50:03,[=> ),[2](feedburnerName]) => Array ([=> 6,[name](idsite]) => xxxxxxx,[=> http://www.xxxxxxx,[ts_created](main_url]) => 2008-03-07 21:21:41,[=> px/blog),[3](feedburnerName]) => Array ([=> 9,[name](idsite]) => parking.xxxxxxx,[=> http://parking.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:27:24,[=> ),[4](feedburnerName]) => Array ([=> 11,[name](idsite]) => xxxxxxxlog,[=> http://xxxxxxxlog.xxxxxxx.com,[ts_created](main_url]) => 2008-06-22 14:49:00,[=> ),[5](feedburnerName]) => Array ([=> 10,[name](idsite]) => px.xxxxxxx,[=> http://px.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:29:45,[=> )),[url](feedburnerName]) => http://xxxxxxx/index.php?module=UserCountry&action=getContinent&idSite=6&period=day&date=2008-11-24,[=> e423071abbcd7d66063e7116540f1de2,[userHasSomeAdminAccess](token_auth]) => 1,[=> 0.2.17,[totalTimeGeneration](piwik_version]) => 0.10,[=> 0),[_smarty_vars](totalNumberOfQueries]) => ,[=> Array (),[_foreach](_sections]) => Array (),[=> Array (),[_conf_obj](_tag_stack]) => ,[=> Array ([0](_config]) => Array ([=> Array (),[files](vars]) => Array ()),[=> Array ([vars](1]) => Array (),[=> Array ())),[_smarty_md5](files]) => f8d698aea36fcbead2b9d5359ffca76f,[=> 2.6.18,[_inclusion_depth](_version]) => 1,[=> ,[_smarty_debug_id](_compile_id]) => SMARTY_DEBUG,[=> Array ([0](_smarty_debug_info]) => Array ([=> template,[filename](type]) => CoreHome/templates/graph.tpl,[=> 0),[1](depth]) => Array ([=> template,[filename](type]) => CoreHome/templates/datatable_footer.tpl,[=> 1)),[_cache_info](depth]) => Array (),[=> 420,[_dir_perms](_file_perms]) => 505,[=> Array (),[_plugins](_reg_objects]) => Array ([=> Array ([translate](modifier]) => Array ([=> smarty_modifier_translate,[1](0]) => CoreHome/templates/datatable_footer.tpl,[=> 10,[3](2]) => 1,[=> 1)),[function](4]) => Array (),[=> Array (),[compiler](block]) => Array (),[=> Array (),[postfilter](prefilter]) => Array (),[=> Array ([trimwhitespace](outputfilter]) => Array ([=> smarty_outputfilter_trimwhitespace,[1](0]) => ,[=> ,[3](2]) => 1,[=> 1)),[resource](4]) => Array (),[=> Array ()),[_cache_serials](insert]) => Array (),[=> ,[_cache_including](_cache_include]) => ),[=> Array ([smarty_include_tpl_file](params]) => CoreHome/templates/datatable_footer.tpl,[=> Array ()),[_params](smarty_include_vars]) => Array (),[=> 1227581676.14,[included_tpls_idx](debug_start_time]) => 1,[=> tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php)) called at [/srv/www/xxxxxxx/piwik/tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php:5](_smarty_compile_path]) #1 include(/srv/www/xxxxxxx/piwik/tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php) called at [/srv/www/xxxxxxx/piwik/libs/Smarty/Smarty.class.php:1864] #2 Smarty->_smarty_include(Array ([=> CoreHome/templates/datatable_footer.tpl,[smarty_include_vars](smarty_include_tpl_file]) => Array ())) called at [/srv/www/xxxxxxx/piwik/tmp/templates_c/%%F5^F50^F503D4A2%%graph.tpl.php:11] #3 include(/srv/www/xxxxxxx/piwik/tmp/templates_c/%%F5^F50^F503D4A2%%graph.tpl.php) called at [/srv/www/xxxxxxx/piwik/libs/Smarty/Smarty.class.php:1260] #4 Smarty->fetch(CoreHome/templates/graph.tpl) called at [/srv/www/xxxxxxx/piwik/core/View.php:102] #5 Piwik_View->render() called at [/srv/www/xxxxxxx/piwik/core/Controller.php:84] #6 Piwik_Controller->renderView(Piwik_ViewDataTable_GenerateGraphHTML_ChartVerticalBar Object ([=> 100%,[](]) => 250,[=> standard,[](]) => CoreHome/templates/graph.tpl,[=> 1,[](]) => false,[=> false,[](]) => false,[=> 1,[](]) => Array ([=> false,[filter_excludelowpop_value_default](filter_excludelowpop_default]) => false,[=> 1,[filter_sort_order](filter_sort_column]) => desc),[=> 0,[](]) => ,[=> ,[](]) => getContinent,[=> UserCountry,[](]) => ,[=> UserCountry.getContinent,[](]) => Piwik_View Object ([=> CoreHome/templates/graph.tpl,[](]) => Smarty Object ([=> Array ([0](template_dir]) => plugins,[=> themes/default,[2](1]) => themes),[=> tmp/templates_c,[config_dir](compile_dir]) => configs,[=> Array ([0](plugins_dir]) => libs/Smarty/plugins,[=> core/SmartyPlugins),[debugging](1]) => 1,[=> 6143,[debug_tpl](error_reporting]) => ,[=> NONE,[compile_check](debugging_ctrl]) => 1,[=> ,[caching](force_compile]) => 0,[=> tmp/cache,[cache_lifetime](cache_dir]) => 3600,[=> ,[php_handling](cache_modified_check]) => 0,[=> ,[secure_dir](security]) => Array (),[=> Array ([PHP_HANDLING](security_settings]) => ,[=> Array ([0](IF_FUNCS]) => array,[=> list,[2](1]) => isset,[=> empty,[4](3]) => count,[=> sizeof,[6](5]) => in_array,[=> is_array,[8](7]) => true,[=> false,[10](9]) => null),[=> ,[PHP_TAGS](INCLUDE_ANY]) => ,[=> Array ([0](MODIFIER_FUNCS]) => count),[=> ),[trusted_dir](ALLOW_CONSTANTS]) => Array (),[=> {,[right_delimiter](left_delimiter]) => },[=> EGPCS,[request_use_auto_globals](request_vars_order]) => 1,[=> ,[use_sub_dirs](compile_id]) => ,[=> Array (),[default_resource_type](default_modifiers]) => file,[=> ,[autoload_filters](cache_handler_func]) => Array (),[=> 1,[config_booleanize](config_overwrite]) => 1,[=> ,[config_fix_newlines](config_read_hidden]) => 1,[=> ,[compiler_file](default_template_handler_func]) => Smarty_Compiler.class.php,[=> Smarty_Compiler,[config_class](compiler_class]) => Config_File,[=> Array ([SCRIPT_NAME](_tpl_vars]) => /index.php,[=> http://xxxxxxx/,[graphType](piwikUrl]) => standard,[jsInvocationTag] => ,[=> ?module=UserCountry&action=getContinent&idSite=6&period=day&date=2008-11-24&viewDataTable=generateDataChartVerticalBar,[formEmbedId](urlGraphData]) => formEmbedUserCountrygetContinent,[graphCodeEmbed] => ,[=> UserCountrygetContinent,[method](id]) => UserCountry.getContinent,[=> Array ([filter_sort_column](javascriptVariablesToSet]) => 1,[=> desc,[filter_offset](filter_sort_order]) => 0,[=> 20,[module](filter_limit]) => UserCountry,[=> getContinent,[idSite](action]) => 6,[=> day,[date](period]) => 2008-11-24,[=> false,[filter_excludelowpop_value_default](filter_excludelowpop_default]) => false,[=> http://xxxxxxx/,[show_search](pathToPiwik]) => false,[=> false,[show_exclude_low_population](show_offset_information]) => false),[=> 1,[currentModule](showFooter]) => UserCountry,[=> Visitors Country,[userLogin](currentPluginName]) => px,[=> Array ([0](sites]) => Array ([=> 8,[name](idsite]) => blog.px,[=> http://blog.px.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:23:00,[=> ),[1](feedburnerName]) => Array ([=> 12,[name](idsite]) => MLIH,[=> http://xxxxxxx.xxxxxxx.com,[ts_created](main_url]) => 2008-06-22 14:50:03,[=> ),[2](feedburnerName]) => Array ([=> 6,[name](idsite]) => xxxxxxx,[=> http://www.xxxxxxx,[ts_created](main_url]) => 2008-03-07 21:21:41,[=> px/blog),[3](feedburnerName]) => Array ([=> 9,[name](idsite]) => parking.xxxxxxx,[=> http://parking.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:27:24,[=> ),[4](feedburnerName]) => Array ([=> 11,[name](idsite]) => xxxxxxxlog,[=> http://xxxxxxxlog.xxxxxxx.com,[ts_created](main_url]) => 2008-06-22 14:49:00,[=> ),[5](feedburnerName]) => Array ([=> 10,[name](idsite]) => px.xxxxxxx,[=> http://px.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:29:45,[=> )),[url](feedburnerName]) => http://xxxxxxx/index.php?module=UserCountry&action=getContinent&idSite=6&period=day&date=2008-11-24,[=> e423071abbcd7d66063e7116540f1de2,[userHasSomeAdminAccess](token_auth]) => 1,[=> 0.2.17,[totalTimeGeneration](piwik_version]) => 0.10,[=> 0),[_smarty_vars](totalNumberOfQueries]) => ,[=> Array (),[_foreach](_sections]) => Array (),[=> Array (),[_conf_obj](_tag_stack]) => ,[=> Array ([0](_config]) => Array ([=> Array (),[files](vars]) => Array ()),[=> Array ([vars](1]) => Array (),[=> Array ())),[_smarty_md5](files]) => f8d698aea36fcbead2b9d5359ffca76f,[=> 2.6.18,[_inclusion_depth](_version]) => 1,[=> ,[_smarty_debug_id](_compile_id]) => SMARTY_DEBUG,[=> Array ([0](_smarty_debug_info]) => Array ([=> template,[filename](type]) => CoreHome/templates/graph.tpl,[=> 0),[1](depth]) => Array ([=> template,[filename](type]) => CoreHome/templates/datatable_footer.tpl,[=> 1)),[_cache_info](depth]) => Array (),[=> 420,[_dir_perms](_file_perms]) => 505,[=> Array (),[_plugins](_reg_objects]) => Array ([=> Array ([translate](modifier]) => Array ([=> smarty_modifier_translate,[1](0]) => CoreHome/templates/datatable_footer.tpl,[=> 10,[3](2]) => 1,[=> 1)),[function](4]) => Array (),[=> Array (),[compiler](block]) => Array (),[=> Array (),[postfilter](prefilter]) => Array (),[=> Array ([trimwhitespace](outputfilter]) => Array ([=> smarty_outputfilter_trimwhitespace,[1](0]) => ,[=> ,[3](2]) => 1,[=> 1)),[resource](4]) => Array (),[=> Array ()),[_cache_serials](insert]) => Array (),[=> ,[_cache_including](_cache_include]) => ),[=> Array ()),[valueParameterViewDataTable](]) => generateDataChartVerticalBar,[=> UserCountry.getContinent,[parametersToModify](method]) => Array ([=> generateDataChartVerticalBar,[module](viewDataTable]) => UserCountry,[=> getContinent),[id](action]) => UserCountrygetContinent,[graphCodeEmbed] => ), ) called at [/srv/www/xxxxxxx/piwik/plugins/UserCountry/UserCountry.php:138] #7 Piwik_UserCountry_Controller->getContinent() #8 call_user_func_array(Array ([=> Piwik_UserCountry_Controller Object ([](0]) => UserCountry,[=> 2008-11-24,[](]) => Piwik_Date Object ([=> 1227513600)),[1](timestamp]) => getContinent), Array ()) called at [/srv/www/xxxxxxx/piwik/core/FrontController.php:144] #9 Piwik_FrontController->dispatch() called at [/srv/www/xxxxxxx/piwik/index.php:52] Previous Next [CSV | XML | Json | Php [Tag Cloud](Export]) [bar graph](Vertical) [Piechart] Notice: Undefined index: show_show_all_columns in /srv/www/xxxxxxx/piwik/tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php on line 52 Backtrace --> #0 Piwik_ErrorHandler(8, Undefined index: show_show_all_columns, /srv/www/xxxxxxx/piwik/tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php, 52, Array ([=> Smarty Object ([template_dir](this]) => Array ([=> plugins,[1](0]) => themes/default,[=> themes),[compile_dir](2]) => tmp/templates_c,[=> configs,[plugins_dir](config_dir]) => Array ([=> libs/Smarty/plugins,[1](0]) => core/SmartyPlugins),[=> 1,[error_reporting](debugging]) => 6143,[=> ,[debugging_ctrl](debug_tpl]) => NONE,[=> 1,[force_compile](compile_check]) => ,[=> 0,[cache_dir](caching]) => tmp/cache,[=> 3600,[cache_modified_check](cache_lifetime]) => ,[=> 0,[security](php_handling]) => ,[=> Array (),[security_settings](secure_dir]) => Array ([=> ,[IF_FUNCS](PHP_HANDLING]) => Array ([=> array,[1](0]) => list,[=> isset,[3](2]) => empty,[=> count,[5](4]) => sizeof,[=> in_array,[7](6]) => is_array,[=> true,[9](8]) => false,[=> null),[INCLUDE_ANY](10]) => ,[=> ,[MODIFIER_FUNCS](PHP_TAGS]) => Array ([=> count),[ALLOW_CONSTANTS](0]) => ),[=> Array (),[left_delimiter](trusted_dir]) => {,[=> },[request_vars_order](right_delimiter]) => EGPCS,[=> 1,[compile_id](request_use_auto_globals]) => ,[=> ,[default_modifiers](use_sub_dirs]) => Array (),[=> file,[cache_handler_func](default_resource_type]) => ,[=> Array (),[config_overwrite](autoload_filters]) => 1,[=> 1,[config_read_hidden](config_booleanize]) => ,[=> 1,[default_template_handler_func](config_fix_newlines]) => ,[=> Smarty_Compiler.class.php,[compiler_class](compiler_file]) => Smarty_Compiler,[=> Config_File,[_tpl_vars](config_class]) => Array ([=> /index.php,[piwikUrl](SCRIPT_NAME]) => http://xxxxxxx/,[=> standard,[jsInvocationTag](graphType]) => ,[=> ?module=UserCountry&action=getContinent&idSite=6&period=day&date=2008-11-24&viewDataTable=generateDataChartVerticalBar,[formEmbedId](urlGraphData]) => formEmbedUserCountrygetContinent,[graphCodeEmbed] => ,[=> UserCountrygetContinent,[method](id]) => UserCountry.getContinent,[=> Array ([filter_sort_column](javascriptVariablesToSet]) => 1,[=> desc,[filter_offset](filter_sort_order]) => 0,[=> 20,[module](filter_limit]) => UserCountry,[=> getContinent,[idSite](action]) => 6,[=> day,[date](period]) => 2008-11-24,[=> false,[filter_excludelowpop_value_default](filter_excludelowpop_default]) => false,[=> http://xxxxxxx/,[show_search](pathToPiwik]) => false,[=> false,[show_exclude_low_population](show_offset_information]) => false),[=> 1,[currentModule](showFooter]) => UserCountry,[=> Visitors Country,[userLogin](currentPluginName]) => px,[=> Array ([0](sites]) => Array ([=> 8,[name](idsite]) => blog.px,[=> http://blog.px.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:23:00,[=> ),[1](feedburnerName]) => Array ([=> 12,[name](idsite]) => MLIH,[=> http://xxxxxxx.xxxxxxx.com,[ts_created](main_url]) => 2008-06-22 14:50:03,[=> ),[2](feedburnerName]) => Array ([=> 6,[name](idsite]) => xxxxxxx,[=> http://www.xxxxxxx,[ts_created](main_url]) => 2008-03-07 21:21:41,[=> px/blog),[3](feedburnerName]) => Array ([=> 9,[name](idsite]) => parking.xxxxxxx,[=> http://parking.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:27:24,[=> ),[4](feedburnerName]) => Array ([=> 11,[name](idsite]) => xxxxxxxlog,[=> http://xxxxxxxlog.xxxxxxx.com,[ts_created](main_url]) => 2008-06-22 14:49:00,[=> ),[5](feedburnerName]) => Array ([=> 10,[name](idsite]) => px.xxxxxxx,[=> http://px.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:29:45,[=> )),[url](feedburnerName]) => http://xxxxxxx/index.php?module=UserCountry&action=getContinent&idSite=6&period=day&date=2008-11-24,[=> e423071abbcd7d66063e7116540f1de2,[userHasSomeAdminAccess](token_auth]) => 1,[=> 0.2.17,[totalTimeGeneration](piwik_version]) => 0.10,[=> 0),[_smarty_vars](totalNumberOfQueries]) => ,[=> Array (),[_foreach](_sections]) => Array (),[=> Array (),[_conf_obj](_tag_stack]) => ,[=> Array ([0](_config]) => Array ([=> Array (),[files](vars]) => Array ()),[=> Array ([vars](1]) => Array (),[=> Array ())),[_smarty_md5](files]) => f8d698aea36fcbead2b9d5359ffca76f,[=> 2.6.18,[_inclusion_depth](_version]) => 1,[=> ,[_smarty_debug_id](_compile_id]) => SMARTY_DEBUG,[=> Array ([0](_smarty_debug_info]) => Array ([=> template,[filename](type]) => CoreHome/templates/graph.tpl,[=> 0),[1](depth]) => Array ([=> template,[filename](type]) => CoreHome/templates/datatable_footer.tpl,[=> 1)),[_cache_info](depth]) => Array (),[=> 420,[_dir_perms](_file_perms]) => 505,[=> Array (),[_plugins](_reg_objects]) => Array ([=> Array ([translate](modifier]) => Array ([=> smarty_modifier_translate,[1](0]) => CoreHome/templates/datatable_footer.tpl,[=> 10,[3](2]) => 1,[=> 1)),[function](4]) => Array (),[=> Array (),[compiler](block]) => Array (),[=> Array (),[postfilter](prefilter]) => Array (),[=> Array ([trimwhitespace](outputfilter]) => Array ([=> smarty_outputfilter_trimwhitespace,[1](0]) => ,[=> ,[3](2]) => 1,[=> 1)),[resource](4]) => Array (),[=> Array ()),[_cache_serials](insert]) => Array (),[=> ,[_cache_including](_cache_include]) => ),[=> Array ([smarty_include_tpl_file](params]) => CoreHome/templates/datatable_footer.tpl,[=> Array ()),[_params](smarty_include_vars]) => Array (),[=> 1227581676.14,[included_tpls_idx](debug_start_time]) => 1,[=> tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php,[_tmp](_smarty_compile_path]) => General_Piechart)) called at [/srv/www/xxxxxxx/piwik/tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php:52] #1 include(/srv/www/xxxxxxx/piwik/tmp/templates_c/%%AB^ABE^ABE71704%%datatable_footer.tpl.php) called at [/srv/www/xxxxxxx/piwik/libs/Smarty/Smarty.class.php:1864] #2 Smarty->_smarty_include(Array ([=> CoreHome/templates/datatable_footer.tpl,[smarty_include_vars](smarty_include_tpl_file]) => Array ())) called at [/srv/www/xxxxxxx/piwik/tmp/templates_c/%%F5^F50^F503D4A2%%graph.tpl.php:11] #3 include(/srv/www/xxxxxxx/piwik/tmp/templates_c/%%F5^F50^F503D4A2%%graph.tpl.php) called at [/srv/www/xxxxxxx/piwik/libs/Smarty/Smarty.class.php:1260] #4 Smarty->fetch(CoreHome/templates/graph.tpl) called at [/srv/www/xxxxxxx/piwik/core/View.php:102] #5 Piwik_View->render() called at [/srv/www/xxxxxxx/piwik/core/Controller.php:84] #6 Piwik_Controller->renderView(Piwik_ViewDataTable_GenerateGraphHTML_ChartVerticalBar Object ([=> 100%,[](]) => 250,[=> standard,[](]) => CoreHome/templates/graph.tpl,[=> 1,[](]) => false,[=> false,[](]) => false,[=> 1,[](]) => Array ([=> false,[filter_excludelowpop_value_default](filter_excludelowpop_default]) => false,[=> 1,[filter_sort_order](filter_sort_column]) => desc),[=> 0,[](]) => ,[=> ,[](]) => getContinent,[=> UserCountry,[](]) => ,[=> UserCountry.getContinent,[](]) => Piwik_View Object ([=> CoreHome/templates/graph.tpl,[](]) => Smarty Object ([=> Array ([0](template_dir]) => plugins,[=> themes/default,[2](1]) => themes),[=> tmp/templates_c,[config_dir](compile_dir]) => configs,[=> Array ([0](plugins_dir]) => libs/Smarty/plugins,[=> core/SmartyPlugins),[debugging](1]) => 1,[=> 6143,[debug_tpl](error_reporting]) => ,[=> NONE,[compile_check](debugging_ctrl]) => 1,[=> ,[caching](force_compile]) => 0,[=> tmp/cache,[cache_lifetime](cache_dir]) => 3600,[=> ,[php_handling](cache_modified_check]) => 0,[=> ,[secure_dir](security]) => Array (),[=> Array ([PHP_HANDLING](security_settings]) => ,[=> Array ([0](IF_FUNCS]) => array,[=> list,[2](1]) => isset,[=> empty,[4](3]) => count,[=> sizeof,[6](5]) => in_array,[=> is_array,[8](7]) => true,[=> false,[10](9]) => null),[=> ,[PHP_TAGS](INCLUDE_ANY]) => ,[=> Array ([0](MODIFIER_FUNCS]) => count),[=> ),[trusted_dir](ALLOW_CONSTANTS]) => Array (),[=> {,[right_delimiter](left_delimiter]) => },[=> EGPCS,[request_use_auto_globals](request_vars_order]) => 1,[=> ,[use_sub_dirs](compile_id]) => ,[=> Array (),[default_resource_type](default_modifiers]) => file,[=> ,[autoload_filters](cache_handler_func]) => Array (),[=> 1,[config_booleanize](config_overwrite]) => 1,[=> ,[config_fix_newlines](config_read_hidden]) => 1,[=> ,[compiler_file](default_template_handler_func]) => Smarty_Compiler.class.php,[=> Smarty_Compiler,[config_class](compiler_class]) => Config_File,[=> Array ([SCRIPT_NAME](_tpl_vars]) => /index.php,[=> http://xxxxxxx/,[graphType](piwikUrl]) => standard,[jsInvocationTag] => ,[=> ?module=UserCountry&action=getContinent&idSite=6&period=day&date=2008-11-24&viewDataTable=generateDataChartVerticalBar,[formEmbedId](urlGraphData]) => formEmbedUserCountrygetContinent,[graphCodeEmbed] => ,[=> UserCountrygetContinent,[method](id]) => UserCountry.getContinent,[=> Array ([filter_sort_column](javascriptVariablesToSet]) => 1,[=> desc,[filter_offset](filter_sort_order]) => 0,[=> 20,[module](filter_limit]) => UserCountry,[=> getContinent,[idSite](action]) => 6,[=> day,[date](period]) => 2008-11-24,[=> false,[filter_excludelowpop_value_default](filter_excludelowpop_default]) => false,[=> http://xxxxxxx/,[show_search](pathToPiwik]) => false,[=> false,[show_exclude_low_population](show_offset_information]) => false),[=> 1,[currentModule](showFooter]) => UserCountry,[=> Visitors Country,[userLogin](currentPluginName]) => px,[=> Array ([0](sites]) => Array ([=> 8,[name](idsite]) => blog.px,[=> http://blog.px.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:23:00,[=> ),[1](feedburnerName]) => Array ([=> 12,[name](idsite]) => MLIH,[=> http://xxxxxxx.xxxxxxx.com,[ts_created](main_url]) => 2008-06-22 14:50:03,[=> ),[2](feedburnerName]) => Array ([=> 6,[name](idsite]) => xxxxxxx,[=> http://www.xxxxxxx,[ts_created](main_url]) => 2008-03-07 21:21:41,[=> px/blog),[3](feedburnerName]) => Array ([=> 9,[name](idsite]) => parking.xxxxxxx,[=> http://parking.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:27:24,[=> ),[4](feedburnerName]) => Array ([=> 11,[name](idsite]) => xxxxxxxlog,[=> http://xxxxxxxlog.xxxxxxx.com,[ts_created](main_url]) => 2008-06-22 14:49:00,[=> ),[5](feedburnerName]) => Array ([=> 10,[name](idsite]) => px.xxxxxxx,[=> http://px.xxxxxxx,[ts_created](main_url]) => 2008-06-04 12:29:45,[=> )),[url](feedburnerName]) => http://xxxxxxx/index.php?module=UserCountry&action=getContinent&idSite=6&period=day&date=2008-11-24,[=> e423071abbcd7d66063e7116540f1de2,[userHasSomeAdminAccess](token_auth]) => 1,[=> 0.2.17,[totalTimeGeneration](piwik_version]) => 0.10,[=> 0),[_smarty_vars](totalNumberOfQueries]) => ,[=> Array (),[_foreach](_sections]) => Array (),[=> Array (),[_conf_obj](_tag_stack]) => ,[=> Array ([0](_config]) => Array ([=> Array (),[files](vars]) => Array ()),[=> Array ([vars](1]) => Array (),[=> Array ())),[_smarty_md5](files]) => f8d698aea36fcbead2b9d5359ffca76f,[=> 2.6.18,[_inclusion_depth](_version]) => 1,[=> ,[_smarty_debug_id](_compile_id]) => SMARTY_DEBUG,[=> Array ([0](_smarty_debug_info]) => Array ([=> template,[filename](type]) => CoreHome/templates/graph.tpl,[=> 0),[1](depth]) => Array ([=> template,[filename](type]) => CoreHome/templates/datatable_footer.tpl,[=> 1)),[_cache_info](depth]) => Array (),[=> 420,[_dir_perms](_file_perms]) => 505,[=> Array (),[_plugins](_reg_objects]) => Array ([=> Array ([translate](modifier]) => Array ([=> smarty_modifier_translate,[1](0]) => CoreHome/templates/datatable_footer.tpl,[=> 10,[3](2]) => 1,[=> 1)),[function](4]) => Array (),[=> Array (),[compiler](block]) => Array (),[=> Array (),[postfilter](prefilter]) => Array (),[=> Array ([trimwhitespace](outputfilter]) => Array ([=> smarty_outputfilter_trimwhitespace,[1](0]) => ,[=> ,[3](2]) => 1,[=> 1)),[resource](4]) => Array (),[=> Array ()),[_cache_serials](insert]) => Array (),[=> ,[_cache_including](_cache_include]) => ),[=> Array ()),[valueParameterViewDataTable](]) => generateDataChartVerticalBar,[=> UserCountry.getContinent,[parametersToModify](method]) => Array ([=> generateDataChartVerticalBar,[module](viewDataTable]) => UserCountry,[=> getContinent),[id](action]) => UserCountrygetContinent,[graphCodeEmbed] => ), ) called at [/srv/www/xxxxxxx/piwik/plugins/UserCountry/UserCountry.php:138] #7 Piwik_UserCountry_Controller->getContinent() #8 call_user_func_array(Array ([=> Piwik_UserCountry_Controller Object ([](0]) => UserCountry,[=> 2008-11-24,[](]) => Piwik_Date Object ([=> 1227513600)),[1](timestamp]) => getContinent), Array ()) called at [/srv/www/xxxxxxx/piwik/core/FrontController.php:144] #9 Piwik_FrontController->dispatch() called at [/srv/www/xxxxxxx/piwik/index.php:52]
woes after svn upgrade
https://api.github.com/repos/matomo-org/matomo/issues/433/comments
3
2008-11-25T03:59:41Z
2014-08-03T11:22:22Z
https://github.com/matomo-org/matomo/issues/433
37,350,365
433
[ "matomo-org", "matomo" ]
Having the ability to track Google Adsense clicks on site. Having the ability to track what page the ad was clicked on, the type of ad, the time it was clicked on, colors of ad (if not an image), for starts. I know this is something complicated to track, but would be a "great" addition to implement into Piwik. Imagine this plug in for sites like MySpace or Facebook. Those sites can share ad revenue among the other users who have created an account, if that user had a ad click on their own page. Keywords: Adsense
Google Adsense clicks
https://api.github.com/repos/matomo-org/matomo/issues/432/comments
7
2008-11-24T17:11:05Z
2024-09-13T09:13:18Z
https://github.com/matomo-org/matomo/issues/432
37,350,362
432
[ "matomo-org", "matomo" ]
My server logs show many requests for a robots.txt from the crawlers of the search engines. To stop the crawlers from polluting the logs a robots.txt should be added to the root of piwik. I think a global dissalow is the desired behaviour in most caeses - see attached file.
piwik should serve a robots.txt to prevent polluting the error logs
https://api.github.com/repos/matomo-org/matomo/issues/431/comments
2
2008-11-24T14:23:10Z
2014-07-08T10:02:11Z
https://github.com/matomo-org/matomo/issues/431
37,350,361
431
[ "matomo-org", "matomo" ]
In order to create the plugin I am working on, I found the need to have the Action class throw an event upon recording an action. Please find attached a patch the adds the event. I'm sorry that the patch is all screwy, I believe it is from producing a file with consistent newlines. The real change is in the record() method of Action. Keywords: Action Event
Add new event to Action
https://api.github.com/repos/matomo-org/matomo/issues/430/comments
2
2008-11-21T22:20:58Z
2014-07-08T09:59:10Z
https://github.com/matomo-org/matomo/issues/430
37,350,360
430
[ "matomo-org", "matomo" ]
The img tag in the noscript part of the code in core/Tracker/javascriptTag.tpl does not have any query values set, which causes the piwik.php script to not return an image. It should at least have the ?idsite=N value set.
The noscript tracking image is broken
https://api.github.com/repos/matomo-org/matomo/issues/429/comments
2
2008-11-21T16:44:29Z
2014-07-08T09:59:10Z
https://github.com/matomo-org/matomo/issues/429
37,350,359
429
[ "matomo-org", "matomo" ]
I've searched in the documentation but there is nothing mentioned of data archiving i.e. how to create custom records, how to compute the data etc.
how to archive custom data
https://api.github.com/repos/matomo-org/matomo/issues/428/comments
1
2008-11-21T11:51:31Z
2014-08-03T11:22:22Z
https://github.com/matomo-org/matomo/issues/428
37,350,358
428
[ "matomo-org", "matomo" ]
Just installed 0.2.22 clean as couldn't install over much older version. When I clicked on the API link in the upper left, I receive this error: Fatal error: Cannot redeclare class MagicObject in /var/www/html/mydirectory/plugins/ExamplePlugin/API.php on line 24. Keywords: API
API problem: Fatal error: Cannot redeclare class MagicObject (0.2.22)
https://api.github.com/repos/matomo-org/matomo/issues/427/comments
3
2008-11-21T05:04:50Z
2014-07-08T09:59:09Z
https://github.com/matomo-org/matomo/issues/427
37,350,357
427
[ "matomo-org", "matomo" ]
Example html URL found in piwik logs: ``` http://www.google.com/cse?cx=006944612449134755049%3Ahq5up-97k4u&cof=FORID%3A10&q=89&ad=w9&num=10&rurl=http%3A%2F%2Fwww.homepagle.com%2Fsearch.php%3Fcx%3D006944612449134755049%253Ahq5up-97k4u%26cof%3DFORID%253A10%26q%3D89 ``` This could appear as Google CSE in search engines results reports.
Google CSE should appear as Google CSE in search engines result
https://api.github.com/repos/matomo-org/matomo/issues/426/comments
3
2008-11-20T13:11:14Z
2014-07-08T10:02:22Z
https://github.com/matomo-org/matomo/issues/426
37,350,356
426
[ "matomo-org", "matomo" ]
Hi got the following error when trying to change to mysqli using latest rev. Fatal error: Call to undefined method mysqli::setAttribute() in /var/www/public/piwik/core/Piwik.php on line 917 regards
Provide Mysqli support
https://api.github.com/repos/matomo-org/matomo/issues/425/comments
5
2008-11-20T08:47:02Z
2014-07-08T10:01:03Z
https://github.com/matomo-org/matomo/issues/425
37,350,355
425
[ "matomo-org", "matomo" ]
During the run of archive.sh by crontab, it fail with a heavy backtrace (see attached file). The first error is: Warning: explode(): Empty delimiter. in /var/www/piwik/plugins/Actions/Actions.php on line 237 Keywords: archive actions
explode(): Empty delimiter in archive.sh daily run
https://api.github.com/repos/matomo-org/matomo/issues/424/comments
3
2008-11-20T08:16:15Z
2014-07-08T09:59:09Z
https://github.com/matomo-org/matomo/issues/424
37,350,354
424
[ "matomo-org", "matomo" ]
Using the auto archiving feature with a few bugs, see #422. I'm using 0.2.22. I've got the following error now when visiting my Piwik web interface: Fatal error: Call to a member function toString() on a non-object in /var/www/piwik/core/Archive.php on line 120 It seems that there is a null test missing. Keywords: archive
null test missing in Archive.php
https://api.github.com/repos/matomo-org/matomo/issues/423/comments
2
2008-11-19T16:32:39Z
2014-07-08T09:59:09Z
https://github.com/matomo-org/matomo/issues/423
37,350,353
423
[ "matomo-org", "matomo" ]
Using Piwik 0.2.22 auto archiving feature on a website with around 1400 visitors a day, (howto.landure.fr), the first use of archive.sh script is a memory black hole. I do not use often the piwik web interface, so no auto archiving was done. I've run at least 3 times archive.sh raising php memory limit at each time. It was finaly completed with a 768 MB memory limit !. It is a big number for archiving. Keywords: archiving memory cli
Auto archiving memory consumption a first archiving
https://api.github.com/repos/matomo-org/matomo/issues/422/comments
4
2008-11-19T16:29:54Z
2014-07-08T09:59:09Z
https://github.com/matomo-org/matomo/issues/422
37,350,352
422
[ "matomo-org", "matomo" ]
Current the overview on Referers > Overview is not as useful as it could be. We could - show the top 3 keywords, websites, search engines, etc. - show less sparklines or at least hide those that are not often of interest (count of distinct) - see also #57
Improve the Referrers > Overview report to make it more useful
https://api.github.com/repos/matomo-org/matomo/issues/421/comments
1
2008-11-17T02:18:09Z
2014-07-08T09:59:09Z
https://github.com/matomo-org/matomo/issues/421
37,350,351
421
[ "matomo-org", "matomo" ]
Hi my install of piwik is detecting all visitors from india as visitors from US i tried reinstalling piwik but same problem persists is this a bug or am i doing something wrong ? as it shows all my traffic coming from only US and UK when most of it is from India , US and Uk Keywords: india,country detection
not detecting users from india and logging them as users from US
https://api.github.com/repos/matomo-org/matomo/issues/420/comments
1
2008-11-13T22:38:28Z
2014-07-08T09:59:09Z
https://github.com/matomo-org/matomo/issues/420
37,350,350
420
[ "matomo-org", "matomo" ]
Now JavaScript code to include has _document.write_. It is [bad](http://www.w3.org/MarkUp/2004/xhtml-faq#docwrite) to sites that has XML MIME, for example: _application/xhtml+xml_. I write new code that is compatible with DOM: ``` <html> <head> <title></title> <script type="text/javascript"> var pkBaseURL = (("https:" == document.location.protocol) ? "https://URL_to_Piwik" : "http://URL_to_Piwik"); var head= document.getElementsByTagName('head')[0]; var s = document.createElement("script"); s.setAttribute("type", "text/javascript"); s.setAttribute("src", pkBaseURL + "piwik.js"); head.appendChild(s); </script> <script type="text/javascript"> piwik_action_name = ''; piwik_idsite = 2; piwik_url = pkBaseURL + "piwik.php"; piwik_log(piwik_action_name, piwik_idsite, piwik_url); </script> </head> <body> Hello World </body> </html> ```
New JavaScript code to include
https://api.github.com/repos/matomo-org/matomo/issues/419/comments
1
2008-11-13T18:43:12Z
2014-07-08T09:59:09Z
https://github.com/matomo-org/matomo/issues/419
37,350,349
419