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"
] | i'm getting very often a user from the country "unknown" with the provider "googlebot", resolution 1024 x 1024, Browser: Mozilla 5.0 and an unknown operating system.
i'm getting this on a few sites.
maybe a new version of the googlebot?
Keywords: googlebot
| User from unknown with provider googlebot | https://api.github.com/repos/matomo-org/matomo/issues/918/comments | 9 | 2009-08-11T09:24:12Z | 2014-07-08T10:01:12Z | https://github.com/matomo-org/matomo/issues/918 | 37,350,985 | 918 |
[
"matomo-org",
"matomo"
] | Currently Error level report is hardcoded in the code and duplicated in different files. Instead, we should read the PHP level error reporting from the config file, eg.
```
[Debug]
; when set to 0, no error will be output in the Piwik interface. This is useful for users that do not want Piwik to show any error.
; By... | Logging level should be configured in a config file: NOTICE should be hidden when Piwik is in production | https://api.github.com/repos/matomo-org/matomo/issues/917/comments | 1 | 2009-08-11T02:22:11Z | 2014-07-08T10:01:06Z | https://github.com/matomo-org/matomo/issues/917 | 37,350,982 | 917 |
[
"matomo-org",
"matomo"
] | Attached is a patch against /core/DataFiles/SearchEngines.php with the following changes:
a) Added Google Zimbabwe (www.google.co.zw)
b) Updated URL of Metager (meta.rrz.uni-hannover.de). The old URL does not work anymore, so I think it's safe to replace it.
c) Added parameters as_q and as_epq for everything Google. T... | Changes to /core/DataFiles/SearchEngines.php | https://api.github.com/repos/matomo-org/matomo/issues/916/comments | 6 | 2009-08-10T22:27:28Z | 2014-07-08T10:01:06Z | https://github.com/matomo-org/matomo/issues/916 | 37,350,981 | 916 |
[
"matomo-org",
"matomo"
] | After my update on my remote server i get this error.
SQLSTATE[[1203](42000]) User xxxxxxxxxx already has more than 'max_user_connections' active connections
Backtrace:
#0 /piwik/libs/Zend/Db/Adapter/Abstract.php(228): Zend_Db_Adapter_Pdo_Abstract->_connect()
#1 /piwik/core/Piwik.php(1213): Zend_Db_Adapter_Abstract->... | sql bug | https://api.github.com/repos/matomo-org/matomo/issues/915/comments | 1 | 2009-08-10T16:58:36Z | 2014-07-08T10:01:06Z | https://github.com/matomo-org/matomo/issues/915 | 37,350,980 | 915 |
[
"matomo-org",
"matomo"
] | Hi,
why not removing the js code from datatable.js which adds even odd classes and use smarty's cycle method?
regards
| Switch Odd/Even class of datatable to use smarty cycle? | https://api.github.com/repos/matomo-org/matomo/issues/914/comments | 4 | 2009-08-10T15:44:58Z | 2014-07-08T10:01:05Z | https://github.com/matomo-org/matomo/issues/914 | 37,350,979 | 914 |
[
"matomo-org",
"matomo"
] | The webbrowser iron (built on chromium; webkit engine) is recognized as safari!
Keywords: iron, browser
| Iron Webbrowser not recognized | https://api.github.com/repos/matomo-org/matomo/issues/913/comments | 7 | 2009-08-10T15:17:48Z | 2014-07-08T10:01:13Z | https://github.com/matomo-org/matomo/issues/913 | 37,350,978 | 913 |
[
"matomo-org",
"matomo"
] | No security vulnerabilities here. This is a test.
| Test sensitive tickets | https://api.github.com/repos/matomo-org/matomo/issues/912/comments | 3 | 2009-08-09T18:05:52Z | 2014-08-03T11:22:06Z | https://github.com/matomo-org/matomo/issues/912 | 37,350,976 | 912 |
[
"matomo-org",
"matomo"
] | PHP 5.1.x appears to handle backslash escaped characters differently from 5.2/5.3.
Example: core/SmartyPlugins/output.cachebuster where php 5.1.x reports preg_replace() [function.preg-replace]: Unknown modifier '.'
Propose using:
```
$pattern = array(
'~<script type="text/javascript" src="([^"]+)">~',
... | Review preg_match() usage | https://api.github.com/repos/matomo-org/matomo/issues/911/comments | 1 | 2009-08-08T21:02:40Z | 2014-07-08T10:01:05Z | https://github.com/matomo-org/matomo/issues/911 | 37,350,975 | 911 |
[
"matomo-org",
"matomo"
] | This is a nice-to-have feature deferred from #666:
- Progress to show which database migration is currently being run (in the web browser and/or on the command line)
Proposal:
- refactor core/Updater.php and plugins/CoreUpdater/Controller.php, moving Piwik_Updater::update() to the Controller; this would eliminate the ... | Provide visual feedback on progress of database upgrade | https://api.github.com/repos/matomo-org/matomo/issues/910/comments | 3 | 2009-08-08T09:38:11Z | 2014-07-08T10:02:11Z | https://github.com/matomo-org/matomo/issues/910 | 37,350,974 | 910 |
[
"matomo-org",
"matomo"
] | The default char_set is ISO-8859-1. (Piwik does not currently specify/override this.)
Review usage of core/SmartyPlugins/modifier.escape.php. Force 'UTF-8' where necessary.
| modifier.escape.php - char_set? | https://api.github.com/repos/matomo-org/matomo/issues/909/comments | 2 | 2009-08-08T07:46:44Z | 2014-07-08T10:01:05Z | https://github.com/matomo-org/matomo/issues/909 | 37,350,973 | 909 |
[
"matomo-org",
"matomo"
] | I have 1 piwik installation running 3 sites. I have mapped the server alias of stats.domainname to /usr/share/piwik. But, no matter which site I login on, I'm always given the first site I made as my starting idSite.
It would be a really nice enhancement to look at the domainname for the URL and try to find a matc... | Add a hook to allow plugins to define the website ID to load by default when going to stats | https://api.github.com/repos/matomo-org/matomo/issues/908/comments | 8 | 2009-08-06T14:43:25Z | 2014-07-08T10:01:04Z | https://github.com/matomo-org/matomo/issues/908 | 37,350,972 | 908 |
[
"matomo-org",
"matomo"
] | Saw these come up today, not sure what the process is so just logging a ticket:
au.search.yahoo.com
search.hp.my.aol.com
| New search engine | https://api.github.com/repos/matomo-org/matomo/issues/907/comments | 4 | 2009-08-06T06:23:15Z | 2014-07-08T10:01:04Z | https://github.com/matomo-org/matomo/issues/907 | 37,350,971 | 907 |
[
"matomo-org",
"matomo"
] | As an alternative to Piwik's token auth, for added security in the API authentication.
PHP library implementations:
- ZendFramework Zend_Oauth
- http://code.google.com/p/oauth/ (Apache license)
- http://code.google.com/p/oauth-php/ (MIT license)
Keywords: interesting
| OAuth2 / oAuth plugin for API authentication | https://api.github.com/repos/matomo-org/matomo/issues/906/comments | 7 | 2009-08-05T23:38:00Z | 2024-09-13T09:13:14Z | https://github.com/matomo-org/matomo/issues/906 | 37,350,970 | 906 |
[
"matomo-org",
"matomo"
] | I think, we should avoid of line breaks within the labels in some (not all) Tag Clouds views, especially in tables "Length of Visit" and "Pages per Visit". In the same time, line breaks within the labels in other Tag Cloud tables, such as "Visitor Browsers", "List of Keywords" and so on, should be allowed.
The propose... | Avoid linebreaks within the labels in some Tag Clouds (patch included) | https://api.github.com/repos/matomo-org/matomo/issues/905/comments | 9 | 2009-08-05T19:49:24Z | 2014-07-08T10:01:10Z | https://github.com/matomo-org/matomo/issues/905 | 37,350,969 | 905 |
[
"matomo-org",
"matomo"
] | Checking for MySQL error codes (via preg_match) are sprinkled in places in the code. (i.e., core/Updater.php, core/Updates/*.php, Dashboard.php, ExampleFeedburner.php, Installation/Controller.php, LanguagesManager.php)
To assist the non-MySQL Piwik ports, we should switch the detection to SQL codes, e.g.,
- '/1146/' ... | MySQL error codes | https://api.github.com/repos/matomo-org/matomo/issues/904/comments | 4 | 2009-08-05T17:42:24Z | 2014-07-08T10:01:17Z | https://github.com/matomo-org/matomo/issues/904 | 37,350,968 | 904 |
[
"matomo-org",
"matomo"
] | Part of the misc folder cleanup.
Replace with onclick calls to piwikHelper.redirectToUrl.
| Remove misc/redirectToUrl.php | https://api.github.com/repos/matomo-org/matomo/issues/903/comments | 2 | 2009-08-04T17:30:13Z | 2014-07-08T10:01:03Z | https://github.com/matomo-org/matomo/issues/903 | 37,350,967 | 903 |
[
"matomo-org",
"matomo"
] | Hi, This is a great product. I am using it on an intranet running aspx on IIS. Piwik is running on Windows 2003 WAMP server.
I am getting the error below. I've tried reporting this bug twice and I don' think it has worked. The back trace is included.
Notice: Undefined index: debugTrackVisitsInsidePiwikUI in C:\wamp\ww... | Undefined index: debugTrackVisitsInsidePiwikUI | https://api.github.com/repos/matomo-org/matomo/issues/902/comments | 2 | 2009-08-04T16:42:02Z | 2014-07-08T10:01:03Z | https://github.com/matomo-org/matomo/issues/902 | 37,350,966 | 902 |
[
"matomo-org",
"matomo"
] | Piwik requires MySQL 4.1+. This is documented in http://piwik.org/docs/requirements.
We can test for the MySQL server version but this requires a connection to the server, so it can't be shown on the earlier requirements screen.
```
mysql> select version();
+--------------------+
| version() |
+------------... | Installer should check MySQL server version and warn if < 4.1 | https://api.github.com/repos/matomo-org/matomo/issues/901/comments | 1 | 2009-08-04T16:19:53Z | 2014-08-03T11:22:13Z | https://github.com/matomo-org/matomo/issues/901 | 37,350,965 | 901 |
[
"matomo-org",
"matomo"
] | Hi, great product you have developed here. I'm using it on an organisation's intranet which is running on IIS. piwik is running on windows 2003 WAMP server.
I am getting the error below however, everything seems to be running. I'm upload a back trace file too.
---
Notice: Undefined index: debugTrackVisitsInsidePiwikU... | Undefined index: debugTrackVisitsInsidePiwikUI | https://api.github.com/repos/matomo-org/matomo/issues/900/comments | 2 | 2009-08-04T11:51:10Z | 2014-07-08T10:01:02Z | https://github.com/matomo-org/matomo/issues/900 | 37,350,964 | 900 |
[
"matomo-org",
"matomo"
] | Hi, You have got a great product here and I'm testing it against an organisation's intranet on IIS. I've got the message below and wonder if it has come up before, I'm also uploading a backtrace. I did a search on the site and so far nothing has come up.
Notice: Undefined index: debugTrackVisitsInsidePiwikUI in C:\wamp... | Plugins Management Page errors | https://api.github.com/repos/matomo-org/matomo/issues/899/comments | 2 | 2009-08-04T11:30:08Z | 2014-07-08T10:01:02Z | https://github.com/matomo-org/matomo/issues/899 | 37,350,962 | 899 |
[
"matomo-org",
"matomo"
] | This ticket is about defining the scope and new features of a Ecommerce plugin in Piwik.
The [Ecommerce statistics](http://piwik.org/docs/ecommerce-analytics/) feature is now built in Piwik, check it out!
Keywords: ecommerce plugin
| Piwik Ecommerce Tracking Plugin | https://api.github.com/repos/matomo-org/matomo/issues/898/comments | 33 | 2009-08-03T17:51:12Z | 2014-07-08T10:17:02Z | https://github.com/matomo-org/matomo/issues/898 | 37,350,959 | 898 |
[
"matomo-org",
"matomo"
] | This is not normally a problem for most users since releases do not include the unit tests.
For the benefit of developers, however...
While fixing #896, I noticed version_core in my live database got munged. When I revisited the dashboard, it prompted a database upgrade (from 0.2.9).
| unit test should not access live database | https://api.github.com/repos/matomo-org/matomo/issues/897/comments | 3 | 2009-08-03T17:16:09Z | 2014-07-08T10:01:01Z | https://github.com/matomo-org/matomo/issues/897 | 37,350,957 | 897 |
[
"matomo-org",
"matomo"
] | If ReleaseCheckList.test.php runs before SitesManager.test.php
02-Aug-2009 14:57:27 [exec] Fatal error: Call to a member function fetchAll() on a non-object in /mnt/bamboo-agent/build-dir/PIWIK-TRUNK/build/core/PluginsFunctions/Sql.php on line 36
If API/DocumentationGenerator.test.php runs after SitesManager.test... | all_tests.php failing -- test runner side effects | https://api.github.com/repos/matomo-org/matomo/issues/896/comments | 2 | 2009-08-02T23:21:01Z | 2014-07-08T10:06:43Z | https://github.com/matomo-org/matomo/issues/896 | 37,350,956 | 896 |
[
"matomo-org",
"matomo"
] | Hi, since the upgrade to 0.42 I'm getting a Notice including Stacktrace. This happens on every page inside the Settings.
http://pastebin.com/m427a5517
This is the notice that seems to occur because of an undefined index in one of the template files.
Keywords: notice
| Getting notice inside Settings | https://api.github.com/repos/matomo-org/matomo/issues/895/comments | 1 | 2009-08-02T02:40:45Z | 2014-07-08T10:01:00Z | https://github.com/matomo-org/matomo/issues/895 | 37,350,954 | 895 |
[
"matomo-org",
"matomo"
] | - warning when updating user_language
- installer does not prompt to re-use existing tables before database update
- mandatory updates don't consistently throw Piwik_Updater_UpdateException
Table inconsistencies between fresh install and upgrade path:
- the 0.2.33 update (utf8 conversion) misses tables created by plug... | Problems updating from Piwik 0.1 to trunk | https://api.github.com/repos/matomo-org/matomo/issues/894/comments | 6 | 2009-08-01T14:24:51Z | 2014-07-08T10:01:00Z | https://github.com/matomo-org/matomo/issues/894 | 37,350,953 | 894 |
[
"matomo-org",
"matomo"
] | 1. Since we use urldecode to safe decode labels, we need to use in labels "%2b" instead of "+" sign, because the last one urldecodes to regular space. See attached snapshot: "15 min" displayed, should be "15+ min". Simple patch:
```
diff -Ebur piwik-4.2.orig/plugins/VisitorInterest/API.php piwik-4.2/plugins/VisitorInt... | Minor improvements for "Lenght of Visits" view (patches included) | https://api.github.com/repos/matomo-org/matomo/issues/893/comments | 2 | 2009-08-01T00:12:45Z | 2014-07-08T10:01:00Z | https://github.com/matomo-org/matomo/issues/893 | 37,350,952 | 893 |
[
"matomo-org",
"matomo"
] | We have unsorted data in normal table view of Lenght of Visits for now. This looks slightly strange: see before.png attachment.
This simple patch solves the problem (see after.png attachment).
```
diff -Ebur piwik-4.2.orig/plugins/VisitorInterest/Controller.php piwik-4.2/plugins/VisitorInterest/Controller.php
--- piw... | Unsorted table view in Length of Visits (patch included) | https://api.github.com/repos/matomo-org/matomo/issues/892/comments | 3 | 2009-07-31T19:49:04Z | 2014-07-08T10:01:00Z | https://github.com/matomo-org/matomo/issues/892 | 37,350,951 | 892 |
[
"matomo-org",
"matomo"
] | From [forum](http://forum.piwik.org/index.php?showtopic=1300).
SQLSTATE[HY000]: General error: 1271 Illegal mix of collations for operation 'concat'
Proposed fix:
```
Index: Piwik.php
===================================================================
--- Piwik.php (revision 1344)
+++ Piwik.php (working copy)... | Illegal mix of collations for operation 'concat' | https://api.github.com/repos/matomo-org/matomo/issues/891/comments | 4 | 2009-07-31T16:32:59Z | 2014-08-03T11:22:13Z | https://github.com/matomo-org/matomo/issues/891 | 37,350,950 | 891 |
[
"matomo-org",
"matomo"
] | Attached patch is against release 4.2. Icons are attached too.
| Little update for SearchEngines (3 added, 1 changed) | https://api.github.com/repos/matomo-org/matomo/issues/890/comments | 4 | 2009-07-31T14:34:47Z | 2014-07-08T10:01:00Z | https://github.com/matomo-org/matomo/issues/890 | 37,350,949 | 890 |
[
"matomo-org",
"matomo"
] | If not already described elsewhere:
- config.ini.php - overriding a setting from global.ini.php; unix_socket
- bootstrap.php - setting PIWIK_INCLUDE_PATH, PIWIK_ENABLE_SESSION_START, PIWIK_DISPLAY_ERRORS
- crossdomain.xml
- .htaccess - http auth; session.auto_start
???
| Advanced server configuration guide | https://api.github.com/repos/matomo-org/matomo/issues/889/comments | 5 | 2009-07-29T08:08:55Z | 2014-07-08T10:01:06Z | https://github.com/matomo-org/matomo/issues/889 | 37,350,948 | 889 |
[
"matomo-org",
"matomo"
] | see examples:
```
15 2 10:21:24 fac5b7964e2f833b4d05064216e61bd3 0 2009-07-25 12:21:26 2009-07-25 12:21:26 2009-07-25 22 22 1 10 0 2 Bing http://www.bing.com/search?q=state state 59dba39d4ac8516dc36d3ce281e55998 WXP IE 6.0 800x600 0 0 0 0 0 0 0 0 0 ... | Bing running spam searches should be banned | https://api.github.com/repos/matomo-org/matomo/issues/888/comments | 1 | 2009-07-28T22:27:42Z | 2014-07-08T10:00:59Z | https://github.com/matomo-org/matomo/issues/888 | 37,350,947 | 888 |
[
"matomo-org",
"matomo"
] | The build script should exclude .htaccess and robots.txt from the build, to not overwrite the user's local configuration.
e.g.,
- [http auth access](http://forum.piwik.org/index.php?showtopic=1206)
- session.auto_start=0 (#881)
| Do not include .htaccess or robots.txt in build | https://api.github.com/repos/matomo-org/matomo/issues/887/comments | 2 | 2009-07-28T18:59:33Z | 2014-07-08T10:00:59Z | https://github.com/matomo-org/matomo/issues/887 | 37,350,946 | 887 |
[
"matomo-org",
"matomo"
] | index.php and piwik.php would load piwik/bootstrap.php, if it exists, to allow for local configuration tweaks; bootstrap.php would not exist in SVN
Tweakable:
- PIWIK_INCLUDE_PATH (see #656)
- PIWIK_ENABLE_SESSION_START (see #885)
Introduce:
- PIWIK_DOCUMENT_ROOT (also #656)
| Load bootstrap.php if it exists | https://api.github.com/repos/matomo-org/matomo/issues/886/comments | 5 | 2009-07-28T18:36:12Z | 2014-07-08T10:00:59Z | https://github.com/matomo-org/matomo/issues/886 | 37,350,944 | 886 |
[
"matomo-org",
"matomo"
] | Prior to #828, index.php contained:
```
if(!session_id()) {
session_start();
}
```
However, session_start() was always called because session_id() returns a string; even an empty string (""), would mean the conditional evaluated to true.
This isn't necessarily wrong as it either starts or resumes an existing ses... | Should dispatcher always start/resume session? | https://api.github.com/repos/matomo-org/matomo/issues/885/comments | 3 | 2009-07-28T16:23:27Z | 2014-07-08T10:07:59Z | https://github.com/matomo-org/matomo/issues/885 | 37,350,943 | 885 |
[
"matomo-org",
"matomo"
] | There are a few un-documented helper functions that plugin developers can use. They should appear in the documentation page: http://dev.piwik.org/trac/wiki/Plugins/GlobalFunctions
For example:
- how to write SQL in Tracker code (where Piwik_\* doesn't work)
- expand documentation on the smarty functions
- more..
| Developer doc: update the documentation page: "Helper functions" with all available helper functions and best practises | https://api.github.com/repos/matomo-org/matomo/issues/884/comments | 2 | 2009-07-27T20:55:01Z | 2014-08-03T11:26:00Z | https://github.com/matomo-org/matomo/issues/884 | 37,350,942 | 884 |
[
"matomo-org",
"matomo"
] | The piwik javascript file piwik.js is GPLv3. To record statistics with piwik, you must include it into your website (possibly covered by different licenses).
By including piwik.js into a HTML file, you create a bigger "covered work" => at least parts (at least the JavaScript parts, as they are a kind of "dynamically l... | piwik.js licensing issues | https://api.github.com/repos/matomo-org/matomo/issues/883/comments | 1 | 2009-07-27T19:54:27Z | 2014-08-03T11:22:13Z | https://github.com/matomo-org/matomo/issues/883 | 37,350,941 | 883 |
[
"matomo-org",
"matomo"
] | I get the following exception when trying to use Piwik_Query() from within my plugin:
```
No entry is registered for key 'db'
#0 C:\\wamp\\www\\piwik\\core\\PluginsFunctions\\Sql.php(24): Zend_Registry::get(\'db\')
#1 C:\\wamp\\www\\piwik\\plugins\\MyPlugin\\MyPlugin.php(136): Piwik_Query(\'INSERT INTO my...\', Array)... | Piwik_Query() throws exception when used in a Tracker event hook | https://api.github.com/repos/matomo-org/matomo/issues/882/comments | 9 | 2009-07-26T23:16:06Z | 2014-07-08T10:02:23Z | https://github.com/matomo-org/matomo/issues/882 | 37,350,940 | 882 |
[
"matomo-org",
"matomo"
] | I run my server with session.auto_start at on, which causes a problem due to the way the Zend Session Object is done.
I would suggest a htaccess with the following rule:
```php_flag session.auto_start off
```
At any rate, this .htaccess coule eventually be used for url routing purposes, for clean urls.
```
| .htaccess | https://api.github.com/repos/matomo-org/matomo/issues/881/comments | 3 | 2009-07-25T23:31:32Z | 2014-07-08T10:00:59Z | https://github.com/matomo-org/matomo/issues/881 | 37,350,939 | 881 |
[
"matomo-org",
"matomo"
] | Unfortunately I cannot re-produce this myself, and have very little information to go on. I have tested with the same browser version, and a number of other versions, unsuccessfully re-creating the issue.
This only occurs when enabling piwik.js on the site, this is occurring for a number of other people, and is not a... | IE 7, 5730.11 - Crashing with piwik.js | https://api.github.com/repos/matomo-org/matomo/issues/880/comments | 2 | 2009-07-25T20:14:50Z | 2014-07-08T10:00:58Z | https://github.com/matomo-org/matomo/issues/880 | 37,350,938 | 880 |
[
"matomo-org",
"matomo"
] | It is useful for plugins to be notified when a "know visit" has happened and also be able to gather information about that visit.
Currently, we use the {Tracker.Visit.isExcluded} hook to detect this. The drawback of this is that no other information about the visit is known during this event's propagation. The visitor... | Need an event to notify that a know visit has happened (Tracker.Visit.knownVisitorInformation) | https://api.github.com/repos/matomo-org/matomo/issues/879/comments | 2 | 2009-07-25T02:43:55Z | 2014-07-08T10:00:58Z | https://github.com/matomo-org/matomo/issues/879 | 37,350,937 | 879 |
[
"matomo-org",
"matomo"
] | There is an error in the German translation file, which causes an error in the upgrade notification message. Attached is a screenshot of the broken upgrade notification and a patch against de.php to fix the problem.
| Upgrade notification broken in German translation | https://api.github.com/repos/matomo-org/matomo/issues/878/comments | 3 | 2009-07-25T02:36:48Z | 2014-07-08T10:00:57Z | https://github.com/matomo-org/matomo/issues/878 | 37,350,936 | 878 |
[
"matomo-org",
"matomo"
] | A problem has been found on this page : http://forum.piwik.org/index.php?showtopic=1261
A non initialized var causes a minor error, it's located in the template file : plugins/CoreHome/templates/piwik_tag.tpl
You can patch the template this way :
Delete the first line :
```
{if $piwikUrl == 'http://piwik.org/demo/'... | Sites management, error in the template | https://api.github.com/repos/matomo-org/matomo/issues/877/comments | 5 | 2009-07-24T18:37:55Z | 2014-07-08T10:00:57Z | https://github.com/matomo-org/matomo/issues/877 | 37,350,934 | 877 |
[
"matomo-org",
"matomo"
] | None
| Piwik_Tracker_Visit should not validate $this->request in constructor | https://api.github.com/repos/matomo-org/matomo/issues/876/comments | 2 | 2009-07-23T18:46:58Z | 2014-07-08T10:17:13Z | https://github.com/matomo-org/matomo/issues/876 | 37,350,933 | 876 |
[
"matomo-org",
"matomo"
] | Accessing navigator.javaEnabled in IE 6.0 results in an javascript error
| Javascript error in piwik.js | https://api.github.com/repos/matomo-org/matomo/issues/875/comments | 6 | 2009-07-22T22:20:20Z | 2014-07-08T10:05:26Z | https://github.com/matomo-org/matomo/issues/875 | 37,350,932 | 875 |
[
"matomo-org",
"matomo"
] | "I have a problem that only occurs when the Piwik JS script is on my pages. Every time I load/reload a page I get the following message bx with progress bar:
"Please wait while Windows configures Adobe Shockwave Player"
I allow this to complete but then on the next page (or on refersh) it is back." - Username: Wilbir... | Adobe Shockwave Player Configuration Bug | https://api.github.com/repos/matomo-org/matomo/issues/874/comments | 4 | 2009-07-21T20:49:55Z | 2014-08-03T11:22:13Z | https://github.com/matomo-org/matomo/issues/874 | 37,350,930 | 874 |
[
"matomo-org",
"matomo"
] | Hello Piwik-Crew,
please add support for Playstation 3 User Agents:
http://www.useragentstring.com/pages/Playstation%203/
Greetings!
Keywords: User Agent, UserAgent, Playstation
| Add Playstation 3 User Agent | https://api.github.com/repos/matomo-org/matomo/issues/873/comments | 1 | 2009-07-19T20:52:37Z | 2014-07-08T10:00:57Z | https://github.com/matomo-org/matomo/issues/873 | 37,350,929 | 873 |
[
"matomo-org",
"matomo"
] | Piwik should allow to exclude IP Addresses by subnet
for example:
exclude 212.116.100.0/24 (255.255.255.0)
which means: exclude a hall C Class
or
exclude 194.156.0.0/21 (255.255.248.0)
which means: exclude from host: 194.156.0.1 until host: 194.156.7.254
Keywords: ip addresses subnet classes
| Exclude ip addresses | https://api.github.com/repos/matomo-org/matomo/issues/872/comments | 0 | 2009-07-19T11:10:31Z | 2009-08-14T09:48:19Z | https://github.com/matomo-org/matomo/issues/872 | 37,350,928 | 872 |
[
"matomo-org",
"matomo"
] | The Internet Assigned Numbers Authority (IANA) has reserved the
following three blocks of the IP address space for private internets:
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
piwik resolves 192.16... | bug - piwik resolves private ip. | https://api.github.com/repos/matomo-org/matomo/issues/871/comments | 1 | 2009-07-19T11:03:30Z | 2014-07-08T10:00:56Z | https://github.com/matomo-org/matomo/issues/871 | 37,350,927 | 871 |
[
"matomo-org",
"matomo"
] | With the advent of the new tracking system and the ability to manually fire a goal tracking action within the tracker script, it needs a few tweaks to support it in the UI.
Currently you are forced to set a url no matter what setting up a goal.
It would make sense to have an option now to state that you are using man... | Option To Set "Manual Goal Trigger" For Goals | https://api.github.com/repos/matomo-org/matomo/issues/870/comments | 3 | 2009-07-16T02:37:20Z | 2014-07-08T10:00:56Z | https://github.com/matomo-org/matomo/issues/870 | 37,350,926 | 870 |
[
"matomo-org",
"matomo"
] | I'm experiencing this issue (http://dwairi.wordpress.com/2009/01/15/open-flash-chart-ie-and-ssl) with piwik 0.4.1.
As indicated in the article, this only surfaces if SSL and IE are used.
Firefox, Safari and Opera are fine.
I attached a picture of the incident.
The URL seen in the picture is:
```
index.php?module=Vis... | Openflashchart Error 2032 with SSL and Internet Explorer | https://api.github.com/repos/matomo-org/matomo/issues/869/comments | 12 | 2009-07-14T20:01:48Z | 2014-07-08T10:01:12Z | https://github.com/matomo-org/matomo/issues/869 | 37,350,925 | 869 |
[
"matomo-org",
"matomo"
] | This ist the message I receive. The update is not taking place.
Fatal error: Cannot redeclare class Piwik_Loader in /homepages/32/d233076604/htdocs/piwik/core/Loader.php on line 13
What do I need to do. Thanks for any help.
| Now I upgraded to 0.4.1 and when I click to update database I get a FATAL ERROR | https://api.github.com/repos/matomo-org/matomo/issues/868/comments | 1 | 2009-07-14T14:18:59Z | 2014-07-08T10:00:56Z | https://github.com/matomo-org/matomo/issues/868 | 37,350,924 | 868 |
[
"matomo-org",
"matomo"
] | I have not changed everything and suddenly this message came up plus the following lines:
#0 Piwik_ErrorHandler(2048, Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log(), /homepages/32/d233076604/htdocs/piwik/modules/Log/APICall.php, 52, Array ()) called at [/homepages/32/d23307... | Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log() in '/homepages/32/d233076604/htdocs/piwik/modules/Log/APICall.php' at the line 52 | https://api.github.com/repos/matomo-org/matomo/issues/867/comments | 1 | 2009-07-13T13:55:58Z | 2014-08-03T11:22:13Z | https://github.com/matomo-org/matomo/issues/867 | 37,350,923 | 867 |
[
"matomo-org",
"matomo"
] | Would it be possible to insert hyperlinks in the "page" graphs?
See the attached image for furth explanations.
Keywords: outofscope
| Insert hyperlinks in graphs | https://api.github.com/repos/matomo-org/matomo/issues/866/comments | 2 | 2009-07-12T20:59:26Z | 2014-08-03T11:30:04Z | https://github.com/matomo-org/matomo/issues/866 | 37,350,922 | 866 |
[
"matomo-org",
"matomo"
] | The fix in #614 [991] is kludgey.
Propose moving the change to Installation/Controller.php.
| unix_socket support | https://api.github.com/repos/matomo-org/matomo/issues/865/comments | 8 | 2009-07-12T17:43:23Z | 2014-07-08T10:00:55Z | https://github.com/matomo-org/matomo/issues/865 | 37,350,920 | 865 |
[
"matomo-org",
"matomo"
] | Currently we could use filters in API calls, that are applied to datatables records as documented here: http://dev.piwik.org/trac/wiki/API/Reference
In some cases we would like to filter, sort and limit data that is in subtables as well. Implement filter's that can be applied to subdatatables, i.e.:
filter_subtable_pa... | Applying filter to the subdatatables. | https://api.github.com/repos/matomo-org/matomo/issues/864/comments | 1 | 2009-07-12T15:01:08Z | 2014-07-08T10:00:55Z | https://github.com/matomo-org/matomo/issues/864 | 37,350,919 | 864 |
[
"matomo-org",
"matomo"
] | Panamanian flag is wrong in Piwik.
[http://en.wikipedia.org/wiki/Flag_of_Panama]
Keywords: panama, panamanian flag
| Panamanian flag is wrong | https://api.github.com/repos/matomo-org/matomo/issues/863/comments | 1 | 2009-07-11T16:43:13Z | 2014-07-08T10:00:55Z | https://github.com/matomo-org/matomo/issues/863 | 37,350,918 | 863 |
[
"matomo-org",
"matomo"
] | See Tracker.php
The code in Piwik_Tracker.connectDatabase checks to see if self::$db is null and if not returns it.
The code in Piwik_Tracker.disconnectDatabase calls self::$db->disconnect();
but does not set the $db to null. The code should read like so:
public static function disconnectDatabase()
{
... | Piwik_Tracker.disconnectDatabase should set self::$db to null | https://api.github.com/repos/matomo-org/matomo/issues/862/comments | 1 | 2009-07-10T18:47:20Z | 2014-07-08T10:00:55Z | https://github.com/matomo-org/matomo/issues/862 | 37,350,917 | 862 |
[
"matomo-org",
"matomo"
] | To reproduce, go to the [piwik demo](http://piwik.org/demo/index.php?module=Widgetize&action=index&idSite=1&period=day&date=yesterday), select a widget, and click on export anywhere.
We contacted clearspring a while ago but no answer [see forum post](http://www.clearspring.com/forum/viewtopic.php?f=28&t=1566)
We have... | Clearspring Piwik widgets export fails with message: "Thanks for trying Launchpad On-Page. Unfortunately, your user ID is invalid. Please check it and try again." | https://api.github.com/repos/matomo-org/matomo/issues/861/comments | 2 | 2009-07-10T01:16:40Z | 2014-07-08T10:00:55Z | https://github.com/matomo-org/matomo/issues/861 | 37,350,916 | 861 |
[
"matomo-org",
"matomo"
] | Chinese search engine soso.com
According to wikipedia soso.com is the 83th most visited website in the world. (http://en.wikipedia.org/wiki/Soso.com)
Icon is attached.
Search URI is e.g.:
http://www.soso.com/q?pid=s.idx&w=piwik
Keywords: search engine
| soso.com | https://api.github.com/repos/matomo-org/matomo/issues/860/comments | 2 | 2009-07-09T17:17:47Z | 2014-07-08T10:00:55Z | https://github.com/matomo-org/matomo/issues/860 | 37,350,914 | 860 |
[
"matomo-org",
"matomo"
] | According to Wikipedia one of the biggest search engines in south korea..
search.naver.com
http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=piwik&x=0&y=0
Keywords: search engine
| search.naver.com | https://api.github.com/repos/matomo-org/matomo/issues/859/comments | 2 | 2009-07-08T23:20:18Z | 2014-07-08T10:00:55Z | https://github.com/matomo-org/matomo/issues/859 | 37,350,913 | 859 |
[
"matomo-org",
"matomo"
] | After a brand new clean install finished (no error message), if I try to login as the admin (the only user available), I get an error :
- On Safari, it tries to load "http://mywebsite/piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=today" and it ends up saying "Too many redirections
- On Firefox, ... | Clean install of Top-of-Tree ends up in a redirect loop | https://api.github.com/repos/matomo-org/matomo/issues/858/comments | 10 | 2009-07-08T21:03:41Z | 2014-07-08T10:00:54Z | https://github.com/matomo-org/matomo/issues/858 | 37,350,912 | 858 |
[
"matomo-org",
"matomo"
] | Currently detected:
- "cookie"
- Pdf
- Flash
- Windows Media Player
- Shockwave Director
- Real Player
Add:
- Silverlight
- Google Gears
Remove:
- "cookie"
Notes:
- Adobe AIR (may not be possible to detect/distinguish from Flash)
- QuickTime (removed in 0.2.35)
- Java (removed in 0.4)
See also #852.
| Changes to browser plugin detection in non-IE browsers | https://api.github.com/repos/matomo-org/matomo/issues/857/comments | 5 | 2009-07-08T07:47:19Z | 2014-07-08T10:17:44Z | https://github.com/matomo-org/matomo/issues/857 | 37,350,911 | 857 |
[
"matomo-org",
"matomo"
] | Update 2009-04-03
- http://pear.php.net/package/HTML_Common
- http://pear.php.net/package/HTML_QuickForm
| Update libs/HTML | https://api.github.com/repos/matomo-org/matomo/issues/856/comments | 1 | 2009-07-08T03:36:40Z | 2014-07-08T10:00:54Z | https://github.com/matomo-org/matomo/issues/856 | 37,350,910 | 856 |
[
"matomo-org",
"matomo"
] | Currently you can customize campaign parameters by editing config/config.ini.php and adding the following:
```
; variable name to track any campaign, for example CPC campaign
; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC' then it will be counted as a campaign referer named 'Adwords-CPC'
c... | Campaign name and keyword variable names should be defined in a list, and should include utm_* by default. | https://api.github.com/repos/matomo-org/matomo/issues/855/comments | 5 | 2009-07-07T20:04:33Z | 2014-07-08T10:14:42Z | https://github.com/matomo-org/matomo/issues/855 | 37,350,909 | 855 |
[
"matomo-org",
"matomo"
] | I'm not quite sure if this is a Bug or if I'm just misinterpreting the statistics.
The visitor count graph of July 6 tells me I had about 264 Visitors. While sum of all visitors per country shows me 26 visitors for this day.. Where is the difference coming from?
| Visitor Count != SUM(Unique visitors per Country) | https://api.github.com/repos/matomo-org/matomo/issues/854/comments | 4 | 2009-07-07T11:23:14Z | 2014-08-03T11:22:13Z | https://github.com/matomo-org/matomo/issues/854 | 37,350,908 | 854 |
[
"matomo-org",
"matomo"
] | My Piwik database is 5.9MB big and I've got an overhead of 1.1MB. How about implementing an "OPTIMIZE" routine in Piwik to avoid getting a huge overhead?
Keywords: outofscope
| Build in "OPTIMIZE" statement? | https://api.github.com/repos/matomo-org/matomo/issues/853/comments | 6 | 2009-07-06T23:46:22Z | 2014-08-03T11:30:04Z | https://github.com/matomo-org/matomo/issues/853 | 37,350,907 | 853 |
[
"matomo-org",
"matomo"
] | Hi there,
One of my visitors called and told me, that he is getting strange messages, when browsing my website. I couldn't make heads or tails of it, so i took a look at it myself.
It seems that the Real-Player triggers the Windows Vista UAC-message. I was not yet able to reproduce the error on my own machine, but it... | Disable ActiveX browser plugins in Internet Explorer | https://api.github.com/repos/matomo-org/matomo/issues/852/comments | 4 | 2009-07-06T21:59:40Z | 2014-07-08T10:17:44Z | https://github.com/matomo-org/matomo/issues/852 | 37,350,906 | 852 |
[
"matomo-org",
"matomo"
] | **Installation** redirects to "undefined". Not sure if it's a regression from the Zend_Session patch, but saw this each time I chose to delete existing tables:
```
127.0.0.1 - - [05/Jul/2009:17:23:30 -0400] "GET /index.php?action=tablesCreation&module=Installation HTTP/1.1" 200 5955 "http://localhost/index.php?action=... | Installation redirect to undefined; all_tests.php failing | https://api.github.com/repos/matomo-org/matomo/issues/851/comments | 2 | 2009-07-06T05:45:35Z | 2023-09-19T14:23:27Z | https://github.com/matomo-org/matomo/issues/851 | 37,350,904 | 851 |
[
"matomo-org",
"matomo"
] | When you drag a widget to the bottom Chrome 2.0.172.33 freezes. I know that this isn't a stable browser so I'm not certain that this is a bug in Piwik but maybe it is worth the effort to investigate.
| Drag Widget to Bottom Freezes browser | https://api.github.com/repos/matomo-org/matomo/issues/850/comments | 1 | 2009-07-03T17:29:32Z | 2014-08-03T11:22:13Z | https://github.com/matomo-org/matomo/issues/850 | 37,350,903 | 850 |
[
"matomo-org",
"matomo"
] | I found that flag of GEORGIA (this is country not a state of US) is still old. Flag has changed already 6 years since 2003.
| Wrong Flag of Georgia | https://api.github.com/repos/matomo-org/matomo/issues/849/comments | 6 | 2009-07-03T08:08:09Z | 2014-07-08T10:01:13Z | https://github.com/matomo-org/matomo/issues/849 | 37,350,902 | 849 |
[
"matomo-org",
"matomo"
] | None
| Update PclZip to 2.8 | https://api.github.com/repos/matomo-org/matomo/issues/848/comments | 1 | 2009-07-03T03:31:46Z | 2014-07-08T10:00:52Z | https://github.com/matomo-org/matomo/issues/848 | 37,350,901 | 848 |
[
"matomo-org",
"matomo"
] | The case #837 was closed without a solution and there was no feedback after I posted again. I'm also not able to re-open (access denied - this should be fixed, too).
I need to be able to fetch the flash data URL with token_auth or I cannot embed the flash in other applications like the Drupal Piwik Reports. This have ... | flash data cannot fetched with token_auth | https://api.github.com/repos/matomo-org/matomo/issues/847/comments | 5 | 2009-07-02T20:31:47Z | 2014-08-03T11:22:13Z | https://github.com/matomo-org/matomo/issues/847 | 37,350,900 | 847 |
[
"matomo-org",
"matomo"
] | After completing a install of 0.4.1 i got the following error:
Language file not found for the plugin 'ExamplePlugin'.
Backtrace:
#0 /home/content/r/u/n/runtime57/html/piwik/core/PluginsManager.php(179): Piwik_PluginsManager->loadTranslation(Object(Piwik_ExamplePlugin), 'en')
#1 /home/content/r/u/n/runtime57/html/piwi... | Language file not found for the plugin 'ExamplePlugin' | https://api.github.com/repos/matomo-org/matomo/issues/846/comments | 1 | 2009-07-02T05:06:24Z | 2014-07-08T10:00:52Z | https://github.com/matomo-org/matomo/issues/846 | 37,350,899 | 846 |
[
"matomo-org",
"matomo"
] | Under PHP 5.3 the ereg() method has been deprecated, and a number of other features are changed.
The attached diff allows Piwik to install and run under 5.3. It primarily fixes the deprecated issues in the code, BUT NOT in the Unit Tests: these currently generate a range of warnings about depracation.
Therefore this ... | PHP 5.3 generates slew of errors | https://api.github.com/repos/matomo-org/matomo/issues/845/comments | 8 | 2009-07-01T13:05:14Z | 2014-07-08T10:00:53Z | https://github.com/matomo-org/matomo/issues/845 | 37,350,898 | 845 |
[
"matomo-org",
"matomo"
] | Beside the notices that I found there is one major problem executing piwik. Calling the webinterface brings up the folling in text/plain:
The magic method __isset() must have public visibility and cannot be static
in '/var/www/htdocs/piwik.c0demonkey.com/html/libs/Zend/Config.php' at the line 184
#0 Piwik_ErrorHandl... | PHP 5.3 breaks Piwik | https://api.github.com/repos/matomo-org/matomo/issues/844/comments | 2 | 2009-06-30T23:17:03Z | 2014-07-08T10:00:51Z | https://github.com/matomo-org/matomo/issues/844 | 37,350,897 | 844 |
[
"matomo-org",
"matomo"
] | I've just compiled PHP 5.3 and took a closer look at my log. I found the following notices/warnings:
[23:13:59](30-Jun-2009) PHP Warning: syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in /var/www/htdocs/piwik.c0demonkey.com/html/config/global.ini.php on line 145
in /var/www/htdo... | PHP 5.3 is throwing some notices | https://api.github.com/repos/matomo-org/matomo/issues/843/comments | 4 | 2009-06-30T23:15:43Z | 2014-07-08T10:00:51Z | https://github.com/matomo-org/matomo/issues/843 | 37,350,896 | 843 |
[
"matomo-org",
"matomo"
] | Currently we only display unique visitors per day. We could run the query to also process this number across all logs for weeks and month. This might interfere with log purging, eg. if we purge logs that are older than 2 weeks, we are not able to process uniques for the month anymore.
| Display unique visitors per week and month | https://api.github.com/repos/matomo-org/matomo/issues/842/comments | 5 | 2009-06-30T20:29:41Z | 2014-07-08T10:16:37Z | https://github.com/matomo-org/matomo/issues/842 | 37,350,895 | 842 |
[
"matomo-org",
"matomo"
] | It seems, that piwik has some troubles with php version 5.2.10.
We updated today 2 of our servers from php 5.2.0 to 5.2.10.
Now when i want to login into my piwik installation (0.4.1), these messages are visible (and nothing more!) - real website address is changed:
Declaration of Piwik_Event_Notification::increaseNo... | Piwik not compatible w php 5.2.10? | https://api.github.com/repos/matomo-org/matomo/issues/841/comments | 6 | 2009-06-30T20:07:42Z | 2014-07-08T10:00:51Z | https://github.com/matomo-org/matomo/issues/841 | 37,350,894 | 841 |
[
"matomo-org",
"matomo"
] | Hi,
I am new to piwik - first of all, great tool. I would like to see, if I can help you ;)
When I add the live! widget, I have two buttons at the button. When I press the "play"-Button, the websites duplicates and stops working. Please see attached screenshot for more informations.
Thanks,
Michael
| Live Widget duplicates website | https://api.github.com/repos/matomo-org/matomo/issues/840/comments | 2 | 2009-06-30T16:22:49Z | 2014-07-08T10:16:41Z | https://github.com/matomo-org/matomo/issues/840 | 37,350,892 | 840 |
[
"matomo-org",
"matomo"
] | maze reports on the [forum](http://forum.piwik.org/index.php?showtopic=1142):
```
Open Flash Chart
JSON Parse Error [Bad Object]
Error at character 10209, line 255:
252: "grid-colour": "#E0E1E4",253: "min": 0,254: "max": 2.0e+5,
```
While OFC can't handle the e-notation, we should be sending an int instead of a flo... | JSON Parse Error | https://api.github.com/repos/matomo-org/matomo/issues/839/comments | 1 | 2009-06-29T06:40:05Z | 2014-07-08T10:04:45Z | https://github.com/matomo-org/matomo/issues/839 | 37,350,891 | 839 |
[
"matomo-org",
"matomo"
] | **LiveOverView Plugin**
```
* When installed, the plugin will add 4 widgets to piwik.
```
1. Overview: Visits over xx minutes
Shows all Visitors of the given value of minutes. So you can see who is on your page at the last f.e. 30 minutes like "Who is online"
2. Overview: Visits over xx Days
Shows all Visitors o... | LiveOverView Plugin | https://api.github.com/repos/matomo-org/matomo/issues/838/comments | 14 | 2009-06-28T22:38:00Z | 2014-07-08T10:16:41Z | https://github.com/matomo-org/matomo/issues/838 | 37,350,890 | 838 |
[
"matomo-org",
"matomo"
] | If I call the flash applets with token_auth=anonymous they are shown nevertheless anonymous do not have view permissions.
If I do the same with JSON api call access is blocked.
Repro:
1. Log into Piwik website (now you are authenticated with your "adminstrator")
2. Request JSON data with token_auth=anonymous
3. You ... | token_auth authentication bypass | https://api.github.com/repos/matomo-org/matomo/issues/837/comments | 3 | 2009-06-28T22:13:03Z | 2014-08-03T11:22:12Z | https://github.com/matomo-org/matomo/issues/837 | 37,350,889 | 837 |
[
"matomo-org",
"matomo"
] | I'm not sure if the German translators have read what they have written there, but they should read all again...
For e.g. the doc link to manual update page (sorry I cannot remember this word - I have never heard it before.. Something that should be "Dokumentation", but was "Dokumentueration" oder something like this.... | German translation bugs | https://api.github.com/repos/matomo-org/matomo/issues/836/comments | 19 | 2009-06-28T22:02:16Z | 2014-08-03T11:22:12Z | https://github.com/matomo-org/matomo/issues/836 | 37,350,887 | 836 |
[
"matomo-org",
"matomo"
] | I have integrated the flash widgets into Drupal reports pages, but I'm not able to show them translated. Please provide a parameter for the API calls that give me the charts back in German or other languages. Something like "language" would be great with ISO values like "de", "fr", etc.
The only string I can get the h... | Provide language param for widgets calls to select the language to show reports | https://api.github.com/repos/matomo-org/matomo/issues/835/comments | 1 | 2009-06-28T21:54:35Z | 2014-07-08T10:00:49Z | https://github.com/matomo-org/matomo/issues/835 | 37,350,886 | 835 |
[
"matomo-org",
"matomo"
] | Just got an entry in my log from a setooz.com crawler robot. This is a search engine not yet listed in SearchEngines.php.
There are at least 13 URLs to add:
bg.setooz.com
el.setooz.com
et.setooz.com
lv.setooz.com
lt.setooz.com
hu.setooz.com
no.setooz.com
pl.setooz.com
sk.setooz.com
fi.setooz.com
sv.setooz.com
tr.setoo... | setooz.com | https://api.github.com/repos/matomo-org/matomo/issues/834/comments | 3 | 2009-06-28T17:20:25Z | 2014-07-08T10:00:55Z | https://github.com/matomo-org/matomo/issues/834 | 37,350,885 | 834 |
[
"matomo-org",
"matomo"
] | logger_file_path, compile_dir, and cache_dir are assumed to be paths relative to the Piwik document root (ie PIWIK_INCLUDE_PATH). In 0.4, the relative path requirement was made explicit since earlier versions of Piwik allowed users to use an absolute path for compile_dir and cache_dir, but not logger_file_path. (inco... | Allow absolute path when relocating tmp folder outside Piwik document root | https://api.github.com/repos/matomo-org/matomo/issues/833/comments | 1 | 2009-06-28T16:37:34Z | 2014-07-08T10:00:48Z | https://github.com/matomo-org/matomo/issues/833 | 37,350,884 | 833 |
[
"matomo-org",
"matomo"
] | After the update to 0.4.1 (from 0.4) i get the following error if i try to go to my piwik homepage:
the $compile_dir '/var/www/web151/html/_statistik.trumpkin.de//var/www/web151/phptmp/templates_c' does not exist, or is not a directory.
Backtrace:
#0 /var/www/web151/html/_statistik.trumpkin.de/libs/Smarty/internals/c... | $compile_dir error after update | https://api.github.com/repos/matomo-org/matomo/issues/832/comments | 4 | 2009-06-28T12:36:26Z | 2014-08-03T11:22:12Z | https://github.com/matomo-org/matomo/issues/832 | 37,350,883 | 832 |
[
"matomo-org",
"matomo"
] | On my Gentoo-System i've ran into a problem with [archive.sh](source:tags/0.4.1/misc/cron/archive.sh) as there is no binary named "php5" available.
Attached you can find a patch for this issue. The new patch searches for a binary named "php". If there is no "php5" and no "php" available, then it fails with a message.
... | Patching archive.sh for other names of php-binaries than "php5" | https://api.github.com/repos/matomo-org/matomo/issues/831/comments | 7 | 2009-06-26T13:26:09Z | 2014-07-08T10:00:48Z | https://github.com/matomo-org/matomo/issues/831 | 37,350,882 | 831 |
[
"matomo-org",
"matomo"
] | When I click on the website selector, the list opens but there is no background, so the text mangles with the text "Piwik 0.4.1 is a collaborative project...", s. screenshot
The list is shown below all widgets, too. Therefore, I cannot select those domains.
| Website selector is shown below other elements | https://api.github.com/repos/matomo-org/matomo/issues/830/comments | 15 | 2009-06-26T10:59:13Z | 2014-07-08T10:00:48Z | https://github.com/matomo-org/matomo/issues/830 | 37,350,881 | 830 |
[
"matomo-org",
"matomo"
] | archive.sh is normally run via cron so the output is sent by email. These normal status messages are not very useful IMHO but get annoying when received every day.
This patch prevents sending out mails:
--- archive.sh.old 2009-06-26 09:55:24.000000000 +0200
+++ archive.sh 2009-06-26 09:55:40.000000000 +0200
@@ ... | misc/cron/archive.sh shouldn´t cause mails to be sent out | https://api.github.com/repos/matomo-org/matomo/issues/829/comments | 3 | 2009-06-26T10:02:19Z | 2014-07-08T10:00:47Z | https://github.com/matomo-org/matomo/issues/829 | 37,350,880 | 829 |
[
"matomo-org",
"matomo"
] | I just tried to use Zend's session namespaces in a plugin, and failed. As it seems, the usage of session_start and of $_SESSION in Piwik prevents plugins from using this.
The attached patch should apply cleanly against 0.4.1, I replaced every occurance of $_SESSION with a new Zend session namespace named after the core... | Piwik should use Zend's session handling | https://api.github.com/repos/matomo-org/matomo/issues/828/comments | 13 | 2009-06-25T16:55:19Z | 2014-07-08T10:00:59Z | https://github.com/matomo-org/matomo/issues/828 | 37,350,878 | 828 |
[
"matomo-org",
"matomo"
] | If an entry in SearchEngines.php has multiple keyword parameters, this can be done by putting them into an array. But the path to the search engines result page only allows one uri what could lead to search engine results without any hits.
Proposal:
Allow an array as third parameter.
Example:
'www.allesklar.de' => ar... | Unable to define multiple paths in SearchEngines.php | https://api.github.com/repos/matomo-org/matomo/issues/827/comments | 1 | 2009-06-25T13:52:45Z | 2014-07-08T10:00:47Z | https://github.com/matomo-org/matomo/issues/827 | 37,350,877 | 827 |
[
"matomo-org",
"matomo"
] | Line 20 should be something like:
SearchEngineDomain => array( SearchEnginesName, KeywordParameter(s) [PathContainingTheKeyword](,) [CharsetUsedBySearchEngine](,) )
A link to the faq would be nice, too:
http://piwik.org/faq/general/#faq_39
Keywords: search engines
| Outdated documentation in SearchEngines.php | https://api.github.com/repos/matomo-org/matomo/issues/826/comments | 2 | 2009-06-25T13:16:18Z | 2014-07-08T10:00:46Z | https://github.com/matomo-org/matomo/issues/826 | 37,350,874 | 826 |
[
"matomo-org",
"matomo"
] | It would be ideal to have event hooks to cater for existing users, that we can add additional functionality too.
```
Index: core/Tracker/Visit.php
===================================================================
--- core/Tracker/Visit.php (revision 2)
+++ core/Tracker/Visit.php (working copy)
@@ -148,6 +148,9 @@
... | Adding event hook for existing users: | https://api.github.com/repos/matomo-org/matomo/issues/825/comments | 5 | 2009-06-25T12:30:53Z | 2014-07-08T10:00:58Z | https://github.com/matomo-org/matomo/issues/825 | 37,350,873 | 825 |
[
"matomo-org",
"matomo"
] | Patch from crowbot:
I've done a bit more work on trying to isolate this bug, using the same data set as frabcus. I've had some success in tracking it down further, and got a fix but not a definitive answer as to what the issue is.
Basically, the Actions plugin in piwik makes nested arrays to represent different 'acti... | Bugging out with deeply nested action urls | https://api.github.com/repos/matomo-org/matomo/issues/824/comments | 5 | 2009-06-24T18:02:26Z | 2014-07-08T10:00:46Z | https://github.com/matomo-org/matomo/issues/824 | 37,350,872 | 824 |
[
"matomo-org",
"matomo"
] | Hi,
today I want to open the statistics page and got the following error:
Declaration of Piwik_Event_Notification::increaseNotificationCount() should be compatible with that of Event_Notification::increaseNotificationCount()
in '/homepages/5/d199283295/htdocs/piwik/core/PluginsManager.php' at the line 509
#0 Piwik_... | 0.4: control panel | https://api.github.com/repos/matomo-org/matomo/issues/823/comments | 2 | 2009-06-24T10:14:13Z | 2014-07-08T10:00:46Z | https://github.com/matomo-org/matomo/issues/823 | 37,350,871 | 823 |
[
"matomo-org",
"matomo"
] | When trying to detect if we have a campaign keyword, the code calls
Piwik_Common::getParameterFromQueryString($this->currentUrlParse['query'], $campaignKeywordVariableName);
the $urlQuery is: ariba_campaign=Adwords-CPC&ariba_kwd=My killer keyword
and the $parameter is ariba_kwd
Note that the & was inserted wh... | fail extracting campaign keyword | https://api.github.com/repos/matomo-org/matomo/issues/822/comments | 1 | 2009-06-22T20:54:29Z | 2023-08-13T20:15:22Z | https://github.com/matomo-org/matomo/issues/822 | 37,350,870 | 822 |
[
"matomo-org",
"matomo"
] | Hi,
I just upgraded to PHP 5.2.10 (from 5.2.9) and now I get the following error accessing piwik:
```
Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log()
in '/path/to/piwik/core/Log/APICall.php' at the line 52
```
Here's the stack trace:
```
#0 Piwik_ErrorHandler(2048, Decla... | Incompatible method declaration in Piwik_Log_APICall | https://api.github.com/repos/matomo-org/matomo/issues/821/comments | 7 | 2009-06-22T11:24:02Z | 2014-07-08T10:00:45Z | https://github.com/matomo-org/matomo/issues/821 | 37,350,869 | 821 |
[
"matomo-org",
"matomo"
] | If empty result set you cannot retrieve the columns, see modified code below
```
/**
* Returns columns names to display, in order.
* If no columns were specified to be displayed, return all columns found in the first row.
* @param array PHP array conversion of the data table
... | Piwik_ViewDataTable: $this->dataTable->getFirstRow() returns false and attempts to access getColumns() | https://api.github.com/repos/matomo-org/matomo/issues/820/comments | 1 | 2009-06-21T19:58:47Z | 2014-07-08T10:00:45Z | https://github.com/matomo-org/matomo/issues/820 | 37,350,868 | 820 |
[
"matomo-org",
"matomo"
] | php overloading is a misnomer; propose we use func_get_args
http://forum.piwik.org/index.php?showtopic=1108
are there any known issues with Piwik v0.4 and PHP v5.2.10?
Accessing Piwik I get:
Declaration of Piwik_Event_Notification::increaseNotificationCount() should be compatible with that of Event_Notification::inc... | php 5.2.10 error message re: incompatible function override | https://api.github.com/repos/matomo-org/matomo/issues/819/comments | 2 | 2009-06-21T07:33:29Z | 2014-07-08T10:00:46Z | https://github.com/matomo-org/matomo/issues/819 | 37,350,867 | 819 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.