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" ]
We use bamboo for continuous integration: https://bamboo.openx.org/ currently it runs the webtest that tests the installation process + reset password feature. it should also run the unit tests and fail when at least one test doesn't pass. there is some magic involved to rewrite simpletests results in XML to be parsed by the tool. The tool has been failing lately and we would like to setup our own Build integration software on 2 servers we have available for the task.
Setup continuous integration server for Piwik builds
https://api.github.com/repos/matomo-org/matomo/issues/818/comments
52
2009-06-19T20:15:06Z
2024-01-03T05:03:13Z
https://github.com/matomo-org/matomo/issues/818
37,350,865
818
[ "matomo-org", "matomo" ]
see example on http://drupal.org/node/31506 we would like to update the auto maintenance documentation for windows users
document windows tasks for running archive
https://api.github.com/repos/matomo-org/matomo/issues/817/comments
4
2009-06-19T19:45:02Z
2014-07-08T10:02:06Z
https://github.com/matomo-org/matomo/issues/817
37,350,864
817
[ "matomo-org", "matomo" ]
As documented in: http://forum.piwik.org/index.php?showtopic=1079 we would like to: - resolve inconsistency; probably all setX should "replace" the list of classes, except the piwik_\* default css class should always be in the list. - update the documentation to make it a bit more clear Thanks!
small inconsistency in javascript tracking API + documentation updates
https://api.github.com/repos/matomo-org/matomo/issues/816/comments
5
2009-06-19T19:41:38Z
2014-07-08T10:00:43Z
https://github.com/matomo-org/matomo/issues/816
37,350,861
816
[ "matomo-org", "matomo" ]
from email: for testing purposes i wanted to use the lost password function on a fresh piwik installation. something weird happened, so no mail was send (php-error regarding mail). then i was no longer able to access piwik because of a auto-generated new password. maybe first send mail and then (if succesfcull) write the new password to file?
password reset should be reset only when email was successfully sent
https://api.github.com/repos/matomo-org/matomo/issues/815/comments
1
2009-06-19T18:25:47Z
2014-07-08T10:00:43Z
https://github.com/matomo-org/matomo/issues/815
37,350,860
815
[ "matomo-org", "matomo" ]
In the function clickHandler(clickEvent) at line 661 in piwik.js, the while loop executes ``` sourceElement = sourceElement.parentNode; ``` without checking **sourceElement.parentNode**. This can lead to **sourceElement** becoming _NULL_ and errors in the following code. A patch is simple enough: ``` --while ((tag = sourceElement.tagName) != 'A' && tag != 'AREA') { ++while ((sourceElement.parentNode) && ((tag = sourceElement.tagName) != 'A' && tag != 'AREA')) { ``` Thanks, Mihnea Keywords: clickHandler, sourceElement, null
sourceElement can become NULL in function clickHandler
https://api.github.com/repos/matomo-org/matomo/issues/814/comments
2
2009-06-19T17:02:06Z
2014-07-08T10:00:43Z
https://github.com/matomo-org/matomo/issues/814
37,350,858
814
[ "matomo-org", "matomo" ]
H I have installed PiWik on a Xampp on Port 81 and I have the DNN Site on Port 80 running on IIS and MS-SQL First I got the Error for the 'option'= "Create table".... This was resolved after 4-5 hours of efforts and googling I am now getting error for SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')<br /> AND name IN ( 'nb_visits' )' at line 3 Appreciate if some one can provide a fix for this
SQL Error on New Installation
https://api.github.com/repos/matomo-org/matomo/issues/813/comments
4
2009-06-19T14:12:48Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/813
37,350,857
813
[ "matomo-org", "matomo" ]
Strange behaviour with these 2 browsers: when i am visiting my site with FireFox (3.5) Piwik shows me as a visitor from GERMANY. Visiting same site with MSIE (8.x) Piwik shows me as a visitor from AUSTRIA (which is the correct value). Tested under localhost and live site. But specially under LOCALHOST i am coming from NOWHERE ... means Piwik cannot show me as german or austrian!
Different countries under FireFox and MSIE
https://api.github.com/repos/matomo-org/matomo/issues/812/comments
5
2009-06-19T09:29:11Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/812
37,350,856
812
[ "matomo-org", "matomo" ]
Reported by maxhb (Marc) on the forum. Daily stats work and Marc reports there are recorded visits in log_visits and the archive tables have rows for all period types. Entering the data-file URL into the browser's address bar, I get the error: ``` Fatal error: Call to undefined method Piwik_DataTable_Array::getColumn() in /usr/home/quadra/quadracom.de_subdomains/piwik/core/ViewDataTable/GenerateGraphData.php on line 127 ``` Piwik 0.4; Apache 2.2.2; PHP 5.2.0
No weekly, monthly, yearly stats in Flash charts
https://api.github.com/repos/matomo-org/matomo/issues/811/comments
5
2009-06-19T07:54:30Z
2014-07-08T10:00:42Z
https://github.com/matomo-org/matomo/issues/811
37,350,855
811
[ "matomo-org", "matomo" ]
In the recent releases appears the following message when you logout: Fatal error: Class 'Piwik_URL' not found in [...]/piwik/core/Piwik.php on line 903 Checked out for example 0.2.9 and it works correctly.
Class 'Piwik_URL' not found
https://api.github.com/repos/matomo-org/matomo/issues/810/comments
1
2009-06-18T10:45:08Z
2014-07-08T10:00:42Z
https://github.com/matomo-org/matomo/issues/810
37,350,854
810
[ "matomo-org", "matomo" ]
I install Piwik on Windows / Apache connecting to a CentOS / Mysql 5.0 backend. The install worked fine but the dashboard shows SQL errors because there is no archived data it seems. The error comes from core/archive/array/IndexedByDate.php in the function getDataTableFromNumeric(). It seems that $archive->getIdArchive(); is returning null and causing a query that looks like this SELECT value, name, UNIX_TIMESTAMP(date1) as timestamp FROM piwik_archive_numeric_2009_06 WHERE idarchive IN ( ) AND name IN ( 'nb_visits' ); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND name IN ( 'nb_visits' )' at line 1
SQL errors on new install
https://api.github.com/repos/matomo-org/matomo/issues/809/comments
6
2009-06-17T22:52:42Z
2014-07-08T10:03:38Z
https://github.com/matomo-org/matomo/issues/809
37,350,853
809
[ "matomo-org", "matomo" ]
The popup doesn't open. (Regression in 0.4?)
OFC2 export as image broken on IE8
https://api.github.com/repos/matomo-org/matomo/issues/808/comments
3
2009-06-17T18:04:17Z
2014-07-08T10:00:42Z
https://github.com/matomo-org/matomo/issues/808
37,350,852
808
[ "matomo-org", "matomo" ]
I've created two links - ...?pwiwik_campaign=test&piwik_kwd=email1 - ...?pwiwik_campaign=test&piwik_kwd=email2 But the widget shows only the total campaign hits for 'test', not separated for keywords 'email1' and 'email2'.
campaign widget doesn't show results for keywords
https://api.github.com/repos/matomo-org/matomo/issues/807/comments
2
2009-06-17T11:34:11Z
2014-07-08T10:00:42Z
https://github.com/matomo-org/matomo/issues/807
37,350,851
807
[ "matomo-org", "matomo" ]
session.save_handler = ??? Yes: - files (default) - memcached (#805) No: - user (#651) Unknown/TBD/Task: - mm - sqlite
What session save handlers does Piwik support?
https://api.github.com/repos/matomo-org/matomo/issues/806/comments
5
2009-06-15T21:55:15Z
2014-07-08T10:03:24Z
https://github.com/matomo-org/matomo/issues/806
37,350,850
806
[ "matomo-org", "matomo" ]
PHP session settings is wrong if user use memcached session storage. if you do not comment line in index.php ``` @ini_set('session.save_handler', 'files'); ``` piwik crashed with PHP error ``` Can not open file open("tcp://127.0.0.1:11211/some_rand_sessionid"... ); ``` Keywords: session
PHP session settings
https://api.github.com/repos/matomo-org/matomo/issues/805/comments
5
2009-06-15T21:03:09Z
2014-07-08T10:00:41Z
https://github.com/matomo-org/matomo/issues/805
37,350,849
805
[ "matomo-org", "matomo" ]
**Client-side:** In #760, there is a proof-of-concept example using JavaScript libraries to present a non-Flash line chart and table based on HTML tables retrieved via Piwik's API. We should flesh this out more as this feature would provide: - an alternate method of embedding graphs & tables (i.e., not using iframes) - a lighter-weight presentation method for mobile clients - a potential fallback method where the browser doesn't support Flash or an older version of the player is detected (#545) Things to consider: - state of the art: HTML tables vs JSON? - a server-side filter to prevent sending more data than can be displayed given browser's limited resolution; filter could either sample or smooth data - how to translate column labels? - excanvas drawing (via VML?) is slow on IE and doesn't support hover events - flot library is popular but doesn't have built-in support for pie charts; there are numerous unofficial patches floating around though... **Server-side:** - JpGraph - pchart.sourceforge.net - google chart API
Non-Flash Charting & Tables
https://api.github.com/repos/matomo-org/matomo/issues/804/comments
28
2009-06-15T18:08:30Z
2014-07-08T10:06:08Z
https://github.com/matomo-org/matomo/issues/804
37,350,846
804
[ "matomo-org", "matomo" ]
In #620, we implemented an autoloader. In this ticket, we clean up the code by removing unnecessary require_once statements. This will require some analysis. - core/Piwik.php - add this as a special case to the autoloader or rename it to Helper.php (class Piwik_Helper)? - some files contain multiple class definitions, e.g., core/Auth.php contains Piwik_Auth and Piwik_Auth_Result - ./piwik.php - keep it as fast as possible; autoloading for a cache miss is ok Don't change: - naming of "core" & "plugins" folders - FrontController.php and PluginsManager.php - they have their own autoloaders; don't change this
Remove unnecessary require_once from codebase
https://api.github.com/repos/matomo-org/matomo/issues/803/comments
17
2009-06-15T04:31:47Z
2014-07-08T10:02:26Z
https://github.com/matomo-org/matomo/issues/803
37,350,845
803
[ "matomo-org", "matomo" ]
Hi, On many Analytics site I have been noticing a new feature that captures site visitors mouse movement and interactions with the site. This can be one of the bombshell and 'The Best' feature to have especially from: 1. Usability testing. 2. Seeing what works on the site and what does not. 3. Better understanding on why visitors are staying on the site and why leaving. 4. .. and much much much more. Here are some sites that offer this feature: # http://userfly.com/ # http://www.clicktale.com/ And there are few more which are either in beta testing or development. If its possible, I would request to add this feature in Piwik. Thank you. Keywords: wishlist
Capture Visitor Mouse Movement and Interactions
https://api.github.com/repos/matomo-org/matomo/issues/802/comments
4
2009-06-15T04:17:10Z
2014-07-08T10:02:12Z
https://github.com/matomo-org/matomo/issues/802
37,350,844
802
[ "matomo-org", "matomo" ]
http://forum.piwik.org/index.php?showtopic=1061
Class 'Zend_Registry' not found
https://api.github.com/repos/matomo-org/matomo/issues/801/comments
2
2009-06-14T21:41:08Z
2014-07-08T10:00:39Z
https://github.com/matomo-org/matomo/issues/801
37,350,843
801
[ "matomo-org", "matomo" ]
I'm using Piwik on [http://www.yaml-fuer-drupal.de/], but since v0.4 I get the below error. For debugging purposes I copied the uncompressed file in the root folder. Please take a look what's going wrong. ``` Components is not defined http://example.com/piwik/piwik.js Line 26 ```
Components is not defined
https://api.github.com/repos/matomo-org/matomo/issues/800/comments
10
2009-06-14T14:02:47Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/800
37,350,842
800
[ "matomo-org", "matomo" ]
Unfortunetely i have made a mistake in creating the url for access a piwik table from outside: ``` http://..url../piwik/?module=API&method=VisitsSummary.getVisits&idSite=1&date=today&period=day&format=html&filter_limit=10&token_auth%20=ecb47dbe1601a91c668653bfd2c05d3b ``` As you can see, after the token_auth i have one (1) space. Funny now, becuase this user has NO access, but can see the result! If the url is given in correct format (no space between token_auth and the =, the access is forbidden (as it should): **You can't access this resource as it requires a 'view' access for the website id = 1.** But further funny, if there are 2 spaces (1 BEFORE the = and 1 after like: token_auth%20=%20ecb47dbe1601a91c668653bfd2c05d3b access is allowed! This seems to me as a heavy bug. Keywords: authentification,token,access
Authentification - Token
https://api.github.com/repos/matomo-org/matomo/issues/799/comments
1
2009-06-14T13:33:40Z
2014-07-08T10:00:38Z
https://github.com/matomo-org/matomo/issues/799
37,350,841
799
[ "matomo-org", "matomo" ]
From Marc Trudel by email the solution came to me. Here is the patch, its basically 3 lines - the part in sectionLoaded is just be reindenting :D ``` root@mushin:/var/www/dev.mu-shin.ca/piwik/plugins/CoreHome# svn diff ./templates/broadcast.js Index: templates/broadcast.js =================================================================== --- templates/broadcast.js (revision 1200) +++ templates/broadcast.js (working copy) @@ -158,15 +158,20 @@ $('#loadingPiwik').show(); $('#content').hide(); + // OFC ofc_resize call fix - remove the object before the container + $("object").each(function(){ + $(this).remove(); + }); + broadcast.lastUrlRequested = urlAjax; function sectionLoaded(content) { if(urlAjax == broadcast.lastUrlRequested) { - $('#content').html( content ).show(); - $('#loadingPiwik').hide(); - broadcast.lastUrlRequested = null; - } + $('#content').html( content ).show(); + $('#loadingPiwik').hide(); + broadcast.lastUrlRequested = null; + } } piwikMenu.activateMenu( broadcast.getParamValue('module', urlAjax), ``` Basically, here's why you had a problem - ofc implements an ExternalInterface so that if you resize the flash container, it can call a javascript function. This is good for, say, a flash with 100% width and a jquery ui resizeable container. Problem comes when you destroy the container: that triggers the resize function (beccause the container "changes size"), but when it comes back to make the externalinterface js call, the internal script does a document.getElementById with the flash object id... and returns null. So to avoid the resize call, you must destroy implicitly the object first, and the container later.
IE6 error when clicking on menu: flash object not destroyed properly
https://api.github.com/repos/matomo-org/matomo/issues/798/comments
3
2009-06-13T14:24:58Z
2014-07-08T10:00:38Z
https://github.com/matomo-org/matomo/issues/798
37,350,840
798
[ "matomo-org", "matomo" ]
Is there a way to return the full download link? The current values are not very helpful if you'd like to see what download is most important to your users. Only the see the number of all downloads per domain/hostname is not helpful. [http://piwik.org/demo/?module=API&method=Actions.getDownloads&idSite=1&period=day&date=last10&format=xml&token_auth=anonymous]
Actions.getDownloads returns only hostname
https://api.github.com/repos/matomo-org/matomo/issues/797/comments
1
2009-06-13T13:27:12Z
2014-07-08T10:00:38Z
https://github.com/matomo-org/matomo/issues/797
37,350,839
797
[ "matomo-org", "matomo" ]
After reading (and reading ...) it is not 100% clear to me how this should be done. For example: ``` Force a click on a link to be recorded as a download in Piwik If you want Piwik to consider a given link as a download, you can add the piwik_download css class to the link: <a href='last.php' class=piwik_download>Link I want to track as a download</a> Note: you can customize and rename the CSS class used to force a click to being recorded as a download: [...] // now all clicks on links with the css class download will be counted as downloads piwikTracker.setDownloadClass( download ); piwikTracker.trackPageView(); [...] ``` Once you are talking of 'piwik_download', then of 'download'. Does this mean that Piwik recognize the CSS.class 'piwik_download' as 'download' and records it? Or is this only a type and it should be always 'piwik_download' or 'downlaod'. And - must it be always (piwik_)download or can i name the css.class as i want? Therefore i have to build up the piwik js.code with this won created css.class I am only asking, because i am building some implementations and widgets dynamically. Thanks michael
Clarification in Javascript Tracking Code
https://api.github.com/repos/matomo-org/matomo/issues/796/comments
1
2009-06-13T12:40:18Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/796
37,350,838
796
[ "matomo-org", "matomo" ]
I've copied and pasted the Flash widget from piwik.org and changed the ``` <param value="always" name="allowScriptAccess"> ``` to prevent cross site scripting blocking in flash. ``` <object style="visibility: visible;" id="UserCountrygetContinentChart_swf" data="http://piwik.org/demo/libs/open-flash-chart/open-flash-chart.swf?v2i" bgcolor="#FFFFFF" type="application/x-shockwave-flash" width="100%" height="250"> <param value="always" name="allowScriptAccess"> <param value="opaque" name="wmode"> <param value="data-file=http%3A%2F%2Fpiwik.org%2Fdemo%2Findex.php%3Fmodule%3DUserCountry%26action%3DgetContinent%26idSite%3D1%26period%3Dday%26date%3D2009-06-12%26filter_sort_column%3Dnb_uniq_visitors%26filter_sort_order%3Ddesc%26viewDataTable%3DgenerateDataChartVerticalBar&loading=Laden..." name="flashvars"> </object> <div id="dataTableFeatures"> <div> <span id="dataTableFooterIcons"> <span id="exportToFormat" style="display: none; padding-left: 4px;"> <span id="dataTableFooterExportAsImageIcon"> <a href="javascript:OFC.jquery.popup('UserCountrygetContinentChart_swf');"><img title="Als Bild exportieren" src="http://piwik.org/demo/themes/default/images/image.png"></a></span> <img src="http://piwik.org/demo/themes/default/images/export.png" title="Export" width="16" height="16"> <span id="linksExportToFormat" style="display: none;"> <a href="http://piwik.org/demo/?module=API&method=UserCountry.getContinent&format=CSV&idSite=1&period=day&date=2009-06-12&token_auth=anonymous&filter_limit=100" target="_blank" class="exportToFormat" methodtocall="UserCountry.getContinent" format="CSV" filter_limit="100">CSV</a> | <a href="http://piwik.org/demo/?module=API&method=UserCountry.getContinent&format=XML&idSite=1&period=day&date=2009-06-12&token_auth=anonymous&filter_limit=100" target="_blank" class="exportToFormat" methodtocall="UserCountry.getContinent" format="XML" filter_limit="100">XML</a> | <a href="http://piwik.org/demo/?module=API&method=UserCountry.getContinent&format=JSON&idSite=1&period=day&date=2009-06-12&token_auth=anonymous&filter_limit=100" target="_blank" class="exportToFormat" methodtocall="UserCountry.getContinent" format="JSON" filter_limit="100">Json</a> | <a href="http://piwik.org/demo/?module=API&method=UserCountry.getContinent&format=PHP&idSite=1&period=day&date=2009-06-12&token_auth=anonymous&filter_limit=100" target="_blank" class="exportToFormat" methodtocall="UserCountry.getContinent" format="PHP" filter_limit="100">Php</a> | <a href="http://piwik.org/demo/?module=API&method=UserCountry.getContinent&format=RSS&idSite=1&period=day&date=last10&token_auth=anonymous&filter_limit=100" target="_blank" class="exportToFormat" methodtocall="UserCountry.getContinent" format="RSS" filter_limit="100" date="last10"><img src="http://piwik.org/demo/themes/default/images/feed.png" border="0"></a> </span> <a class="viewDataTable" format="cloud"><img src="http://piwik.org/demo/themes/default/images/tagcloud.png" title="Schlagwortwolke" width="16" height="16"></a> <a class="viewDataTable" format="graphVerticalBar"><img src="http://piwik.org/demo/themes/default/images/chart_bar.png" title="Sulendiagramm" width="16" height="16"></a> <a class="viewDataTable" format="graphPie"><img src="http://piwik.org/demo/themes/default/images/chart_pie.png" title="Kreisdiagramm" width="16" height="16"></a> </span> <span id="dataTableFooterIconsShow" style="padding-left: 4px;"> <img src="http://piwik.org/demo/plugins/CoreHome/templates/images/more.png"> </span> <span id="tableAllColumnsSwitch" style="border-right: 1px solid rgb(130, 161, 210); float: right; padding-right: 4px;"> <img title="Normale Tabelle anzeigen" src="http://piwik.org/demo/themes/default/images/table.png"> </span> <span id="tableGoals" style="float: right; padding-right: 4px;"> <img title="View Goals" src="http://piwik.org/demo/themes/default/images/goal.png"> </span> </span> </div> <span id="loadingDataTable"><img src="http://piwik.org/demo/themes/default/images/loading-blue.gif"> Lade Daten...</span> </div> <div class="dataTableSpacer"></div> ``` But I get the below error in the Firebug console. It's German... ``` Die Erlaubnis fr den Aufruf der Methode Location.toString wurde verweigert Line 0 ``` English should be something like: ``` Access denied calling method Location.toString Line 0 ```
Flash Widgets - "loading-blue.gif" never finishes
https://api.github.com/repos/matomo-org/matomo/issues/795/comments
5
2009-06-13T11:17:59Z
2014-07-08T10:00:38Z
https://github.com/matomo-org/matomo/issues/795
37,350,837
795
[ "matomo-org", "matomo" ]
Has exited beta. http://code.google.com/p/swfobject/ Notable changes include: - no more document.write - improved flash player detection on non-IE browsers (e.g., Chrome)
swfobject 2.2
https://api.github.com/repos/matomo-org/matomo/issues/794/comments
1
2009-06-13T07:04:26Z
2014-07-08T10:00:38Z
https://github.com/matomo-org/matomo/issues/794
37,350,836
794
[ "matomo-org", "matomo" ]
I've changed the sendHttpRequest to allow checking for new versions on servers where allow_url_fopen equals zero. My code is tested on my server, and works as expected. Open core/Piwik.php and replace sendHttpRequest by the following code: ``` #!php static public function sendHttpRequest($url, $timeout) { // Modified by Uli <m [AT] il [DOT] wolf-u [DOT] li> $response = false; if (ini_get('allow_url_fopen') == 0) { if(function_exists(curl_init)) { $ch = @curl_init(); @curl_setopt($ch, CURLOPT_URL, $url); @curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); @curl_setopt($ch, CURLOPT_TIMEOUT, $timeout); $response = @curl_exec ($ch); @curl_close ($ch); unset($ch); } else { $fsockurl = @parse_url($url); if(empty($fsockurl['port'])) { $fsockurl['port'] = 80; } $fsock = @fsockopen($fsockurl['host'], $fsockurl['port'], $errno, $errstr, $timeout); @fputs($fsock, "GET " . $fsockurl['path'] . " HTTP/1.0\r\n"); @fputs($fsock, "HOST: " . $fsockurl['host'] . "\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); while (!@feof($fsock)) { if ($get_info) { $response = @fread($fsock, 1024); } else { if (@fgets($fsock, 1024) == "\r\n") { $get_info = true; } } } @fclose($fsock); unset($fsockurl, $fsock, $get_info); } } else { // we make sure the request takes less than a few seconds to fail // we also set the socket_timeout (for php < 5.2.1) $default_socket_timeout = @ini_get('default_socket_timeout'); @ini_set('default_socket_timeout', $timeout); // we create a stream_context (works in php >= 5.2.1) $ctx = null; if(function_exists('stream_context_create')) { $ctx = stream_context_create(array('http' => array( 'timeout' => $timeout))); } $response = trim(@file_get_contents($url, 0, $ctx)); // restore the socket_timeout value if(!empty($default_socket_timeout)) { @ini_set('default_socket_timeout', $default_socket_timeout); } } return $response; } ``` Checks by curl if allow_url_fopen = 0. If curl is not available, it gets checked by a socket. I hope this (or something similar) gets included into one of the next releases ;)
New Code for sendHttpRequest for allow_url_fopen = 0
https://api.github.com/repos/matomo-org/matomo/issues/793/comments
12
2009-06-12T19:46:48Z
2014-07-08T10:01:07Z
https://github.com/matomo-org/matomo/issues/793
37,350,834
793
[ "matomo-org", "matomo" ]
Another one, but it use Google... http://search.incredimail.com/?q=banana&lang=french&source=007016103052026105 Keywords: needinfo
search.incredimail.com
https://api.github.com/repos/matomo-org/matomo/issues/792/comments
3
2009-06-12T17:04:39Z
2014-07-08T10:00:55Z
https://github.com/matomo-org/matomo/issues/792
37,350,832
792
[ "matomo-org", "matomo" ]
The widget isn't working very well. I figured out a few bugs that block further development of the Drupal module. 1. token_auth isn't taken into account. Security data problem. Expected: token_auth need to work 2. viewDataTable=generateDataChartPie isn't taken into account. Additional UserSettings.getBrowser (Table) and UserSettings.getBrowserType (Pie Chart) show the same data, but don't follow any logic in naming (pie vesus table). Therefore I'm not able to pre-configure a widget to show as pie chart if I do not like to show the standard table. If the parameter is only named differently, please shed some light to me. Expected -> a URL parameter that allows to select a specific chart type. 3. If I preconfigure the widget to filter_limit=8, this value is taken into account first. If I use the dataTableFooterIcons to switch to a different view I only need to click on the bars and than back to table view and the filter limit is reset to 3. Expected -> The original filter limit should be kept. 4. I cannot see anything happens if disableLink=1 is used or not. 5. enable_sort seems to have no function. Keywords: Widget
Widget URL parameters not working
https://api.github.com/repos/matomo-org/matomo/issues/791/comments
3
2009-06-12T16:23:12Z
2014-07-08T10:17:08Z
https://github.com/matomo-org/matomo/issues/791
37,350,831
791
[ "matomo-org", "matomo" ]
I'd like to use the iframe widget's in Drupal, but don't like to set up view access to anonymous users. I tried to append the token_auth parameter to the widget URL, but I'm still not able to see the widget and only get the login dialog.
token_auth not working with iframe widgets
https://api.github.com/repos/matomo-org/matomo/issues/790/comments
3
2009-06-11T23:23:11Z
2014-07-08T10:01:25Z
https://github.com/matomo-org/matomo/issues/790
37,350,830
790
[ "matomo-org", "matomo" ]
- Embed flash not working To replicate, svn update, go to plugins/Widgetize/templates/widgetize.js and edit line 72, change if(false) to if(true) go to the widgets page. Click on Visits Summary > List Visits graph > Embed flash You should then be able to copy paste the code in a html page and it would output the flash file calling directly Piwik to fetch the data. but it seems the URL called is now not built properly. - Embed flash link is not not displayed if widget's default view is a data table (this is a separate bug, could be created in another ticket)
Embed Flash not working
https://api.github.com/repos/matomo-org/matomo/issues/789/comments
3
2009-06-11T18:53:20Z
2014-07-08T10:17:08Z
https://github.com/matomo-org/matomo/issues/789
37,350,829
789
[ "matomo-org", "matomo" ]
Simply open /misc/generateVisits.php and you see the error
generateVisits stops with Constant PIWIK_INCLUDE_PATH already defined
https://api.github.com/repos/matomo-org/matomo/issues/788/comments
1
2009-06-11T12:39:01Z
2014-07-08T10:00:36Z
https://github.com/matomo-org/matomo/issues/788
37,350,828
788
[ "matomo-org", "matomo" ]
I'm the developer of the Piwik Drupal module. I'm currently updating the module to v0.4 and have found some issues. I found that something seems to have changed in Piwik that breaks all reports I have integrated in Drupal. I have build some Drupal reports that loads the flash applets from the Piwik Server. This worked well for some time (for sure up to 0.2.32), but is now broken. Do you have any idea what could be the issue... I'm little bit lost - the applet loads an then nothing happens - it only shows "Loading data..." I have also tried to copy and paste the HTML code from Piwik front page to a local file - only to try out, but the same issue occurs - I wonder why it works on the piwik.org site. Any idea??? ``` <object width="100%" height="250" type="application/x-shockwave-flash" bgcolor="#FFFFFF" data="http://piwik.org/demo/libs/open-flash-chart/open-flash-chart.swf?v2i" id="UserCountrygetCountryChart_swf" style="visibility: visible;"> <param name="allowScriptAccess" value="sameDomain"/> <param name="wmode" value="opaque"/> <param name="flashvars" value="data-file=http%3A%2F%2Fpiwik.org%2Fdemo%2Findex.php%3Fmodule%3DUserCountry%26action%3DgetCountry%26moduleToWidgetize%3DUserCountry%26actionToWidgetize%3DgetCountry%26idSite%3D1%26period%3Dday%26date%3D2009-05-18%26disableLink%3D1%26viewDataTable%3DgenerateDataChartPie%26filter_sort_column%3Dnb_uniq_visitors%26filter_sort_order%3Ddesc%26filter_limit%3D5&amp;loading=Loading..."/> </object> ``` One user also reported the below error and I have also seen it: ``` Open Flash Chart IO ERROR Loading test data Error #2032 This is the URL that I tried to open:../../data-files/menu.txt ```
Flash stats are "Loading..." forever
https://api.github.com/repos/matomo-org/matomo/issues/787/comments
13
2009-06-11T11:41:03Z
2014-07-08T10:00:36Z
https://github.com/matomo-org/matomo/issues/787
37,350,827
787
[ "matomo-org", "matomo" ]
After entering the database credentials and pressing the "Go" button I receive a 405 error from IIS. I have tried without an existing DB and with an existing DB on MySQL. Installation is not possible at all.
Installation on IIS fails with http status 405 error
https://api.github.com/repos/matomo-org/matomo/issues/786/comments
12
2009-06-11T11:34:41Z
2014-07-08T10:00:36Z
https://github.com/matomo-org/matomo/issues/786
37,350,825
786
[ "matomo-org", "matomo" ]
Hello, thank you for this realy good programm, it is quiet amazing. I used version 0.2.37 and i cloud regonize no problems. Since I use version 0.4 the perfectlightbox isnt functional in the beloved internet explorer 6, 7 and 8.....so you see my problem ;) For technical information I use Typo3 4.2.6, Perfectlightbox extension "perfectlightbox" version 2.2.3 (an update to 2.2.4 is not the answer, I already try this)... so, my farest workaround is to use the piwik.js from version 0.2.37. Question: - can I use the older piwik.js in the new version without bigger problems? - is there a possibility that someone can fix the new piwik.js to fit with perfecctlightbox? - or is something else I can do for help or to solve the problem ? I hope the is an answer out there ;) Keywords: perfectlightbox typo3 piwik.js
Bug the new piwik.js from Version 0.4 doesn't work with perfectlightbox
https://api.github.com/repos/matomo-org/matomo/issues/785/comments
4
2009-06-11T09:50:47Z
2014-07-08T10:00:36Z
https://github.com/matomo-org/matomo/issues/785
37,350,824
785
[ "matomo-org", "matomo" ]
``` #0 Piwik_ErrorHandler(8, Undefined variable: db, /home/apang/work/piwik/trunk/plugins/Goals/API.php, 122, Array ([idSite] => 1,[idGoal] => 1)) called at [/home/apang/work/piwik/trunk/plugins/Goals/API.php:122] #1 Piwik_Goals_API->deleteGoal(1, 1) #2 call_user_func_array(Array ([0] => Piwik_Goals_API Object (),[1] => deleteGoal), Array ([0] => 1,[1] => 1)) called at [/home/apang/work/piwik/trunk/core/API/Proxy.php:141] #3 Piwik_API_Proxy->call(Piwik_Goals_API, deleteGoal, Array ([token_auth] => a5ecf95cbaac5a3598d41513c208a671,[idSite] => 1,[idGoal] => 1,[method] => Goals.deleteGoal,[module] => API,[format] => json,[filter_limit] => 50)) called at [/home/apang/work/piwik/trunk/core/API/Request.php:113] #4 Piwik_API_Request->process() called at [/home/apang/work/piwik/trunk/plugins/API/Controller.php:29] #5 Piwik_API_Controller->index() #6 call_user_func_array(Array ([0] => Piwik_API_Controller Object ([] => API,[] => 2009-06-09,[] => Piwik_Date Object ([] => 1244520000),[] => Array ([label] => General_ColumnLabel,[nb_visits] => General_ColumnNbVisits,[nb_actions] => General_ColumnNbActions,[max_actions] => General_ColumnMaxActions,[sum_visit_length] => General_ColumnSumVisitLength,[nb_uniq_visitors] => General_ColumnNbUniqVisitors,[nb_actions_per_visit] => General_ColumnActionsPerVisit,[avg_time_on_site] => General_ColumnAvgTimeOnSite,[bounce_rate] => General_ColumnBounceRate,[revenue_per_visit] => General_ColumnValuePerVisit,[goals_conversion_rate] => General_ColumnVisitsWithConversions)),[1] => index), Array ()) called at [/home/apang/work/piwik/trunk/core/FrontController.php:144] #7 Piwik_FrontController->dispatch() called at [/home/apang/work/piwik/trunk/index.php:54] ```
Error when deleting a goal
https://api.github.com/repos/matomo-org/matomo/issues/784/comments
1
2009-06-11T02:05:00Z
2014-07-08T10:00:35Z
https://github.com/matomo-org/matomo/issues/784
37,350,823
784
[ "matomo-org", "matomo" ]
On my server, the default include path of PHP looks like this: .:/usr/share/php:/opt/zend I recently upgraded the Zend libarary in /opt/zend to 1.8.2 and got this error in the Piwik.org Blog plugin: File &quot;Com.php&quot; was loaded but class &quot;Zend_Validate_Hostname_Com&quot; was not found in the file After I removed /opt/zend from the include path for Piwik's virtual host, the error was gone. It seems that Piwik somehow handles inclusion of the Zend library in the wrong way. If Piwik handled the include path correctly, there should be no interference of the library in /opt/zend with the one shipped by Piwik, because the working directory (".") is always checked first.
Piwik includes wrong Zend library
https://api.github.com/repos/matomo-org/matomo/issues/783/comments
8
2009-06-11T01:50:37Z
2014-07-08T10:00:36Z
https://github.com/matomo-org/matomo/issues/783
37,350,821
783
[ "matomo-org", "matomo" ]
I received a visit from : http://www.hooseek.com/ Example : http://www.hooseek.com/web?recherche=banana&lang=&sid=4a2ff74946831 Why thoses weird speudo search engines need to be added ? Because otherwise the keyword data is not counted. Keywords: search engine needinfo
hooseek.com
https://api.github.com/repos/matomo-org/matomo/issues/782/comments
6
2009-06-10T20:17:55Z
2014-07-08T10:00:55Z
https://github.com/matomo-org/matomo/issues/782
37,350,818
782
[ "matomo-org", "matomo" ]
I don't know where to post my question so i do it here ;) I currently develop a full integration of Piwik into TYPO3. TYPO3 Supports table creation during installation. To use this feature, i need the table structere as create statement. How does Piwik create them (they must be created during installation?!), perhaps you can point me to the correct lines of code ;), so that the plugin will work with the api. Regards Kay
Automated Installer?
https://api.github.com/repos/matomo-org/matomo/issues/781/comments
12
2009-06-10T17:29:28Z
2024-09-13T09:13:15Z
https://github.com/matomo-org/matomo/issues/781
37,350,817
781
[ "matomo-org", "matomo" ]
Warning: htmlentities() expects parameter 1 to be string, object given in /export/home/typo3/www/typo3conf/ext/piwikintegration/piwik/core/Config.php on line 206
PHP Warning in core/config.php
https://api.github.com/repos/matomo-org/matomo/issues/780/comments
3
2009-06-10T17:25:44Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/780
37,350,816
780
[ "matomo-org", "matomo" ]
**Weekday Plugin** Average visits per Weekday are displayed in a evolution graph for - last week (7 days from selected date) - last month (4 weeks from selected date) - last quarter (13 weeks from selected date) - last halfyear (26 weeks from selected date) - last year (52 weeks from selected date) Except for the last week, lines are drawn only, when at least 92.5% of data (!= 0) is available **Translated to** - English - German **Requirements** tested on Piwik 0.2.37 and 0.4 **How to install** - Download the attached zip-file - Unpack the zip file into the plugins directoy (piwik/plugins/) - Activate Weekday plugin on Settings->Plugins - Add a new Widget Weekday->Average visits per Weekday to your dashboard
Weekday Plugin: compare visits per weekday over several periods
https://api.github.com/repos/matomo-org/matomo/issues/779/comments
9
2009-06-10T14:47:31Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/779
37,350,814
779
[ "matomo-org", "matomo" ]
This is the highest priority task to make Goal Tracking really useful; I was thinking of:``` piwikTracker.recordGoal( idGoal, customRevenue, customVars ); ``` This requires, I believe, some minor updates to core/Tracker/*.php to set a new request type. Any other feedback? ```
add javascript API to trigger a goal trackGoal
https://api.github.com/repos/matomo-org/matomo/issues/778/comments
19
2009-06-10T07:02:56Z
2014-07-08T10:00:34Z
https://github.com/matomo-org/matomo/issues/778
37,350,812
778
[ "matomo-org", "matomo" ]
in some places in the UI, we call a "website" a "site"; we should rename for consistency. Also quickly review docs and FAQ and update.
UI consistency: rename "site" to "website"
https://api.github.com/repos/matomo-org/matomo/issues/777/comments
4
2009-06-10T05:15:16Z
2014-07-08T10:00:33Z
https://github.com/matomo-org/matomo/issues/777
37,350,811
777
[ "matomo-org", "matomo" ]
This is a very common use case: Piwik users add the Piwik tag on multiple websites, multiple subdomains. **How to get stats from two websites as well as consolidated stats for both websites?** You can do this by creating a new website for the consolidated stats. Then you would have to add the Piwik tracker code on the websites you wish to consolidate. This means that on each page view, there will be two Piwik requests. Not ideal, but the only way to do this in Piwik currently. **What is the current state?** - case 1: if the user creates one Piwik website for each subdomain/domain, then the javascript code is different and the data is logged under the given website ID - case 2: if the user tags multiple domains or subdomains with the same Piwik Javascript tracking tag, all the data will be logged under this website ID Case 1 is fine, it is the user's choice to log his data in separate Piwik instances; He might have some rollup reporting concerns, for example if he wishes to get total numbers for all his websites or a subset of the registered Piwik websites. See #389 for multi website dashboard reporting and #455 for defining sets of websites. Case 2 however is problematic. All the data is logged in Piwik and Piwik doesn't show the subdomain in reports. Therefore if two differnt subdomains have the same page, eg. "s1.A.com/dirB/pageC" and "s2.B.com/dirB/pageC", they will be aggregated in the UI in the same entity "dirB/pageC". Instead we could report the subdomain as well in the Pages report. - 1) For example in the settings for this website, the user could decide: "show subdomains in reports" or "aggregate all data as if it was coming from one subdomain". - 2) an alternative solution is to simply do ``` piwikTracker.setDocumentTitle(document.location.host + document.location.pathname+document.location.search); ``` in the javascript code which will set the page name with the first element being the domain name. Note on 1) The drawback would be that this setting would be tied to the archived data; if you are in mode "show subdomains" the report would have the subdomain as category0. If you are in mode "do not show subdomains" then category 0 would be the first website directory (from all domains). Therefore when changing the setting, only future stats will have the new presentation (which is confusing for the user). Other note: this might also be an issue when we do #556, as we should link to the full URL, and in some cases as above, the same "page" would have multiple URLs... In this case, it should for sure be duplicated in the report (one for each URL), but really it would maybe make more sense to show in the level 0 of reporting (before the user expanded any row), the subdomains instead of showing the first directory, as it does currently. Alternatively, we could just show directories and pages, and duplicate page names for each subdomain if pages have similar names (which I think is what Google analytics does). Also, having the multiple sub domains in the same Piwik website makes harder to compare visits on each website over time, compare comversion rate on each website, etc. Piwik doesn't have real time segmentation feature so we would have to process all reports for the segments "subdomain" and then update the Piwik UI to report data for all segments. Resources - [Roll up reporting in Google Analytics](http://www.advanced-web-metrics.com/blog/2009/03/30/roll-up-reporting-in-google-analytics/?utm_id=7) - GA: [How do I track all of the subdomains for my site in one profile?](http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55524) This ticket a thought-dump, please let us know in a comment what you think
Managing multiple subdomains in Piwik; several solutions to choose from?
https://api.github.com/repos/matomo-org/matomo/issues/776/comments
2
2009-06-10T04:54:42Z
2017-11-17T04:24:32Z
https://github.com/matomo-org/matomo/issues/776
37,350,810
776
[ "matomo-org", "matomo" ]
it's been lost during server migration
restore piwik tracking on dev.piwik.org
https://api.github.com/repos/matomo-org/matomo/issues/775/comments
1
2009-06-10T04:28:33Z
2014-07-08T10:00:33Z
https://github.com/matomo-org/matomo/issues/775
37,350,809
775
[ "matomo-org", "matomo" ]
UPDATE: Goal tracking plugin is available as stable release in Piwik 0.6.3. Documentation available at http://piwik.org/docs/tracking-goals-web-analytics/ New feature requests on the Goals plugin are tracked in a new ticket: #1434 --- The goal tracking plugin is currently in beta version, but there are many sub tasks to finish before releasing the plugin in stable stage; all the TODOs can be found in the [release notes file](https://github.com/piwik/piwik/blob/master/plugins/Goals/templates/release_notes.tpl#L10). Some highlights: - add a new UI element (vertical stacked tabs?) to allow display of various segments in the reporting (goals by keywords, goals by search engines, goal by country, etc.) - ~add a new function in the piwik.js public API to trigger a goal + corresponding code to add in the core/Tracker/*.php, so that users can trigger a goal on demand, with a custom parameter revenue; currently only goals matching URLs can be triggered in the piwik.php tracking by defining goals as such in the Piwik UI, but many users wish to trigger goals on demand - for example to trigger ecommerce transactions with custom revenue.~ see #778 - GoalManager.detectGoalsMatchingUrl() should allow for a check against the action.name in addition to the action.url. - write documentation see #616 - i18n - various small UI polishing - fix the few existing bugs Check out the detailed list of [TODOs](https://github.com/piwik/piwik/blob/master/plugins/Goals/templates/release_notes.tpl#L10). if anybody would like to help, please let us know in a comment :)
Finish the Goal Tracking plugin
https://api.github.com/repos/matomo-org/matomo/issues/774/comments
30
2009-06-10T04:16:47Z
2014-07-08T10:16:56Z
https://github.com/matomo-org/matomo/issues/774
37,350,807
774
[ "matomo-org", "matomo" ]
If you look at the [Piwik demo, in the Pages report](http://piwik.org/demo/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#module=Actions&action=getActions&idSite=1&period=day&date=yesterday), you will most likely see a lot of results from google search cache or google translate, where google.com domain actually loads your content and triggers the piwik javascript tracking tag. We could, at tracking time, rename these pages, or prefix them with "google translate/" or "google cache/" so they are all within one directory in the reports.
vists from google search cache or google translate create noise in page view report
https://api.github.com/repos/matomo-org/matomo/issues/773/comments
2
2009-06-10T04:01:27Z
2014-07-08T10:00:31Z
https://github.com/matomo-org/matomo/issues/773
37,350,806
773
[ "matomo-org", "matomo" ]
Did something change between php 5.2.0 and 5.2.6? I can't replicate this problem on piwik.org/demo (5.2.0). The order of columns between subtables may not be consistent with each other. (Depends on the date range and days.) This is a problem for Csv and Html output where order is critical. See screenshot where I queried VisitsSummary.get with a date range. A possible fix is to use ksort() which preseves key-to-value pairings.
Subtable arrays may vary in column ordering
https://api.github.com/repos/matomo-org/matomo/issues/772/comments
12
2009-06-09T20:34:06Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/772
37,350,805
772
[ "matomo-org", "matomo" ]
Piwik 0.4.x stable (2009.06.09) and last visitor plugin 0.1. Graphic is not shown, message says that my flash has to be greater then 9.0.0. Well, my flash is 10,0,22,87. Browser is FireFox 3.5.b4. System is Win7 RC7100 Seems that this plugin checks something wrong (in previous version 0.2.23 it worked perfectly - same browser). After changing language to english (where it works normal) and back to german it works also with german language. Keywords: plugin,visitor,flash
Plugin last visitor does not show graphic
https://api.github.com/repos/matomo-org/matomo/issues/771/comments
12
2009-06-09T10:27:20Z
2014-07-08T10:00:31Z
https://github.com/matomo-org/matomo/issues/771
37,350,801
771
[ "matomo-org", "matomo" ]
Seems that GeoIP 0.1 is not compatible with latest piwik release 0.4. (2009.06.09). After enableing a lot of error messages at the overview are visible: `````` Warning: Missing argument 4 for Piwik_AddWidget(), called in /var/www/web65/html/cms/piwik/plugins/GeoIP/GeoIP.php on line 81 and defined in /var/www/web65/html/cms/piwik/core/PluginsFunctions/WidgetsList.php on line 7 Backtrace -->#0 Piwik_ErrorHandler(2, Missing argument 4 for Piwik_AddWidget(), called in /var/www/web65/html/cms/piwik/plugins/GeoIP/GeoIP.php on line 81 and defined, /var/www/web65/html/cms/piwik/core/PluginsFunctions/WidgetsList.php, 7, Array ([=> GeoIP,[widgetName](widgetCategory]) => getGeoIPCountry,[=> Visitor countries)) called at [/var/www/web65/html/cms/piwik/core/PluginsFunctions/WidgetsList.php:7](controllerName]) #1 Piwik_AddWidget(GeoIP, getGeoIPCountry, Visitor countries) called at [#2 Piwik_GeoIP->addWidget(Piwik_Event_Notification Object ([_notificationName](/var/www/web65/html/cms/piwik/plugins/GeoIP/GeoIP.php:81]) => WidgetsList.add,[=> ,[_notificationInfo](_notificationObject]) => Array (),[=> 0,[_notificationCount](_notificationState]) => 9)) called at [#3 call_user_func_array(Array ([0]((null):0]) => Piwik_GeoIP Object ([=> ),[1](]) => addWidget), Array ([=> Piwik_Event_Notification Object ([_notificationName](0]) => WidgetsList.add,[=> ,[_notificationInfo](_notificationObject]) => Array (),[=> 0,[_notificationCount](_notificationState]) => 9))) called at [#4 Event_Dispatcher->postNotification(Piwik_Event_Notification Object ([_notificationName](/var/www/web65/html/cms/piwik/libs/Event/Dispatcher.php:282]) => WidgetsList.add,[=> ,[_notificationInfo](_notificationObject]) => Array (),[=> 0,[_notificationCount](_notificationState]) => 9), 1, ) called at [#5 Piwik_PostEvent(WidgetsList.add) called at [/var/www/web65/html/cms/piwik/core/PluginsFunctions/WidgetsList.php:18](/var/www/web65/html/cms/piwik/core/PluginsManager.php:498]) #6 Piwik_WidgetsList::get() called at [#7 Piwik_GetWidgetsList() called at [/var/www/web65/html/cms/piwik/plugins/Dashboard/Controller.php:30](/var/www/web65/html/cms/piwik/core/PluginsFunctions/WidgetsList.php:4]) #8 Piwik_Dashboard_Controller->getDashboardView(Dashboard/templates/index.tpl) called at [#9 Piwik_Dashboard_Controller->embeddedIndex() called at [(null):0](/var/www/web65/html/cms/piwik/plugins/Dashboard/Controller.php:36])``` And many more (can provided if wanted). ``````
GeoIP 0.1 not compatible with 0.4.x
https://api.github.com/repos/matomo-org/matomo/issues/770/comments
1
2009-06-09T10:07:48Z
2024-01-03T05:02:32Z
https://github.com/matomo-org/matomo/issues/770
37,350,800
770
[ "matomo-org", "matomo" ]
See [Forum thread](http://forum.piwik.org/index.php?showtopic=1059)
Userlanguage 0.1 incompatible with 0.4.x
https://api.github.com/repos/matomo-org/matomo/issues/769/comments
1
2009-06-09T09:32:04Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/769
37,350,799
769
[ "matomo-org", "matomo" ]
it could be used by plugins or in the future to count users/bots without javascript - we should restore it.
restore the noscript call in the javascript tracking code
https://api.github.com/repos/matomo-org/matomo/issues/768/comments
8
2009-06-09T00:45:38Z
2014-07-08T10:00:30Z
https://github.com/matomo-org/matomo/issues/768
37,350,798
768
[ "matomo-org", "matomo" ]
Hi, i am not allowed to reopen #685 (what does resolution: invalid mean?) that is why I open this duplicate: If I switch to the month and year view I get a _Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 73 bytes) in /var/www/web5/html/piwik/core/DataTable.php on line 939_ I have about 7000 Visitors/Month. [1145] seems to have no effect. Piwik is running on a shared host with 64MB php-memory. Any help will be highly appreciated! Keywords: Memory leak
Memory leak Error - Allowed memory size Error
https://api.github.com/repos/matomo-org/matomo/issues/767/comments
0
2009-06-08T10:47:58Z
2009-06-08T15:01:29Z
https://github.com/matomo-org/matomo/issues/767
37,350,797
767
[ "matomo-org", "matomo" ]
Users have memory exhausted errors when running Piwik archiving. There are two distinct use cases: - Users with a low to medium traffic websites exhausting the fixed-sized memory of their PHP web host (eg. 64MB) - Users with very high traffic websites (100k or +1M pages per day) exhausting even a very high PHP memory limit (eg. 1G is not enough). The error looks like: ``` Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 73 bytes) in /var/www/web5/html/piwik/core/DataTable.php on line 939 ``` -> We highly suggest users experiencing issues to upgrade to PHP 5.3 which has some improvements around memory management. Ideas to solve this issue (less time consuming first)? - **1) Monthly archiving should use the smaller amount of weeks and days inside the month** Currently, archiving a month in Piwik will sum the reports for all 30 days and sum all reports together. This is causing most of the php memory issues which start failing when summing all datatables for Pages URLs for a month for example. Instead, we should reuse the algorithm used to process date ranges, which select the minimum number of periods to use to process the enclosing period. So, a month would typically use 3 or 4 full weeks + the remaining ~5-10 days. This would result in up to 70% less datatables to select and sum! ie a month archiving would select 4 weeks archiving + 3 day archiving, or 3 weeks archiving + 10 days archiving, so either 7 or 13 archives, instead of 30... - **2) Fix remaining Memory leaks** - This error is most likely caused by archiving tasks not freeing memory after the task finished runnning. We did some improvements in the past around memory management in Piwik (PHP doesn't free memory automatically in all cases) - see ticket #374 for more info. There is more investigation work to do obviously. - **3) Process aggregation in MySQL** Currently, to process "Top Page URLs" report, we select ALL URLs, then truncate to 500 URLs (see datatable_archiving_maximum_rows_actions in global.ini.php) Loading for example 50,000 URLs in memory in PHP results in obvious memory crashes. The solution here would be to process the aggregate of the top 500 URLs (including the last "Others" which aggregated all other "truncated" rows). - Proposal: run the Aggregation in Mysql! Example query that will select the sum of visits per hour, then truncate in Mysql to the first 15 rows, aggregating all rows from 16-23 in the label "Others". Imagine doing the same thing for Page URLs and only returning the top 1000 pages instead of all pages! ``` #This query uses the "counter" to truncate the rows after X rows. In real life, we would truncate after X=500 or 5000 SELECT SUM(count), case when counter = 15 then "Others" else hour end AS label FROM ( #This query adds the "counter" to each row after it was sorted by visits desc SELECT count, hour, case when @counter = 15 then 15 else @counter:=@counter+1 end AS counter FROM ( #This query selects count for each hour of the day SELECT count(*) as count, HOUR(visit_last_action_time) as hour FROM `piwik_log_visit` WHERE 1 GROUP BY hour ORDER BY count DESC ) T1, (SELECT @counter:=0) T2 ) T3 GROUP BY counter ORDER BY counter ASC ``` Here I only sum the number of visits, but we could automatically rewrite all aggregate queries in ArchiveProcessing/Day.php using this mechanism? Output: ``` SUM(count) label 113 5 108 19 94 2 93 20 90 21 87 22 80 4 79 9 77 8 67 6 65 1 65 3 61 11 60 10 467 Others ``` Obviously truncating the "Hourly" report is a bad example, but replace it with Page URLs to get the picture :) This will save a lot of bandwith and CPU processing, especially for websites that have more than 500 unique Page URLs per day or external keywords, etc.
Archiving Memory exhausted error - Archiving memory leaks
https://api.github.com/repos/matomo-org/matomo/issues/766/comments
67
2009-06-08T10:47:48Z
2014-07-08T10:17:48Z
https://github.com/matomo-org/matomo/issues/766
37,350,793
766
[ "matomo-org", "matomo" ]
After SVN upping to 0.4 branch, I get this error: No entry is registered for key 'config' Backtrace: #0 /usr/home/enovodk/data/www/simplestat.dk/core/FrontController.php(225): Zend_Registry::get('config') #1 /usr/home/enovodk/data/www/simplestat.dk/index.php(53): Piwik_FrontController->init() #2 {main} I have the following files in PIWIK_BASE/config: config.ini.php config.ini.sample.php global.ini.php
"No entry is registered for key 'config'"
https://api.github.com/repos/matomo-org/matomo/issues/765/comments
3
2009-06-08T09:28:28Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/765
37,350,792
765
[ "matomo-org", "matomo" ]
One of my visitors was comming from http://ask.reference.com/ and it's not in the last SearchEngines.php i've downloaded yesterday. Here is what a full search result URL look like : http://ask.reference.com/web?q=banana&search=search&qsrc=0&o=10601&l=dir It use the same parameter (q) but it's not reconized since the domain name is not in the list yet.
ask.reference.com
https://api.github.com/repos/matomo-org/matomo/issues/764/comments
4
2009-06-08T04:20:52Z
2014-07-08T10:00:55Z
https://github.com/matomo-org/matomo/issues/764
37,350,791
764
[ "matomo-org", "matomo" ]
I upgraded to 0.4 from the latest stable release. After the upgrade, I still see the upgrade message at the top (only change: it is displayed in German now). Also, the link to the changelog is very strange. See below: "Piwik 0.4 ist verfgbar. Bitte jetzt ein Update machen! (siehe nderung0.000000e+0n)." During the upgrade process, I was asked to upgrade the database to version "0.4RC3", not version "0.4". Maybe that's the problem? A look at the source of the page also shows "Piwik 0.4RC3" as the current version: &lt;meta name="generator" content="Piwik 0.4RC3" /> Otherwise, the new version works fine.
Update notification still shown after upgrade to 0.4
https://api.github.com/repos/matomo-org/matomo/issues/763/comments
4
2009-06-08T04:16:52Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/763
37,350,790
763
[ "matomo-org", "matomo" ]
Task: move related .php files from core/Tracker and misc to a plugin. Part of the misc folder cleanup. Paves the way to add a UI (change settings #735, warning/progress #693).
Visit Generator plugin
https://api.github.com/repos/matomo-org/matomo/issues/762/comments
4
2009-06-08T00:31:30Z
2014-07-08T10:17:13Z
https://github.com/matomo-org/matomo/issues/762
37,350,789
762
[ "matomo-org", "matomo" ]
Hi all, I open this ticket because my previous tickets 374 and 685 didn't get resolved. Ive attached two screenshots. Ive upgraded to latest version (0.2.37) but same results. Ive changed the code in my piwik as 1145 says but same results Important: For having the dashboard with visits/day piwik spends 20sec. Is that normal? Ideas or solutions will be welcome
Memory leak Error - Allowed memory size Error
https://api.github.com/repos/matomo-org/matomo/issues/761/comments
7
2009-06-07T22:32:07Z
2014-08-03T11:22:12Z
https://github.com/matomo-org/matomo/issues/761
37,350,788
761
[ "matomo-org", "matomo" ]
Drop styling. Developers will apply their own theme anyways. - Drop &lt;style>...&lt;/style> from output - Remove &lt;b>&lt;/b> tags - Drop border and width attributes from &lt;table> definition Recommended changes: - Enclose attribute values in double quotes. - Separate header and body using &lt;thead>&lt;/thead> and &lt;tbody>&lt;/tbody> - Set table id, e.g., id="Actions_getActions" - Instead of "Sub DataTable not loaded", add a pseudo-column that contains an integer (idSubtable) Improvements: - Add example using the [jQuery DataTables plugin](http://www.datatables.net/)
Changes to 'Basic HTML' format
https://api.github.com/repos/matomo-org/matomo/issues/760/comments
13
2009-06-07T17:22:46Z
2014-07-08T10:00:40Z
https://github.com/matomo-org/matomo/issues/760
37,350,785
760
[ "matomo-org", "matomo" ]
Currently the installation process is not internationalized; it has been pointed out by a few users that would like to be able to install Piwik in their own language. The change should be easy: - add all strings / messages, etc. in the english language file - add the language selector in the UI during installation (top right of the screen?)
Installation should be translated - and language selector be displayed
https://api.github.com/repos/matomo-org/matomo/issues/759/comments
1
2009-06-07T09:47:53Z
2014-07-08T10:01:09Z
https://github.com/matomo-org/matomo/issues/759
37,350,784
759
[ "matomo-org", "matomo" ]
In the demo the website name in the right top corner seems clickable, mine it not. How or where can I add a new website? I probably just don't see the forest because of all the trees :-) Thanks Stephan
how to add a new website to the analytics?
https://api.github.com/repos/matomo-org/matomo/issues/758/comments
1
2009-06-06T19:37:52Z
2014-08-03T11:22:18Z
https://github.com/matomo-org/matomo/issues/758
37,350,783
758
[ "matomo-org", "matomo" ]
It seems, that the value of the flash export field is not escaped correctly and so the value is not completly in the input field. Example in 0.2.37 VisitsSummary->Overview &lt;label for="embedThisWidgetFlashInput"> Embed Flash&lt;/label>&lt;span id="embedThisWidgetFlashInput">&lt;input class="formEmbedCode" id="flashEmbed" value="&lt;object style=&quot;visibility: visible;&quot; id=&quot;VisitsSummarygetEvolutionGraphChart_swf&quot; data=&quot;/typo3conf/ext/piwikintegration/piwik/libs/open-flash-chart/open-flash-chart.swf&quot; bgcolor=&quot;#FFFFFF&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;150&quot; width=&quot;100%&quot;&gt;&lt;param value=&quot;sameDomain&quot; name=&quot;allowScriptAccess&quot;&gt;&lt;param value=&quot;opaque&quot; name=&quot;wmode&quot;&gt;&lt;param value=&quot;data-file=http%3A%2F%2Fwww.jrk-dresden.de%2Ftypo3conf%2Fext%2Fpiwikintegration%2Fpiwik%2Findex.php%3Fmodule%3DVisitsSummary%26action%3DgetEvolutionGraph%26columns%5B%5D%3Dnb_visits%26idSite%3D5%26period%3Dweek%26date%3D2008-11-10%2C2009-06-07%26viewDataTable%3DgenerateDataChartEvolution&amp;loading=Loading...&quot; name=&quot;flashvars&quot;&gt;&lt;/object&gt; &lt;div id=&quot;dataTableFeatures&quot;&gt; &lt;div&gt; &lt;span id=&quot;dataTableFooterIcons&quot;&gt; &lt;span id=&quot;exportToFormat&quot; style=&quot;display: none; padding-left: 4px;&quot;&gt; &lt;span id=&quot;dataTableFooterExportAsImageIcon&quot;&gt; &lt;a href=&quot;javascript:OFC.jquery.popup(" visitssummarygetevolutiongraphchart_swf="" );="">&lt;img title="Export as Image" src="http://www.jrk-dresden.de/typo3conf/ext/piwikintegration/piwik/themes/default/images/image.png"> &lt;/span> &lt;img src="http://www.jrk-dresden.de/typo3conf/ext/piwikintegration/piwik/themes/default/images/export.png" title="Export" height="16" width="16"> &lt;span id="linksExportToFormat" style="display: none;"> &lt;a href="?module=API&amp;method=VisitsSummary.get&amp;format=CSV&amp;idSite=5&amp;period=week&amp;date=2008-11-10,2009-06-07&amp;token_auth=&amp;filter_limit=100" target="_blank" class="exportToFormat" methodtocall="VisitsSummary.get" format="CSV" filter_limit="100">CSV&lt;/a> | &lt;a href="?module=API&amp;method=VisitsSummary.get&amp;format=XML&amp;idSite=5&amp;period=week&amp;date=2008-11-10,2009-06-07&amp;token_auth=&amp;filter_limit=100" target="_blank" class="exportToFormat" methodtocall="VisitsSummary.get" format="XML" filter_limit="100">XML&lt;/a> | &lt;a href="?module=API&amp;method=VisitsSummary.get&amp;format=JSON&amp;idSite=5&amp;period=week&amp;date=2008-11-10,2009-06-07&amp;token_auth=&amp;filter_limit=100" target="_blank" class="exportToFormat" methodtocall="VisitsSummary.get" format="JSON" filter_limit="100">Json&lt;/a> | &lt;a href="?module=API&amp;method=VisitsSummary.get&amp;format=PHP&amp;idSite=5&amp;period=week&amp;date=2008-11-10,2009-06-07&amp;token_auth=&amp;filter_limit=100" target="_blank" class="exportToFormat" methodtocall="VisitsSummary.get" format="PHP" filter_limit="100">Php&lt;/a> | &lt;a href="?module=API&amp;method=VisitsSummary.get&amp;format=RSS&amp;idSite=5&amp;period=week&amp;date=last10&amp;token_auth=&amp;filter_limit=100" target="_blank" class="exportToFormat" methodtocall="VisitsSummary.get" format="RSS" filter_limit="100" date="last10">&lt;img src="http://www.jrk-dresden.de/typo3conf/ext/piwikintegration/piwik/themes/default/images/feed.png" border="0">&lt;/a> &lt;/span> &lt;span id="dataTableFooterIconsShow" style="padding-left: 4px;"> &lt;img src="http://www.jrk-dresden.de/typo3conf/ext/piwikintegration/piwik/plugins/CoreHome/templates/images/more.png"> &lt;/span> &lt;/div> &lt;span id="loadingDataTable">&lt;img src="http://www.jrk-dresden.de/typo3conf/ext/piwikintegration/piwik/themes/default/images/loading-blue.gif"> Lade Daten...&lt;/span> &lt;div class="dataTableSpacer">&lt;/div> ' onclick="javascript:document.getElementById('flashEmbed').focus();document.getElementById('flashEmbed').select();" readonly="true" type="text"&gt
Syntax error in Embed Flash (widgetize)
https://api.github.com/repos/matomo-org/matomo/issues/757/comments
2
2009-06-06T13:28:42Z
2014-07-08T10:00:25Z
https://github.com/matomo-org/matomo/issues/757
37,350,782
757
[ "matomo-org", "matomo" ]
For now, Piwik only reports the pageviews & unique pageviews on a page by page basis, we see this when we go to site -> actions -> pages. Just like in Google Analytics (and others) it would be great if Piwik were to support 'content detail' reports. It's basically all the reporting stuff that Piwik can do, but then for every single url of a website: - Per page, Referer (if applicable) - Per page, keyword used (if applicable) - Per page, site page referer (path, if applicable) - Per page, site search keyword used (if applicable, see #5469) For more info on how this looks like in Google Analytics, see: http://blog.vkistudios.com/index.cfm/2009/1/9/Google-Analytics-Power-User-Part-4-Content-Top-Content for an introduction http://analytics.blogspot.com/2008/06/make-your-content-reports-more-useful.html See also: - #534 Plot evolution of a specific item Keywords: content detail
For each Page view, report more details: Referers, Keywords, etc.
https://api.github.com/repos/matomo-org/matomo/issues/756/comments
11
2009-06-06T09:19:42Z
2014-07-08T10:07:15Z
https://github.com/matomo-org/matomo/issues/756
37,350,781
756
[ "matomo-org", "matomo" ]
1. Mail.ru is using "windows-1251" encoding for now. 2. New search engine nigma.ru. 3. New search engine qip.ru. 4. Removed duplicated key "nova.rambler.ru"; the first is correct. 5. Added backlink field for Yandex Images. Patch against svn1184: ``` diff -Ebaur piwik-svn1184.orig/core/DataFiles/SearchEngines.php piwik-svn1184/core/DataFiles/SearchEngines.php --- piwik-svn1184.orig/core/DataFiles/SearchEngines.php 2009-06-02 00:02:34 +0400 +++ piwik-svn1184/core/DataFiles/SearchEngines.php 2009-06-05 22:19:12 +0400 @@ -827,7 +827,7 @@ "www.maailm.com" => array("maailm.com", "tekst"), // Mail.ru - "go.mail.ru" => array("Mailru", "q"), + "go.mail.ru" => array("Mailru", "q", "search?q={k}", "windows-1251"), // Mamma "mamma.com" => array("Mamma", "query"), @@ -907,6 +907,10 @@ // Nifty "search.nifty.com" => array("Nifty", "q"), + // Nigma + "www.nigma.ru" => array("Nigma", "s", "index.php?s={k}"), + "nigma.ru" => array("Nigma", "s", "index.php?s={k}"), + // Nomade "ie4.nomade.fr" => array("Nomade", "s"), "rechercher.nomade.aliceadsl.fr"=> array("Nomade (AliceADSL)", "s"), @@ -945,6 +949,10 @@ // Postami "www.postami.com" => array("Postami", "query"), + // qip + "start.qip.ru" => array("qip.ru", "query", "search?query={k}"), + "search.qip.ru" => array("qip.ru", "query", "search?query={k}"), + // Quick searches "data.quicksearches.net" => array("QuickSearches", "q"), @@ -958,7 +966,6 @@ "nova.rambler.ru" => array("Rambler", "query", "search?query={k}"), "search.rambler.ru" => array("Rambler", "words"), "www.rambler.ru" => array("Rambler", "words"), - "nova.rambler.ru" => array("Rambler", "q"), // Reacteur.com "www.reacteur.com" => array("Reacteur", "kw"), @@ -1147,7 +1154,7 @@ "www.ya.ru" => array("Yandex", "text"), // Yandex Images - "images.yandex.ru" => array("Yandex Images","text"), + "images.yandex.ru" => array("Yandex Images", "text", "yandsearch?text={k}"), // Yasni "www.yasni.de" => array("Yasni", "name"), ```
Some updates for SearchEngines
https://api.github.com/repos/matomo-org/matomo/issues/755/comments
3
2009-06-05T21:57:40Z
2014-07-08T10:00:25Z
https://github.com/matomo-org/matomo/issues/755
37,350,780
755
[ "matomo-org", "matomo" ]
None
Add language drop-down selection to Installation screen
https://api.github.com/repos/matomo-org/matomo/issues/754/comments
1
2009-06-05T17:32:17Z
2014-07-08T10:00:25Z
https://github.com/matomo-org/matomo/issues/754
37,350,779
754
[ "matomo-org", "matomo" ]
I recently read the Drupal 7 changes (http://drupal.org/node/224333#time), and i thought, replacing time() calls with a constant (http://api.drupal.org/api/constant/REQUEST_TIME/7) could be a good thing for piwik too. regards Keywords: outofscope
Remove time()
https://api.github.com/repos/matomo-org/matomo/issues/753/comments
3
2009-06-05T15:02:38Z
2014-08-03T11:30:04Z
https://github.com/matomo-org/matomo/issues/753
37,350,778
753
[ "matomo-org", "matomo" ]
There is a regression from the old piwik.js and the new one: middle clicks that open in a new tab in modern browsers, and that are more and more used, are not counted anymore: they do not fire mousedown events. Here is Anthon's explanation: ``` Switching from mousedown to click is consistent with how GA, Yahoo, and MS handle the event. If the user releases the button off the element (to abort the operation), no click is generated. Thus, mousedown can result in false outlinks/downloads being reported. I don't recall if right mouse button clicks generated mousedowns on the element, but if it did, there's no way to determine what popup menu operation was selected (open in new window/tab, copy shortcut, save target, etc). If we switched to mouseup, we'd also need a mousedown, to check for the same target element underneath and for double clicks. Striving to capture all clicks is a laudable goal but there are a lot a conditions that make tracking mousedown/mouseup difficult or unreliable. It's already unreliable to a degree. click/mousedown/mouseup all bubble and are cancellable. There's no way for Piwik to set the order that its eventlistener is called (eg first or last). An earlier listener could stop propagating the event. A later listener could cancel the click event so the href isn't followed. ``` Could we use the event.button as explained on http://www.programmersheaven.com/mb/java-script/304443/304443/right-and-middle-click/?S=B20000 Maybe there is a way of "special handling" the middle click use case and count these clicks?
piwik.js: Tracking middle clicks automatically (they do not fire onclick event)
https://api.github.com/repos/matomo-org/matomo/issues/752/comments
9
2009-06-05T05:31:41Z
2014-07-08T10:16:19Z
https://github.com/matomo-org/matomo/issues/752
37,350,777
752
[ "matomo-org", "matomo" ]
Hi there, After uploading the files to my domain, I receive the following error message when accessing my piwik directory: Warning: require_once(Zend/Registry.php) [function.require-once]: failed to open stream: No such file or directory in /home/enjo70/public_html/mydomain.com/piwik/core/ErrorHandler.php on line 12 Fatal error: require_once() [function.require]: Failed opening required 'Zend/Registry.php' (include_path='/home/enjo70/public_html/mydomain.com/piwik:/home/enjo70/public_html/mydomain.com/piwik/libs/:/home/enjo70/public_html/mydomain.com/piwik/plugins/:/home/enjo70/public_html/mydomain.com/piwik/core/:.:/usr/lib/php:/usr/local/lib/php') in /home/enjo70/public_html/mydomain.com/piwik/core/ErrorHandler.php on line 12 I saw a similar ticket but I couldn't apply the solution to my case. Can anyone help me out and tell me what I need to do? Thanks Stephan
Installation problem - failed to open zend/registry....etc...
https://api.github.com/repos/matomo-org/matomo/issues/751/comments
7
2009-06-02T16:47:32Z
2014-07-08T10:00:24Z
https://github.com/matomo-org/matomo/issues/751
37,350,775
751
[ "matomo-org", "matomo" ]
Just woke up one morning and got this???? Why?? Warning: vsprintf() [href='function.vsprintf'>function.vsprintf&lt;/a>](&lt;a): Too few arguments in C:\wamp\www\statistik\core\Translate.php on line 158 Backtrace --> #0 Piwik_ErrorHandler(2, vsprintf() [href='function.vsprintf'>function.vsprintf&lt;/a>](&lt;a): Too few arguments, C:\wamp\www\statistik\core\Translate.php, 158, Array ([=> Piwik %s finns tillg&auml;ngligt. %s Var v&%auml;nlig uppdatera! %s (se %s &auml;ndringar%s).,[args](string]) => Array ([=> 0.2.37,[1](0]) => &lt;br />&lt;a href='index.php?module=CoreUpdater&action=newVersionAvailable'>,[=> &lt;/a>,[3](2]) => &lt;a href='misc/redirectToUrl.php?url=http://piwik.org/changelog/' target='_blank'>,[4] => &lt;/a>))) #1 vsprintf(Piwik %s finns tillg&auml;ngligt. %s Var v&%auml;nlig uppdatera! %s (se %s &auml;ndringar%s)., Array ([=> 0.2.37,[1](0]) => &lt;br />&lt;a href='index.php?module=CoreUpdater&action=newVersionAvailable'>,[=> &lt;/a>,[3](2]) => &lt;a href='misc/redirectToUrl.php?url=http://piwik.org/changelog/' target='_blank'>,[=> &lt;/a>)) called at [C:\wamp\www\statistik\core\Translate.php:158](4]) #2 Piwik_Translate(General_PiwikXIsAvailablePleaseUpdateNow, Array ([=> 0.2.37,[1](0]) => &lt;br />&lt;a href='index.php?module=CoreUpdater&action=newVersionAvailable'>,[=> &lt;/a>,[3](2]) => &lt;a href='misc/redirectToUrl.php?url=http://piwik.org/changelog/' target='_blank'>,[=> &lt;/a>)) called at [C:\wamp\www\statistik\core\SmartyPlugins\modifier.translate.php:34](4]) #3 smarty_modifier_translate(General_PiwikXIsAvailablePleaseUpdateNow, 0.2.37, &lt;br />&lt;a href='index.php?module=CoreUpdater&action=newVersionAvailable'>, &lt;/a>, &lt;a href='misc/redirectToUrl.php?url=http://piwik.org/changelog/' target='_blank'>, &lt;/a>) called at [C:\wamp\www\statistik\tmp\templates_c\%%FB^FB3^FB3A69AF%%header_message.tpl.php:11] #4 include(C:\wamp\www\statistik\tmp\templates_c\%%FB^FB3^FB3A69AF%%header_message.tpl.php) called at [C:\wamp\www\statistik\libs\Smarty\Smarty.class.php:1870] #5 Smarty->_smarty_include(Array ([=> CoreHome/templates/header_message.tpl,[smarty_include_vars](smarty_include_tpl_file]) => Array ())) called at [C:\wamp\www\statistik\tmp\templates_c\%%00^00A^00A3E455%%header.tpl.php:5] #6 include(C:\wamp\www\statistik\tmp\templates_c\%%00^00A^00A3E455%%header.tpl.php) called at [C:\wamp\www\statistik\libs\Smarty\Smarty.class.php:1870] #7 Smarty->_smarty_include(Array ([=> CoreHome/templates/header.tpl,[smarty_include_vars](smarty_include_tpl_file]) => Array ())) called at [C:\wamp\www\statistik\tmp\templates_c\%%77^771^77160059%%index.tpl.php:36] #8 include(C:\wamp\www\statistik\tmp\templates_c\%%77^771^77160059%%index.tpl.php) called at [C:\wamp\www\statistik\libs\Smarty\Smarty.class.php:1264] #9 Smarty->fetch(CoreHome/templates/index.tpl) called at [C:\wamp\www\statistik\core\View.php:113] #10 Piwik_View->render() called at [C:\wamp\www\statistik\plugins\CoreHome\Controller.php:65] #11 Piwik_CoreHome_Controller->index() #12 call_user_func_array(Array ([=> Piwik_CoreHome_Controller Object ([](0]) => CoreHome,[=> 2009-05-11,[](]) => Piwik_Date Object ([=> 1241992800)),[1](]) => index), Array ()) called at [C:\wamp\www\statistik\core\FrontController.php:143] #13 Piwik_FrontController->dispatch() called at [C:\wamp\www\statistik\index.php:49]
Use to work
https://api.github.com/repos/matomo-org/matomo/issues/750/comments
1
2009-06-01T09:44:32Z
2014-08-03T11:22:18Z
https://github.com/matomo-org/matomo/issues/750
37,350,774
750
[ "matomo-org", "matomo" ]
- error message (or redirect to Login screen) instead of a blank page when requesting a new password but user doesn't exist - "Remind password" is a misnomer for this button when it in fact sends a new password; change text to "Send Password Reset" and send email with link to a password reset form (see comment:5) - ~~If sendmail isn't configured, it would be nice to include more validation before resetting passwords.~~
Login form changes for lost password
https://api.github.com/repos/matomo-org/matomo/issues/749/comments
5
2009-05-30T21:02:57Z
2014-07-08T10:00:23Z
https://github.com/matomo-org/matomo/issues/749
37,350,773
749
[ "matomo-org", "matomo" ]
I created an empty directory in the plugins folder and got this error accessing the Settings (index.php?module=CorePluginsAdmin): ``` The plugin 'XXX' is enabled, but the file '/mypath/plugins/XXX/XXX.php' couldn't be found. To continue, please disable the plugin manually by removing the line &lt;pre&gt;Plugins[] = XXX&lt;/pre&gt; in the configuration file &lt;code&gt;config/config.ini.php&lt;/code&gt; ``` Issues: - The HTML tags aren't displayed properly (because &lt; and > converted to &lt; and &gt;, respectively). - There is no "Plugins[] = XXX" line in config.ini.php.
PluginManager gives wrong advice for missing plugin file
https://api.github.com/repos/matomo-org/matomo/issues/748/comments
1
2009-05-30T18:43:31Z
2014-07-08T10:00:23Z
https://github.com/matomo-org/matomo/issues/748
37,350,772
748
[ "matomo-org", "matomo" ]
This could be done pretty cheaply and would result in one of the most requested features being implemented, hence why set to 0.4 milestone. To do: - Update the search engine list and add a new entry in the search engine array containing the minimalist path for search engine request. For example for Google this will be: /search?q={keyword} ; we should do this for the most popular search engines (not all of them, users can later submit the URLs for other search engines) - Update the UI so that the search engines link link to $URL . str_replace($PATH, '{keyword}', $keyword) instead. should be very easy to do with a filter on the datatable. If someone can prepare the list for the main search engines (yahoo, aol, etc.), this would help save us big time to make this feature in 0.4 :-)
linking search engine keywords results to the original page
https://api.github.com/repos/matomo-org/matomo/issues/747/comments
2
2009-05-30T10:37:52Z
2014-07-08T10:00:23Z
https://github.com/matomo-org/matomo/issues/747
37,350,771
747
[ "matomo-org", "matomo" ]
If you have more than 14 sites in the selection list, the bottom ones are hidden behind the 'visits by server time' on the dashboard page. Suggest addition to common.css: # sitesSelection .formDiv_ul_list { ``` height:200px; overflow:scroll; width:150px; ``` } ...giving a scrolling list (width set so that long site names do not go off page edge, making scoll bar hidden.) Keywords: site selection menu, css
Part of site selection list hidden with over 14 sites
https://api.github.com/repos/matomo-org/matomo/issues/746/comments
3
2009-05-29T15:56:59Z
2014-07-08T10:00:23Z
https://github.com/matomo-org/matomo/issues/746
37,350,769
746
[ "matomo-org", "matomo" ]
from email: ``` > > Piwik removes url path section which contains 0, e.g. > > portal/ategories/223/1/0/1/company/3107 > > is recorded as > > portal/ategories/223/1/1/company/3107 > > in log table - which is incorrect. ``` see code in tracker/action and matching unit tests, need fixing
Page names are recorded but if a "/0/" if in the URL, it will be removed when it shouldn't
https://api.github.com/repos/matomo-org/matomo/issues/745/comments
7
2009-05-27T23:22:20Z
2014-07-08T10:00:22Z
https://github.com/matomo-org/matomo/issues/745
37,350,767
745
[ "matomo-org", "matomo" ]
Current client-side Java plugin detection is unreliable. An overview is here: - http://www.pinlady.net/PluginDetect/JavaDetect.htm Keywords: piwik.js
Kill Java detection.
https://api.github.com/repos/matomo-org/matomo/issues/744/comments
2
2009-05-27T20:50:37Z
2024-06-17T18:39:38Z
https://github.com/matomo-org/matomo/issues/744
37,350,766
744
[ "matomo-org", "matomo" ]
At present, index.php and piwik.php set the include path (relative to the Piwik document root) to: /, /core, /libs, /plugins, plus the existing include path. The proposal here is to remove / from the above class search path as it is a frequent "miss". The handful of references to /config, /lang, and /misc can be converted to absolute paths.
Optimize include path
https://api.github.com/repos/matomo-org/matomo/issues/743/comments
5
2009-05-26T17:30:15Z
2014-07-08T10:00:22Z
https://github.com/matomo-org/matomo/issues/743
37,350,765
743
[ "matomo-org", "matomo" ]
Now at OFC2 "Version 2 Jrmungandr". Note: Flash Player 9 and up has a built-in file cache that isn't cleared when the browser cache is deleted. This became evident in the update from OFC1 to OFC2. If we add a parameter to the URL to bust this cache, e.g., libs/open-flash-chart/open-flash-chart.swf?v2J is it still cacheable?
Open Flash Chart update
https://api.github.com/repos/matomo-org/matomo/issues/742/comments
5
2009-05-25T16:42:04Z
2014-07-08T10:00:22Z
https://github.com/matomo-org/matomo/issues/742
37,350,764
742
[ "matomo-org", "matomo" ]
i know vipsoft just updated smarty, but there's a new version since two days. http://www.smarty.net/download.php regards
Update to smarty 2.6.25
https://api.github.com/repos/matomo-org/matomo/issues/741/comments
1
2009-05-25T14:26:20Z
2014-07-08T10:00:22Z
https://github.com/matomo-org/matomo/issues/741
37,350,763
741
[ "matomo-org", "matomo" ]
Since i use Piwik, i had difficulties with site selection so i've added the following CSS rule to the common.css file and it fixed my issues : ``` formDiv_ul_list li a { display: block; } ``` All it does is enlarging the clickable area to the width and height of the li element. I hope devs find this usefull. Keywords: CSS menu
Small fix for site and language menu
https://api.github.com/repos/matomo-org/matomo/issues/740/comments
7
2009-05-25T06:26:48Z
2014-07-08T10:00:22Z
https://github.com/matomo-org/matomo/issues/740
37,350,762
740
[ "matomo-org", "matomo" ]
With the JavaScript tracking API in #355 completed, we can turn our attention to some internals: - ~~optional file:// and framebuster~~ - ~~send heart beat (or ping) when view duration reached on a page (e.g., 30 seconds) to differentiate from a traditional bounce~~ On the horizon: - ~~set a milestone for removing the deprecated legacy tracking interface (piwik_log and piwik_track)~~ - ~~ditto for IE5 support (e.g., arguments.callee)~~ Deferred: - to better support multiple trackers, install the link tracking once; not a common use case, so performance hasn't been an issue - re-work unit tests to not depend on an eval(); we use DEBUG tags to exclude this from the minified piwik.js - finish and document the hook (plugin) interface (see #1635); depends on use cases Wontfix: - serve a leaner version that uses features built into ECMAScript 5th Ed.; we need backwards compatibility to track with older browsers - move piwik_ignore (and ignore class) filtering to the click handler; not sure this is worth doing as it depends on the number of links on the page
piwik.js enhancements
https://api.github.com/repos/matomo-org/matomo/issues/739/comments
24
2009-05-23T02:29:08Z
2014-07-08T10:05:53Z
https://github.com/matomo-org/matomo/issues/739
37,350,761
739
[ "matomo-org", "matomo" ]
Hello, I've made the upgrade described as summary, and here is the result : - no more widgets on the home page, - when trying to change active period from day to week, I'm redirected to the current day. - In other sections, previous data seems to be lost, and no graphs shows up : 'Displaying Graphs in Piwik requires Flash >= 9.0.0' ; BUT i installed a fresh version elsewhere where i can view the graphs. oh, and when I try to change the current day, the calendar headers are : 'The string CoreHome_DayMo was not loaded in javascript. Make sure it is prefixed with _js'.. I'll try to figure out what went wrong, but if someone have any clues... Keywords: update, upgrade
Update from 2.28 to 0.2.37 : no more widgets and reports
https://api.github.com/repos/matomo-org/matomo/issues/738/comments
3
2009-05-19T19:29:54Z
2014-07-08T10:00:20Z
https://github.com/matomo-org/matomo/issues/738
37,350,760
738
[ "matomo-org", "matomo" ]
I hooked a function into Tracker.Visit.isExcluded. When I try to use Piwik_API_Request to get a value from my api function I get that fatal error. Tracker debug is enabled. _Fatal error: Class 'Piwik_Api_Proxy' not found in piwik/core/API/Request.php on line 113_ I don't have to use the api call, but it would be cleaner (although less performant?), so I set the prio to normal. Please also tell me if I should use the api call instead of duplicating a few lines of code. I'm not sure because the tracker probably is performance critical.
Piwik_API_Request in a tracker plugin gives fatal error
https://api.github.com/repos/matomo-org/matomo/issues/737/comments
2
2009-05-18T21:29:52Z
2014-08-03T11:22:18Z
https://github.com/matomo-org/matomo/issues/737
37,350,759
737
[ "matomo-org", "matomo" ]
There should be a way to unset single cookie values. I think it should be ok to unset a cookie value if the set method is called with a Null value. This would save some bandwidth on multipage-installs with the next version of the BlockingCookie plugin.
unset cookie value if set(name, val) is called with val = Null
https://api.github.com/repos/matomo-org/matomo/issues/736/comments
7
2009-05-18T20:25:13Z
2014-07-08T10:00:20Z
https://github.com/matomo-org/matomo/issues/736
37,350,758
736
[ "matomo-org", "matomo" ]
Bulk loading (eg via the VisitorGenerator) is hampered by a memory leak in the tracker. This is a blocker for #134. The original bug report below: > I get an out-of-memory error when I try to use the misc/generateVisits.php with default settings that comes with Piwik - tested on localhost with a memory limit of 128M > > Maybe the default values should be lower than 20k visits. 200 visits work for me and I can run the generator multiple times if I need more :) > > Lowering the number of visits generated is a quick fix and makes the generator usable for new users who want to try Piwik. > > "Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in piwik/core/Common.php on line 662''
Tracker memory leak: out of memory with default settings
https://api.github.com/repos/matomo-org/matomo/issues/735/comments
7
2009-05-18T18:32:33Z
2014-07-08T10:17:14Z
https://github.com/matomo-org/matomo/issues/735
37,350,757
735
[ "matomo-org", "matomo" ]
This plugin syncs Piwik's user and access table against LDAP and performs Authentication via LDAP. For installation instructions, see the README file in the tarball. Install the plugin in one click from the Marketplace: [LoginLdap on the marketplace](http://plugins.piwik.org/LoginLdap) Keywords: ldap, auth, login, third-party-plugin
Plugin for LDAP Authentication
https://api.github.com/repos/matomo-org/matomo/issues/734/comments
61
2009-05-18T15:59:38Z
2024-01-03T05:02:29Z
https://github.com/matomo-org/matomo/issues/734
37,350,750
734
[ "matomo-org", "matomo" ]
We are hoping for Piwik to be platform that every user can use in their own language. We support translations for all elements: calendar, graphs, reports, admin interface, etc. Currently the support for right to left language hasn't be tested and used yet. We would need to contact an arab or hebrew translator, then define what issues to fix in the UI. For example we may have to add conditional css style that will overload text classes/ids: direction: rtl, text-align: right (when original is left), add definition in translation file indicating what type of language we load (rtl,ltr). - [Example of a custom RTL CSS](http://trac.dojotoolkit.org/browser/dijit/trunk/themes/tundra/tundra_rtl.css?rev=11656)
Support Right To Left languages in Piwik translations i18n effort
https://api.github.com/repos/matomo-org/matomo/issues/733/comments
18
2009-05-18T01:25:02Z
2024-01-03T09:48:05Z
https://github.com/matomo-org/matomo/issues/733
37,350,748
733
[ "matomo-org", "matomo" ]
**Description** This plugin shows your visitors entry page with visitor count and bounce count. The subtable shows referrer url (+ link) and visitor/bounce count. **Translations** - en - de **Known issues:** - Direct entry (no referrer) shows as blank line with link to current page, could be confusing but I don't know yet how to change this - I started coding for Piwik two days ago, there may be critical things I don't know: test it before you use it in production! Keywords: entry page
Plugin EntryPage - shows where your visitors hit your site and from where they came
https://api.github.com/repos/matomo-org/matomo/issues/732/comments
17
2009-05-17T11:26:01Z
2014-07-08T10:00:25Z
https://github.com/matomo-org/matomo/issues/732
37,350,747
732
[ "matomo-org", "matomo" ]
Enabling/disabling plugins is broken. Wireshark shows ``` GET /piwik/index.php?module=CorePluginsAdmin&action=deactivate&pluginName=DBStats ``` and 200 response but nothing happens. Keywords: plugins
Enabling/disabling plugins is broken (0.2.35)
https://api.github.com/repos/matomo-org/matomo/issues/731/comments
1
2009-05-16T21:58:04Z
2014-07-08T10:00:16Z
https://github.com/matomo-org/matomo/issues/731
37,350,745
731
[ "matomo-org", "matomo" ]
Piwik should parse (using referer information, referer domains are already shown) advertising information. For example Google pageads referer urls are quite simply formatted (unnecessary information stripped out, original url is really long): ``` http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-...&dt=...&lmt=...&output=html&url=[source url]&ea=0&ref=[previous referer (where user did come to source url)]&kw_type=radlink&hl=fi&kw0=keyword1&kw1=keyword2&kw2=keyword3&kw3=keyword4&okw=[primary keyword (?)] ``` Some statistics may be nice. How many people did come from from advertising sources, what keywords were used and so on. Of course google gives same statistics but google is not the only advertising source. And it may be nice to cross-check google statistics accuracy.
Advertising programs integration
https://api.github.com/repos/matomo-org/matomo/issues/730/comments
1
2009-05-16T21:53:41Z
2014-07-08T10:00:16Z
https://github.com/matomo-org/matomo/issues/730
37,350,744
730
[ "matomo-org", "matomo" ]
When going to Widgets -> Preview of Widget (choosing arbitrary widget) iframe and flash URLs do have static date. Idea for improvement: For example buttons where user can choose whether she wants to use today or yesterday date (and URLs will change accordingly, not to yesterdays date but something like 'date=tomorrow-1'. Keywords: widgets
Configurator for the Embed Report feature (customise widget iframe)
https://api.github.com/repos/matomo-org/matomo/issues/729/comments
2
2009-05-16T19:48:17Z
2024-09-13T09:13:15Z
https://github.com/matomo-org/matomo/issues/729
37,350,743
729
[ "matomo-org", "matomo" ]
hello, autoupdate does not works ? no information on 0.2.35 than 0.2.37 is available :-(
Add a manual "update check" in the Piwik admin UI screens
https://api.github.com/repos/matomo-org/matomo/issues/728/comments
13
2009-05-16T17:37:27Z
2014-07-08T10:04:48Z
https://github.com/matomo-org/matomo/issues/728
37,350,742
728
[ "matomo-org", "matomo" ]
I guess the attached image explains the problem. This is after removing tmp/\* and after logging out+in again
Bug in rendering of Visitors by server time
https://api.github.com/repos/matomo-org/matomo/issues/727/comments
3
2009-05-16T16:45:45Z
2014-07-08T10:00:15Z
https://github.com/matomo-org/matomo/issues/727
37,350,741
727
[ "matomo-org", "matomo" ]
The piwik.org wordpress stylesheet does not define a background color. Patch attached, please fix.
Wordpress CSS bug
https://api.github.com/repos/matomo-org/matomo/issues/726/comments
11
2009-05-16T11:14:04Z
2024-01-03T07:03:35Z
https://github.com/matomo-org/matomo/issues/726
37,350,740
726
[ "matomo-org", "matomo" ]
Even though Piwik is not stable as such, some releases are more risky than others (eg. 0.2.35). In this case we should have released under a "beta" label. Currently the release script builds from a SVN tag. It checkouts the tag, delete some useless directories (tests/ etc.), and then packages up, copies into http://builds.piwik.org, and updates the http://builds.piwik.org/LATEST with the version number. Instead we should have two releases (or event three?). - the current official release (near stable) - a beta release (if the version name contains "rc" or "beta" ?) - a nightly build of the SVN trunk The release could be automatically flagged as beta if the name contains beta or RC. It would not update http://builds.piwik.org/LATEST (this file is used by all Piwik installs to check what is the latest piwik release and print an "You need to update" message). The beta could be advertised below the red download box on Piwik.org: "Download 0.2.37" and below "Download and test the beta release: 0.4rc1"
Piwik.org should handle two types of release: STABLE and BETA releases.
https://api.github.com/repos/matomo-org/matomo/issues/725/comments
4
2009-05-16T03:20:12Z
2014-07-08T10:00:15Z
https://github.com/matomo-org/matomo/issues/725
37,350,739
725
[ "matomo-org", "matomo" ]
Hi i need help.. i work with flash websites and using loader to change seccion loading swf files. I need to track this because this are seccions of my websites and im only use 1 html file so the javascript code dont work for me to trackj all the secctions of my website. Can someone tell if there is a method to track swf like google has with urchintracker eg. getURL("javascript:urchinTracker('/file.swf');"); i tried to do getURL("javascript:piwik_log(... but there is a error because the site try to load something and goes to blank page. Can someone help me about this Thanks
Flash Tracking
https://api.github.com/repos/matomo-org/matomo/issues/724/comments
1
2009-05-15T19:09:32Z
2014-08-03T11:22:18Z
https://github.com/matomo-org/matomo/issues/724
37,350,738
724
[ "matomo-org", "matomo" ]
Try to delete a wiget, Piwik tries to execute the following GET request. ``` http://piwikinstall/index.php?module=Dashboard&action=saveLayout&layout=%5B%5B%7B%22uniqueId%22%3A%22widgetVisitorInterestgetNumberOfVisitsPerVisitDuration%22%2C%22parameters%22%3A%7B%22module%22%3A%22VisitorInterest%22%2C%22action%22%3A%22getNumberOfVisitsPerVisitDuration%22%7D%7D%2C%7B%22uniqueId%22%3A%22widgetUserSettingsgetBrowser%22%2C%22parameters%22%3A%7B%22module%22%3A%22UserSettings%22%2C%22action%22%3A%22getBrowser%22%7D%7D%5D%2C%5B%7B%22uniqueId%22%3A%22widgetReferersgetKeywords%22%2C%22parameters%22%3A%7B%22module%22%3A%22Referers%22%2C%22action%22%3A%22getKeywords%22%7D%7D%2C%7B%22uniqueId%22%3A%22widgetVisitsSummarygetLastVisitsGraph%22%7D%2C%7B%22uniqueId%22%3A%22widgetReferersgetWebsites%22%2C%22parameters%22%3A%7B%22module%22%3A%22Referers%22%2C%22action%22%3A%22getWebsites%22%7D%7D%5D%2C%5B%7B%22uniqueId%22%3A%22widgetReferersgetSearchEngines%22%2C%22parameters%22%3A%7B%22module%22%3A%22Referers%22%2C%22action%22%3A%22getSearchEngines%22%7D%7D%2C%7B%22uniqueId%22%3A%22widgetVisitTimegetVisitInformationPerServerTime%22%2C%22parameters%22%3A%7B%22module%22%3A%22VisitTime%22%2C%22action%22%3A%22getVisitInformationPerServerTime%22%7D%7D%5D%5D ``` This is from my` httpd.conf`: ``` LimitRequestFields 40 LimitRequestFieldSize 2000 LimitRequestLine 1000 ``` I'd prefer not to jack it up, especially since it worked until` 0.2.35`.
414: REQUEST URI too large
https://api.github.com/repos/matomo-org/matomo/issues/723/comments
2
2009-05-15T18:45:11Z
2014-07-08T10:00:15Z
https://github.com/matomo-org/matomo/issues/723
37,350,737
723
[ "matomo-org", "matomo" ]
All the boxes say: "Loading widget, please wait...". Firebug reports: ``` parameters is undefined if(parameters.length==0) { (common.js, line 15) ``` Yeah, I cleared the cache. I also tried different browsers (Chrome and Firefox). Keywords: javascript
Breakage with the 0.2.35 update
https://api.github.com/repos/matomo-org/matomo/issues/722/comments
1
2009-05-15T18:31:49Z
2014-07-08T10:00:15Z
https://github.com/matomo-org/matomo/issues/722
37,350,736
722
[ "matomo-org", "matomo" ]
None
Smarty: update to 2.6.24
https://api.github.com/repos/matomo-org/matomo/issues/721/comments
2
2009-05-15T15:01:04Z
2014-07-08T10:00:15Z
https://github.com/matomo-org/matomo/issues/721
37,350,734
721
[ "matomo-org", "matomo" ]
I upgraded piwik from v0.2.34 to v0.2.35 using automatic upgrade (both piwik files & db upgraded successfully according to automatic-upgrade app), I emptied the browser cache as recommended. I have no error message, but no widget gets loaded (all displaying 'loading widget, please wait') => piwik unusable Enclosed is a screenshot
piwik broken when upgraded from 0.2.34 to 0.2.35
https://api.github.com/repos/matomo-org/matomo/issues/720/comments
2
2009-05-15T13:54:03Z
2014-07-08T10:00:14Z
https://github.com/matomo-org/matomo/issues/720
37,350,732
720
[ "matomo-org", "matomo" ]
Testing on FF3 Add the Live widget to the dashboard. After an update, the Live widget is not immediately visible on the dashboard. A manual browser refresh required. If a newer version of Piwik is detected, the notice appears in the Live widget box.
Live UI problems
https://api.github.com/repos/matomo-org/matomo/issues/719/comments
1
2009-05-15T02:40:24Z
2014-07-08T10:00:14Z
https://github.com/matomo-org/matomo/issues/719
37,350,730
719