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 made a new installation (0.2.9) at following server-config: apache => 2.2.6 php => 5.2.6 mysql => 5.0.58 The installprozess ends with no errors. I can login and look at all site without an error. I installed the correct javascript-code at my site. And I have some traffic at this site - cause google-stats told me tha...
new installation doesn't collect any data
https://api.github.com/repos/matomo-org/matomo/issues/5738/comments
20
2008-07-29T09:44:57Z
2014-07-08T10:17:41Z
https://github.com/matomo-org/matomo/issues/5738
37,356,453
5,738
[ "matomo-org", "matomo" ]
If I insert an iframe like this: ``` <iframe src="http://domain.com/index.php?module=Widgetize&action=iframe&moduleToWidgetize=VisitFrequency&actionToWidgetize=index&idSite=' . $piwik_settings->piwik_site_id . '&period=' . $period . '&date=today&showDataTableFooter=0&token_auth=' . $tmp_piwik_auth . '" width="450" hei...
"Cannot modify header information" when using iframe
https://api.github.com/repos/matomo-org/matomo/issues/5737/comments
4
2008-07-25T07:57:50Z
2014-07-08T10:17:41Z
https://github.com/matomo-org/matomo/issues/5737
37,356,452
5,737
[ "matomo-org", "matomo" ]
Calling the API with idSite=all and a period range results in the following error: `````` PHP Fatal error: Call to a member function getTableArchiveNumericName() on a non-object in /piwik/modules/Archive/Array/IndexedBySite.php on line 55``` The stack trace is as follows: `````` Backtrace -->#0 Piwik_ErrorHandler...
Calling API with idSite=All and a period range like last30 results in an error
https://api.github.com/repos/matomo-org/matomo/issues/5736/comments
10
2008-07-23T23:44:10Z
2014-07-08T10:17:41Z
https://github.com/matomo-org/matomo/issues/5736
37,356,449
5,736
[ "matomo-org", "matomo" ]
In api reference i have seen this line you can also specify a list of idSites comma separated, eg. idSite=1,4,5,6 but its not working for me,I want to use list of idsites in iframe code but it shows me error so can anyone help me? My code is as below &lt;iframe width="500" scrolling="no" height="260" frameborder="0" ...
Problem in list of idSites with iframe code
https://api.github.com/repos/matomo-org/matomo/issues/5735/comments
1
2008-07-23T13:21:11Z
2014-08-03T11:18:53Z
https://github.com/matomo-org/matomo/issues/5735
37,356,448
5,735
[ "matomo-org", "matomo" ]
While testing the API with idSite=all on my development instance I noticed that calling any API function with idSite=all results in an error when there is only one site. Specifically, I get the following Error: ``` Recoverable Error: Argument 1 passed to Piwik_Date::isEarlier() must be an instance of Piwik_Date, null...
API Request with idSite=all Throws Exception When There is Only One Site
https://api.github.com/repos/matomo-org/matomo/issues/5734/comments
3
2008-07-23T07:28:04Z
2014-07-08T10:17:40Z
https://github.com/matomo-org/matomo/issues/5734
37,356,447
5,734
[ "matomo-org", "matomo" ]
Smarty::include(tmp/templates_c\%%DF^DF8^DF8D327D%%structure.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory
Smarty Missing Files on Windows Installation?
https://api.github.com/repos/matomo-org/matomo/issues/5733/comments
2
2008-07-22T19:34:49Z
2014-07-08T10:17:40Z
https://github.com/matomo-org/matomo/issues/5733
37,356,446
5,733
[ "matomo-org", "matomo" ]
For legal reasons some websites cannot log IP addresses of website visitors. This may be due to privacy restrictions or other legal issues. Is it possible to disable IP address logging in piwik? If not this would be a great feature to add. Anonymized IP address be recorded in the database as "0".
Option to disable IP address logging
https://api.github.com/repos/matomo-org/matomo/issues/5732/comments
7
2008-07-22T07:21:01Z
2014-07-08T10:17:40Z
https://github.com/matomo-org/matomo/issues/5732
37,356,444
5,732
[ "matomo-org", "matomo" ]
We haven't tested this feature yet: we should check that the number of discint campaigns, done in Referers.php` $numberOfDistinctCampaigns = count($interestByCampaign);` returns the right number of unique campaigns.
Check that number of distinct campaigns is correct
https://api.github.com/repos/matomo-org/matomo/issues/5731/comments
0
2008-07-21T01:15:06Z
2008-12-22T09:27:16Z
https://github.com/matomo-org/matomo/issues/5731
37,356,443
5,731
[ "matomo-org", "matomo" ]
I am using us_ascii as the default character set. I get the following error on the piwik.php logging script: ``` Uncaught exception: 'Error query: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (ascii_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation '='' More information In /Users/...
When database collation is not the default, mysql error "Illegal mix of collations"
https://api.github.com/repos/matomo-org/matomo/issues/5730/comments
3
2008-07-20T23:51:14Z
2014-07-08T10:17:40Z
https://github.com/matomo-org/matomo/issues/5730
37,356,442
5,730
[ "matomo-org", "matomo" ]
Solution provided by bruno costa: Your header looks very similar to ours, we just have a few extra parameters. header("Content-Type: application/vnd.ms-excel"); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("content-disposition: attachment;filename=keywords.csv"); T...
CSV export doesn't support UTF8 characters
https://api.github.com/repos/matomo-org/matomo/issues/5729/comments
1
2008-07-20T23:13:08Z
2014-07-08T10:17:39Z
https://github.com/matomo-org/matomo/issues/5729
37,356,441
5,729
[ "matomo-org", "matomo" ]
What I can see from code is that passwords are hashed with md5, but without a salt. That's not secure enough, take look at here: http://ilia.ws/archives/68-MD5-Dictionary-Attacks.html See also the request to use different salts for different hashes: #3051
Passwords: use better algorithm than md5 hash, use salts and maintain BC
https://api.github.com/repos/matomo-org/matomo/issues/5728/comments
52
2008-07-19T18:36:19Z
2016-12-07T18:48:56Z
https://github.com/matomo-org/matomo/issues/5728
37,356,440
5,728
[ "matomo-org", "matomo" ]
Piwik could integrate an "open source feedburner" that would be a proxy between the original feed URL and the visitor. This proxy could then track data about visitors, what articles are clicked on, etc. Building such a set of features is not easy, as the code has to deal with lots of edge cases in feed parsing (lots o...
Simple RSS feed tracking: Open Source Feedburner
https://api.github.com/repos/matomo-org/matomo/issues/5727/comments
7
2008-07-19T17:33:12Z
2024-09-13T09:13:19Z
https://github.com/matomo-org/matomo/issues/5727
37,356,439
5,727
[ "matomo-org", "matomo" ]
The data is already available in the archives for the following fields: - time per page - entry pages - exit pages - We should also display bounce rate. We could add the reports in the Actions > Pages. This hasn't been done in the first place for simplicity of the UI and usability. How should we include this new data ...
Add entry / exit / time per page URL in the Actions > Pages report
https://api.github.com/repos/matomo-org/matomo/issues/5726/comments
6
2008-07-17T02:17:21Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/5726
37,356,437
5,726
[ "matomo-org", "matomo" ]
OS: Mac OSX 10.5.3 php: 5.2.5 Seems like the behavior of realpath is changed post 5.2.4 by the Suhosin to avoid possible exploitations on some platforms. Real path returns true if the file doesn;t exist. Will have to check for file existence before calling realpath. Reference: http://in.php.net/manual/en/function...
Init breaks on php 5.2.4 or above due to malfunctioning of realpath
https://api.github.com/repos/matomo-org/matomo/issues/5725/comments
2
2008-07-16T11:33:12Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/5725
37,356,436
5,725
[ "matomo-org", "matomo" ]
Piwik's Trac installation isn't protected against spammers. To see some examples, you can go to [5496]. Keywords: spam
SPAM in Piwik.org Trac
https://api.github.com/repos/matomo-org/matomo/issues/5724/comments
0
2008-07-15T16:40:28Z
2009-08-14T10:03:29Z
https://github.com/matomo-org/matomo/issues/5724
37,356,435
5,724
[ "matomo-org", "matomo" ]
I just installed Piwik, everything ran smoothly and then BAM! upon trying to login, I receive this error: a{color:red;} Uncaught exception: 'Adapter name must be specified in a string.' More information In /home/.hummingbird/shockhorror/pixelsplash.net/piwik/libs/Zend/Db.php on line 165 Backtrace: #0 /home/.hummingbir...
Uncaught exception: Adapter name must be specified in a string
https://api.github.com/repos/matomo-org/matomo/issues/5723/comments
1
2008-07-14T12:45:04Z
2014-08-03T11:18:53Z
https://github.com/matomo-org/matomo/issues/5723
37,356,434
5,723
[ "matomo-org", "matomo" ]
Hi, With piwik 0.2.5 i'm not able to create a new user and an anonymous user. Changed aren't stored when i create a new user. I can't give "view" right to anonymous user. No error message, same problem with IE and FF.
Unable to create anonymous user
https://api.github.com/repos/matomo-org/matomo/issues/5722/comments
1
2008-07-13T15:11:25Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/5722
37,356,433
5,722
[ "matomo-org", "matomo" ]
The current Javascript and tagging allows Urls up to 2083 Bytes with IE6 and IE7. They can not GET longer Urls... Once piwik uses more variables to track customizable user / page /etc.- segmentation, this might become a problem. Current implementations of professional tools have the same limitations in their Javascript...
Allow POST instead of GET in piwik.php
https://api.github.com/repos/matomo-org/matomo/issues/5721/comments
5
2008-07-13T10:31:03Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/5721
37,356,432
5,721
[ "matomo-org", "matomo" ]
in the line 67,the comment says it will generate day for the last 31 days ,but the $daysToCompute is inited to 1.
misc/generateVisits.php only generate data for one day?
https://api.github.com/repos/matomo-org/matomo/issues/5720/comments
0
2008-07-12T04:33:17Z
2009-08-14T10:03:39Z
https://github.com/matomo-org/matomo/issues/5720
37,356,431
5,720
[ "matomo-org", "matomo" ]
I have installed this on a linux server and got it to work, however I'm unable to install on windows. After I upload the files and update my config, then try to access the index file for installation I get the below text and that's it. Also, I have correct permissions setup on the piwik folder. session_start() [funct...
Installing on Windows IIS
https://api.github.com/repos/matomo-org/matomo/issues/5719/comments
1
2008-07-11T22:44:34Z
2014-08-03T11:18:53Z
https://github.com/matomo-org/matomo/issues/5719
37,356,430
5,719
[ "matomo-org", "matomo" ]
On each request to the Dashboard I get several of the following errors: "Non-static method Piwik_Visualization_OpenFlashChart::esc() should not be called statically, assuming $this from incompatible context" The errors occur from the calls on lines 1277, 1289, 1295, 1301, 1302, 1427, 1439, and 1445. The issue is tha...
"Non-static method Piwik_Visualization_OpenFlashChart::esc() should not be called statically, assuming $this from incompatible context"
https://api.github.com/repos/matomo-org/matomo/issues/5718/comments
2
2008-07-10T05:47:54Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/5718
37,356,429
5,718
[ "matomo-org", "matomo" ]
I just updated to r551 and noticed am getting the following error: Smarty error: unable to read resource: "Home/templates/header.tpl" The call is on line 55 of Home/templates/index.tpl. From looking at [changeset 551](http://dev.piwik.org/trac/changeset/551#file1) it appears header.tpl is a new file that Matt just fo...
Missing Template File: Home/templates/header.tpl
https://api.github.com/repos/matomo-org/matomo/issues/5717/comments
1
2008-07-10T04:31:19Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/5717
37,356,428
5,717
[ "matomo-org", "matomo" ]
We need to get the sum of statistics data from the "beginning" which means from the moment we added site to the system (ts_created field in site table). It can be very useful for example in video plugin when we can get the sum of all video events (i.e. video_play) from the first time video appeared online. It is quite...
Add feature "operation=sum" to sum data from several periods in the API request
https://api.github.com/repos/matomo-org/matomo/issues/5716/comments
3
2008-07-10T00:53:35Z
2014-08-03T11:30:04Z
https://github.com/matomo-org/matomo/issues/5716
37,356,427
5,716
[ "matomo-org", "matomo" ]
From user: "I installed Piwik in Windows XAMPP server, everything was painless. However, mysqld shows 100% cpu utilization as soon as I tried to view any report. It literally brings the entire server down to its knees. I found something about croning nightly archiving but I couldn't get the archiv.sh to run as my serve...
New documentation: how to setup scheduled task on windows for the nightly archiving process?
https://api.github.com/repos/matomo-org/matomo/issues/5715/comments
1
2008-07-09T01:19:10Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/5715
37,356,426
5,715
[ "matomo-org", "matomo" ]
It seems piwik does not display properly the chmod commands that needs to be called on linux boxes to fix permissions problems (displays duplicate path string in a line - see screenshot). Keywords: installation
installation error
https://api.github.com/repos/matomo-org/matomo/issues/5714/comments
3
2008-07-08T18:40:24Z
2014-07-08T10:17:38Z
https://github.com/matomo-org/matomo/issues/5714
37,356,425
5,714
[ "matomo-org", "matomo" ]
If there isn't a button to show the unique visitors without the crawlers and bots, then there should be one. Or show the data with the crawlers/bots in a special column. Sorry, if I got something wrong, but then I would like to know what. Thanks.
search engine crawlers
https://api.github.com/repos/matomo-org/matomo/issues/5713/comments
1
2008-07-08T16:31:11Z
2014-08-03T11:18:53Z
https://github.com/matomo-org/matomo/issues/5713
37,356,424
5,713
[ "matomo-org", "matomo" ]
Think of site compare mode, similar to Period compare mode (#291), but comparing 2 sites data. Depends on #397: graph to plot multiple lines Keywords: outofscope
Site compare mode.
https://api.github.com/repos/matomo-org/matomo/issues/5712/comments
1
2008-07-08T00:40:01Z
2014-08-03T11:30:04Z
https://github.com/matomo-org/matomo/issues/5712
37,356,423
5,712
[ "matomo-org", "matomo" ]
This feature is important to web marketers and to a web analytics solution in general. The user should be able to select two periods to compare in the Piwik UI. The graphs, tables, sparklines, texts, would show values for both periods as well as the % of evolution.
Compare data for two different dates in tables, charts and reports
https://api.github.com/repos/matomo-org/matomo/issues/5711/comments
14
2008-07-08T00:39:00Z
2019-09-30T17:19:47Z
https://github.com/matomo-org/matomo/issues/5711
37,356,421
5,711
[ "matomo-org", "matomo" ]
New features: - compare periods mode - we can choose 1 date & period (normal mode) or 2 dates & periods (compare mode, #291) that we pass then in url vars: period, date, period_compare, period_date - google analytics got a quite good interface that we can look up to Improve: - one javascript "popup" for both choosin...
Create a new calendar interface in javascript
https://api.github.com/repos/matomo-org/matomo/issues/5710/comments
2
2008-07-08T00:33:04Z
2014-07-08T10:17:36Z
https://github.com/matomo-org/matomo/issues/5710
37,356,420
5,710
[ "matomo-org", "matomo" ]
DataTable_Compare must support: - comparing any number of tables of anything (i.e. keywords, browsers, visits) by anything (in fact for now we can think of site and period) - compare search engines keywords of 3 sites - compare number of page visitors and hits in 2 different periods interface: - displaying 2 or mo...
implement DataTable_Compare
https://api.github.com/repos/matomo-org/matomo/issues/5709/comments
1
2008-07-08T00:17:47Z
2014-07-08T10:17:36Z
https://github.com/matomo-org/matomo/issues/5709
37,356,419
5,709
[ "matomo-org", "matomo" ]
Create interactive site chooser. See attachment. How should it work? 1. when you click on dropdown menu it shows list of sites from piwik installation and and one special item (the first one) called "Search..." 2. when you click "Search..." we transform dropdown menu (select) into input text box 3. in input box we go...
UI: Provide a site selector that would scale to thousands of websites (inline search, auto suggest, ajax)
https://api.github.com/repos/matomo-org/matomo/issues/5708/comments
25
2008-07-07T23:25:20Z
2014-07-08T10:17:36Z
https://github.com/matomo-org/matomo/issues/5708
37,356,416
5,708
[ "matomo-org", "matomo" ]
create topmenu in piwik, similiar to google (see attachment) Keywords: menu
create topmenu
https://api.github.com/repos/matomo-org/matomo/issues/5707/comments
7
2008-07-07T22:52:46Z
2014-07-08T10:17:35Z
https://github.com/matomo-org/matomo/issues/5707
37,356,414
5,707
[ "matomo-org", "matomo" ]
It is not clear at the moment what the different sections are. We should really have: - APIs *Plugins development *Core development - Other
Clean homepage dev.piwik.org
https://api.github.com/repos/matomo-org/matomo/issues/5706/comments
0
2008-07-06T19:42:19Z
2008-10-10T17:10:09Z
https://github.com/matomo-org/matomo/issues/5706
37,356,413
5,706
[ "matomo-org", "matomo" ]
We have to update http://dev.piwik.org/trac/wiki/AboutPiwik and link to the more important tickets, and list the more important features we will tackle next. This page should represent the vision for the project.
Write a global roadmap summary
https://api.github.com/repos/matomo-org/matomo/issues/5705/comments
2
2008-07-06T19:40:10Z
2014-08-03T11:18:53Z
https://github.com/matomo-org/matomo/issues/5705
37,356,412
5,705
[ "matomo-org", "matomo" ]
we should use the same 5 colors logo in all locations: login screen, main UI, TRAC image
Use the same Piwik logo everywhere.
https://api.github.com/repos/matomo-org/matomo/issues/5704/comments
1
2008-07-06T19:37:50Z
2014-07-08T10:17:35Z
https://github.com/matomo-org/matomo/issues/5704
37,356,411
5,704
[ "matomo-org", "matomo" ]
At the moment, users can only export widgets if they have made their statistics publicly available. Often, people would be happy to share their number of visits (and show the evolution graph over the last 30 days for example), but they don't want to share other data (keywords, referers, etc.). At the moment widgets ar...
Widgetize: giving access to everybody to view a specific widget (token_auth on a per widget basis)
https://api.github.com/repos/matomo-org/matomo/issues/5703/comments
14
2008-07-06T19:34:34Z
2024-09-13T09:13:19Z
https://github.com/matomo-org/matomo/issues/5703
37,356,410
5,703
[ "matomo-org", "matomo" ]
We should have a language select box in the top menu bar in the Piwik UI. - language preference would be saved for each user - for anonymous, defaults to the default language - when changing the language, we set a cookie containing the last selected language. This would overwrite the default language for this user.
Language selection UI
https://api.github.com/repos/matomo-org/matomo/issues/5702/comments
1
2008-07-06T19:07:37Z
2014-07-08T10:17:34Z
https://github.com/matomo-org/matomo/issues/5702
37,356,409
5,702
[ "matomo-org", "matomo" ]
Currently, it is possible to export Piwik widgets in blogs, websites, and on services such as iGoogle or Netvibes. However the feature is not available in the Piwik UI. We should make it easy for everybody to use Piwik widgets: - prepare a page that lists all widgets - below each widget, provide - code to embed in b...
Widgets: Piwik widgets easier to export, user friendly UI
https://api.github.com/repos/matomo-org/matomo/issues/5701/comments
2
2008-07-06T18:59:47Z
2014-07-08T10:17:34Z
https://github.com/matomo-org/matomo/issues/5701
37,356,408
5,701
[ "matomo-org", "matomo" ]
It's hard to write a good developer documentation. Examples are easier to understand and to maintain. We will write a number of plugins, that each uses one feature of Piwik: - ExampleDBAccess - ExampleFeedburner - ExampleWidget - ExampleEditMenu - Other features to cover in example plugins: API, plotting data, recordin...
Developer doc: build very simple example plugins
https://api.github.com/repos/matomo-org/matomo/issues/5700/comments
9
2008-07-06T18:42:20Z
2014-07-08T10:17:34Z
https://github.com/matomo-org/matomo/issues/5700
37,356,407
5,700
[ "matomo-org", "matomo" ]
The homepage of the admin user interface would be a dashboard, with the following widgets: - "You have X websites and Y users registered in Piwik. You are using Piwik A.B version." - "You are using the latest Piwik version." "The latest Piwik version is A.B. Update now!" - "Register to the security newsletter." - "Feat...
Build a community dashboard in the admin interface
https://api.github.com/repos/matomo-org/matomo/issues/5699/comments
1
2008-07-06T18:31:38Z
2014-07-08T10:17:34Z
https://github.com/matomo-org/matomo/issues/5699
37,356,406
5,699
[ "matomo-org", "matomo" ]
"I know that you can look at the timeline to see recent changes, but it would be nice if each release contained a changelog file so you could easily tell what has changed in that version." How do we generate this changelog? From the SVN logs + allow manual editing? Or we can setup versioning in TRAC and copy paste th...
Changelog for each version
https://api.github.com/repos/matomo-org/matomo/issues/5698/comments
1
2008-07-04T18:38:31Z
2014-07-08T10:17:34Z
https://github.com/matomo-org/matomo/issues/5698
37,356,405
5,698
[ "matomo-org", "matomo" ]
It's very confusing to find my piwik tab when I have a bunch of tabs open since piwik does not have a unique favicon. I've made a very terrible one for my own installation and modified 2 template files. I don't expect the piwik to use my particular icon, even though I feel anything unique is better than nothing at th...
Favicon would be a nice addition to templates
https://api.github.com/repos/matomo-org/matomo/issues/5697/comments
9
2008-07-01T19:49:14Z
2017-01-19T03:51:58Z
https://github.com/matomo-org/matomo/issues/5697
37,356,404
5,697
[ "matomo-org", "matomo" ]
Installed on June 30th 2008 in the early morning. Hourly cronjob installed and running. Had no problems, but around midnight I got this error showing June 30th: "Oops problem during the request, please try again." Switched to July 1st and all shows up except the "Last Visits Graph". Any hints appreciated.
Oops… problem during the request, please try again.
https://api.github.com/repos/matomo-org/matomo/issues/5696/comments
4
2008-07-01T11:42:01Z
2014-08-03T11:18:53Z
https://github.com/matomo-org/matomo/issues/5696
37,356,403
5,696
[ "matomo-org", "matomo" ]
[phpMyVisites](http://www.phpmyvisites.us/) has been around for 4 years. Piwik is the new version of phpMyVisites and has been created from scratch, but using ideas and concepts from phpMyVisites. There are a lot of differences between both softwares: - UPDATE: this now also available in piwik: emails reports, PDF exp...
New Documentation: Differences between Piwik and phpMyVisites?
https://api.github.com/repos/matomo-org/matomo/issues/5695/comments
1
2008-07-01T01:48:45Z
2014-07-08T10:17:34Z
https://github.com/matomo-org/matomo/issues/5695
37,356,402
5,695
[ "matomo-org", "matomo" ]
We would like to have a map feature in Piwik, using an open source map solution. After lots of research, it seems that the best technical solution would be to use SVG maps from Wikipedia project, which are of high quality and accuracy. Here are a few links: - List of maps available through wikipedia http://en.wikip...
Plugin to show geographical (world, continent, country) maps: library integration ideas
https://api.github.com/repos/matomo-org/matomo/issues/5694/comments
8
2008-07-01T00:05:00Z
2014-07-08T10:17:33Z
https://github.com/matomo-org/matomo/issues/5694
37,356,401
5,694
[ "matomo-org", "matomo" ]
Hi, I just installed the version 0.2.3 and i have an error message when trying to access my piwik homepage : --8&lt;-----8&lt;-----8&lt;-----8&lt;-----8&lt;-----8&lt;-----8&lt;-----8&lt;-----8&lt;-----8&lt;--- Uncaught exception: 'The date '' is not correct. The date format is YYYY-MM-DD or you can also use magic ke...
problem with date format
https://api.github.com/repos/matomo-org/matomo/issues/5693/comments
2
2008-06-30T13:57:49Z
2014-07-08T10:17:33Z
https://github.com/matomo-org/matomo/issues/5693
37,356,400
5,693
[ "matomo-org", "matomo" ]
We should reconsider the current dashboard configuration. Interesting things to display: - Piwik blog last message - Piwik blog last message show extract Optional plugins: - Piwik no of downloads - Register to the newsletter - Do I have the latest version of Piwik? We could add a dashboard to the admin interface.
Review default dashboard to include Piwik related information
https://api.github.com/repos/matomo-org/matomo/issues/5692/comments
0
2008-06-30T02:39:45Z
2008-10-10T18:10:01Z
https://github.com/matomo-org/matomo/issues/5692
37,356,399
5,692
[ "matomo-org", "matomo" ]
See [source:trunk/modules/LogStats.php] The constant should be read from the config file, as this is something plugins developers may want to change to make it easy to test their changes.
VISIT_STANDARD_LENGTH constant should be set in config file
https://api.github.com/repos/matomo-org/matomo/issues/5691/comments
1
2008-06-30T02:36:56Z
2014-07-08T10:17:33Z
https://github.com/matomo-org/matomo/issues/5691
37,356,398
5,691
[ "matomo-org", "matomo" ]
Currently the XML output looks like [example](http://piwik.org/demo/?module=API&method=VisitsSummary.getVisits&idSite=1&period=week&date=last2&format=xml). To manipulate easily this data, one needs to have a "dateFrom" and a "dateTo" attribute in the XML element. Add these elements in the XML renderer, CSV.
XML output for periods: add dateFrom and dateTo attributes
https://api.github.com/repos/matomo-org/matomo/issues/5690/comments
1
2008-06-30T02:31:28Z
2014-07-08T10:17:33Z
https://github.com/matomo-org/matomo/issues/5690
37,356,397
5,690
[ "matomo-org", "matomo" ]
Currently, when showing only the top5 results in a pie chart, we display "Others" for the remaining data. However this is sometimes confusing. Usability suggests that we instead use a specific wording: - "Other websites" - "Other keywords"
'Others' should have specific wording for each data
https://api.github.com/repos/matomo-org/matomo/issues/5689/comments
1
2008-06-30T02:23:23Z
2014-07-08T10:17:33Z
https://github.com/matomo-org/matomo/issues/5689
37,356,395
5,689
[ "matomo-org", "matomo" ]
Currently the limits are hardcoded in the code (200 for root level, 50 for sub levels). This should be in a configuration file.
Move dataTable truncation limit to the configuration file
https://api.github.com/repos/matomo-org/matomo/issues/5688/comments
1
2008-06-30T02:21:42Z
2014-07-08T10:17:33Z
https://github.com/matomo-org/matomo/issues/5688
37,356,394
5,688
[ "matomo-org", "matomo" ]
It would be more elegant, it takes up too much space currently.
Top right bar should have smaller font
https://api.github.com/repos/matomo-org/matomo/issues/5687/comments
0
2008-06-30T02:18:52Z
2008-07-21T02:09:51Z
https://github.com/matomo-org/matomo/issues/5687
37,356,393
5,687
[ "matomo-org", "matomo" ]
Currently, when going to the admin without being logged admin, we see the login screen under the admin menu. Instead we want to redirect the user to the login page that would only show the login form.
Piwik login screen should be full screen in the Admin section
https://api.github.com/repos/matomo-org/matomo/issues/5686/comments
0
2008-06-30T02:18:18Z
2008-08-04T08:12:25Z
https://github.com/matomo-org/matomo/issues/5686
37,356,392
5,686
[ "matomo-org", "matomo" ]
When viewing the list of widgets on the dashboard page, we could automatically hook a "Export this widget" that would make it super easy to export any existing widget to other widgets platforms. In one click any user could view their Piwik stats from other websites.
Widgetize: add a Clearspring export to netvibes/igoogle/etc button to all widgets
https://api.github.com/repos/matomo-org/matomo/issues/5685/comments
0
2008-06-30T02:17:11Z
2008-11-28T17:04:02Z
https://github.com/matomo-org/matomo/issues/5685
37,356,391
5,685
[ "matomo-org", "matomo" ]
The goal is to provide a documentation listing the hooks that plugin developers can use to enhance Piwik. Each hook would be listed with the name, and a quick documentation of the parameters and data array (if any). Tasks to do: - decide on a naming convention for naming the hooks in Piwik #613 - how could we auto gen...
Developer doc: script to auto generate list of available hooks in piwik
https://api.github.com/repos/matomo-org/matomo/issues/5684/comments
8
2008-06-30T02:15:32Z
2014-07-08T10:17:33Z
https://github.com/matomo-org/matomo/issues/5684
37,356,390
5,684
[ "matomo-org", "matomo" ]
Make sure that the code looks good, remove all the extra useless comments. Instead rename methods so that the names are self explanatory. For example currently in trunk/modules/DataTable.php there is the initial specification of the DataTable. We shall remove the spec from comments and, if necessary (is there any valu...
Delete all useless/ out of date comments in the code
https://api.github.com/repos/matomo-org/matomo/issues/5683/comments
1
2008-06-30T02:13:35Z
2014-07-08T10:17:32Z
https://github.com/matomo-org/matomo/issues/5683
37,356,389
5,683
[ "matomo-org", "matomo" ]
This must be a problem of the filter that should be applied (Piwik_DataTable_Filter_ReplaceSummaryRowLabel) but is applied to early, or the code is incorrect. Why in Piwik_DataTable_Filter_ReplaceSummaryRowLabel do we loop over all rows instead of requesting the row with the -1 pattern directly?
Graph pie chart "other" field is labelled as -1 instead of Others
https://api.github.com/repos/matomo-org/matomo/issues/5682/comments
1
2008-06-30T02:11:46Z
2014-07-08T10:17:32Z
https://github.com/matomo-org/matomo/issues/5682
37,356,387
5,682
[ "matomo-org", "matomo" ]
All the log data is completely dependent on the timezone of the currently running server. All time data should be stored in GMT or UTC and converted to the local time only when the user views the data. As it stands, you cannot move one database to another server in a different timezone and see the same data from the ...
Date formats are not in server independant timezones
https://api.github.com/repos/matomo-org/matomo/issues/5681/comments
1
2008-06-27T02:36:35Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5681
37,356,386
5,681
[ "matomo-org", "matomo" ]
I get the error "You need to enable the PDO and PDO_MYSQL extensions in your php.ini file." followed by "Uncaught exception: 'Translation string 'Installation_SystemCheckPdoErrorHelp' not available.' " while installing piwik in the server. I used "php-5.2.6-win32-installer.msi" for installing php and "mysql-5.0.45-win...
Error on Installation > Step 2
https://api.github.com/repos/matomo-org/matomo/issues/5680/comments
10
2008-06-25T12:22:24Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5680
37,356,385
5,680
[ "matomo-org", "matomo" ]
If I try to change a password for an existing user i get the error message that a user with the email adress already exists.
Can't change password for exesting user
https://api.github.com/repos/matomo-org/matomo/issues/5679/comments
1
2008-06-19T12:09:02Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5679
37,356,384
5,679
[ "matomo-org", "matomo" ]
I updated the strings of the Catalan translation but only the ones in the "General" option were shown up on the interface. I tried to export it and reupload it and everything worked well. Keywords: translation, TranslationsAdmin, interface
New translations won't work if you don't export and reupload them
https://api.github.com/repos/matomo-org/matomo/issues/5678/comments
3
2008-06-18T23:05:58Z
2014-07-08T10:17:32Z
https://github.com/matomo-org/matomo/issues/5678
37,356,383
5,678
[ "matomo-org", "matomo" ]
hello; I'm trying to install piwik on vista / IIS 7 / php 5.2.4.4 using the index.php file. PHP is correctly installed, and the directory PHP.exe is in AND directory Piwik is in are read / write accessible to IIS server user. install error shown below. --- session_start() [function.session-start]: open(C:\varsity\...
install fails on vista / IIS 7 / php 5.2.4.4
https://api.github.com/repos/matomo-org/matomo/issues/5677/comments
1
2008-06-18T21:24:32Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5677
37,356,382
5,677
[ "matomo-org", "matomo" ]
I updated my Piwik to version 0.2.3 and downloaded the latest version of the TranslationsAdmin plugin (the one made on 9th June) and, since I'm the Catalan translator, I went to translate the new strings. I translated the new stings but **all the strings after _General_NoDataForGraph_ got deleted**. I also tried to se...
TranslationsAdmin deletes new strings
https://api.github.com/repos/matomo-org/matomo/issues/5676/comments
2
2008-06-18T13:06:17Z
2014-07-08T10:17:32Z
https://github.com/matomo-org/matomo/issues/5676
37,356,381
5,676
[ "matomo-org", "matomo" ]
I'm testing Piwik from Ukraine but it recognizes my visits as from Russian Federation. My provider is Ukrainian for sure (it is one of biggest in Ukraine) Its IP: 77.121.41.181
Ukraine recognizing as Russian Federation
https://api.github.com/repos/matomo-org/matomo/issues/5675/comments
1
2008-06-17T19:56:46Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5675
37,356,380
5,675
[ "matomo-org", "matomo" ]
I have embedded Piwik to my PHP site and I'm calling Piwik from PHP code directly. In the code Piwik checks whether file exists: ``` function Piwik_getFlagFromCode($code) { $path = 'plugins/UserCountry/flags/%s.png'; $normalPath = sprintf($path,$code); // flags not in the package ! if(!file_exists($no...
Link to country flags does not work correctly when embedding Piwik in PHP site
https://api.github.com/repos/matomo-org/matomo/issues/5674/comments
13
2008-06-13T14:54:54Z
2014-07-08T10:17:32Z
https://github.com/matomo-org/matomo/issues/5674
37,356,377
5,674
[ "matomo-org", "matomo" ]
Hello, I've created a new PHP script which calls Piwik_API_Request. I've included the token_auth variable in the call but I keep getting: ``` Array ( [result] => error [message] => You can't access this resource as it requires a 'view' access for the website id = 2. ) ``` This is part of the code: ``` define('PIWIK...
Calling API returns error message
https://api.github.com/repos/matomo-org/matomo/issues/5673/comments
2
2008-06-12T11:24:52Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5673
37,356,376
5,673
[ "matomo-org", "matomo" ]
Currently in trunk/modules/DataTable.php there is the initial specification of the DataTable. We shall remove the spec from comments and, if necessary (is there any value?) create a wiki page with the documentation/simple tutorial.
review comment/specification in DataTable.php and create a simple wiki page instead
https://api.github.com/repos/matomo-org/matomo/issues/5672/comments
1
2008-06-09T03:44:36Z
2014-07-08T10:17:31Z
https://github.com/matomo-org/matomo/issues/5672
37,356,375
5,672
[ "matomo-org", "matomo" ]
i18n is the result of the great work of several people: - mauser implementing i18n in Piwik. - Noah managing all the translators & reviewers - all the translators (more than 50 contributors!!) **We still have some work to make it perfect** - **review the english strings** We haven't really done a proper review of t...
Finish the work: polishing internationalization of Piwik (i18n)
https://api.github.com/repos/matomo-org/matomo/issues/5671/comments
4
2008-06-09T02:36:21Z
2014-07-08T10:17:31Z
https://github.com/matomo-org/matomo/issues/5671
37,356,373
5,671
[ "matomo-org", "matomo" ]
Looking at the menu code, I am now quite ashamed... See /trunk/modules/PluginsFunctions/Menu.php We need to review and rewrite this code, so the Menu is more customizable, and translatable! At the moment it seems it's the only string that is not possible to translate.
Review code the handle the menu + i18n
https://api.github.com/repos/matomo-org/matomo/issues/5670/comments
1
2008-06-09T01:29:08Z
2014-07-08T10:17:31Z
https://github.com/matomo-org/matomo/issues/5670
37,356,372
5,670
[ "matomo-org", "matomo" ]
Currently, it only works for users stored in the database. Password reminder should also work with the super user, whom information is stored in the config/config.ini.php file. It's a matter of adding this special case in the plugin logic.
Password reminder should work with super user
https://api.github.com/repos/matomo-org/matomo/issues/5669/comments
0
2008-06-09T01:11:59Z
2009-08-14T09:58:56Z
https://github.com/matomo-org/matomo/issues/5669
37,356,371
5,669
[ "matomo-org", "matomo" ]
We can customize Piwik in different ways (http://piwik.org/javascript-tag-documentation/), but we can add further options: - define an array of css class names that we do not track (outlink tracking - now we can use only default 'piwik_ignore' option) - we can do the same with 'piwik_download' and 'piwik_link' eg. Ev...
piwik.js: Add option to override special css classes to ignore
https://api.github.com/repos/matomo-org/matomo/issues/5668/comments
3
2008-06-08T20:51:51Z
2014-07-08T10:17:31Z
https://github.com/matomo-org/matomo/issues/5668
37,356,370
5,668
[ "matomo-org", "matomo" ]
Everytime I want to install piwik, the error: Fatal error: Exception thrown without a stack frame in Unknown on line 0 occurs. My conf: - Mac OS X 10.5.3 - Mamp Pro with PHP 5.2.5,
Install fail on MAMP Pro on Mac OS X 10.5.3
https://api.github.com/repos/matomo-org/matomo/issues/5667/comments
2
2008-06-08T17:46:45Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5667
37,356,369
5,667
[ "matomo-org", "matomo" ]
session_start() called even if session already started in index.php. I have fixed it temporary with the following code: ``` if (session_id() == '') session_start(); ``` If you start session in any case - this causes problem for users which are calling piwik from within their PHP with session already started. Key...
session_start() called even if session already started
https://api.github.com/repos/matomo-org/matomo/issues/5666/comments
1
2008-06-06T11:12:03Z
2014-07-08T10:17:31Z
https://github.com/matomo-org/matomo/issues/5666
37,356,368
5,666
[ "matomo-org", "matomo" ]
last1 works with day and week, but does not work with month and year - it gives last 2 entries, not 1. Example with week (works correctly): http://piwik.org/demo/?module=API&method=Referers.getKeywords&idSite=1&period=week&date=last1&format=php&filter_limit=5&prettyDisplay=1 Example with month (works incorrectly): ht...
last1 does not work with month and year
https://api.github.com/repos/matomo-org/matomo/issues/5665/comments
2
2008-06-06T10:55:47Z
2014-07-08T10:17:31Z
https://github.com/matomo-org/matomo/issues/5665
37,356,367
5,665
[ "matomo-org", "matomo" ]
For a website with 3 URLs, if we delete the last 2 URLs in the UI, and valid using the green arrow, the 2 URLs are not actually deleted.
deleting alias URLs using the admin GUI doesn't work
https://api.github.com/repos/matomo-org/matomo/issues/5664/comments
0
2008-06-04T22:45:00Z
2008-10-28T16:49:34Z
https://github.com/matomo-org/matomo/issues/5664
37,356,366
5,664
[ "matomo-org", "matomo" ]
**Task** Update javascript librairies to their latest/fastest releases: jquery, jquery plugins, swfobject. **jquery** http://feeds.feedburner.com/~r/ajaxian/~3/303858275/jquery-release-126-performance-improvements-and-dimensions-plugin-added-to-core We are using fast changing libraries in Piwik. We should try to upg...
Update jquery + jquery plugins to the last versions
https://api.github.com/repos/matomo-org/matomo/issues/5663/comments
33
2008-06-04T02:05:08Z
2014-07-08T10:17:31Z
https://github.com/matomo-org/matomo/issues/5663
37,356,364
5,663
[ "matomo-org", "matomo" ]
Whenever a site-url includes a '-' it's declined as a not valid URL. The problem is the regular expression used. I've correctd this in the attached patch (patch to version 0.2.2)
URL-checking for "sites" cant handle URLs with an '-'
https://api.github.com/repos/matomo-org/matomo/issues/5662/comments
2
2008-06-03T17:29:15Z
2014-07-08T10:17:30Z
https://github.com/matomo-org/matomo/issues/5662
37,356,363
5,662
[ "matomo-org", "matomo" ]
- See new [Tracking Campaigns](http://piwik.org/docs/tracking-campaigns/) - [URL Builder tool](http://piwik.org/docs/tracking-campaigns/url-builder/) - Official piwik campaign parameters names are now: pk_campaign and pk_kwd (consistent with cookie prefix, better than piwik_ prefix) - New FAQ: ["Does Piwik support Goog...
How to configure campaign
https://api.github.com/repos/matomo-org/matomo/issues/5661/comments
2
2008-06-03T13:54:23Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5661
37,356,361
5,661
[ "matomo-org", "matomo" ]
Since many webmasters have multi-language sites using different subdomains (like me), having the option of choosing the language for the statistics depending on the site would be great.
Per-site language selection
https://api.github.com/repos/matomo-org/matomo/issues/5660/comments
1
2008-06-01T20:44:09Z
2014-07-08T10:17:30Z
https://github.com/matomo-org/matomo/issues/5660
37,356,360
5,660
[ "matomo-org", "matomo" ]
It'd be great having the option of configuring the Anonymous user dashboard via the Admin panel, so when an anonymous user accesses Piwik, the dashboard is shown as the admin wants. Keywords: anonymous
Configure anonymous dashboard
https://api.github.com/repos/matomo-org/matomo/issues/5659/comments
3
2008-06-01T20:39:43Z
2014-07-08T10:17:30Z
https://github.com/matomo-org/matomo/issues/5659
37,356,359
5,659
[ "matomo-org", "matomo" ]
In plugins/Installation/templates/systemCheck.tpl on line 88 you try to read $infos.setTimeLimit_ok but do not define it before. Just insert on line 120 in plugins/Installation/Controller.php: $infos['setTimeLimit_ok'] = false; Otherwise you will not be able to continue installer. Keywords: installer setTimeLimit_ok
Installer: Undefined index: setTimeLimit_ok
https://api.github.com/repos/matomo-org/matomo/issues/5658/comments
0
2008-05-30T22:04:27Z
2008-06-30T01:22:41Z
https://github.com/matomo-org/matomo/issues/5658
37,356,358
5,658
[ "matomo-org", "matomo" ]
"Add a new site" clickable area is too long. See attached file. Keywords: sites
GUI bug
https://api.github.com/repos/matomo-org/matomo/issues/5657/comments
2
2008-05-30T10:43:14Z
2014-07-08T10:17:29Z
https://github.com/matomo-org/matomo/issues/5657
37,356,357
5,657
[ "matomo-org", "matomo" ]
I noticed a small glitch in 0.2.1: It's impossible to add sites with hyphens in the domain, they won't be accepted by the regex in isValidUrl(). Fix: put the hyphen at the end of the bracket expression, c.f.: http://www.php.net/manual/en/function.eregi.php#57824
Domain names with hyphens are rejected by isValidUrl()
https://api.github.com/repos/matomo-org/matomo/issues/5656/comments
1
2008-05-29T20:00:04Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5656
37,356,356
5,656
[ "matomo-org", "matomo" ]
Currently authenticating with token_auth works in all modules. We would want to restrict to API module, because there is no need for users to use this mechanism to login.
token_auth authentication should only work in the API and Widgetize
https://api.github.com/repos/matomo-org/matomo/issues/5655/comments
8
2008-05-29T05:03:24Z
2014-08-03T11:21:46Z
https://github.com/matomo-org/matomo/issues/5655
37,356,355
5,655
[ "matomo-org", "matomo" ]
When I try to install piwik i get this: ``` a{color:red;} Uncaught exception: 'SQLSTATE[42000]: Syntax error or access violation: 1142 INDEX command denied to user 'web88'@'localhost' for table 'piwik_pielstickerlog_link_visit_action'' More information In /var/www/web88/html/piwik-pielsticker/libs/Zend/Db/Statement/P...
Can not install Piwik - table creation error
https://api.github.com/repos/matomo-org/matomo/issues/5654/comments
1
2008-05-28T07:26:52Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5654
37,356,354
5,654
[ "matomo-org", "matomo" ]
I'm working on my project which uses Piwik. Call: http://megliosoft.dyndns.org:4958/pwtransl/?module=API&method=SitesManager.addSite&siteName=r9&urls=http://megliosoft.dyndns.org:4958/books/abc.html&token_auth=.... Error: &lt;?xml version="1.0" encoding="utf-8" ?>&lt;result> &lt;error message="The url 'http://megli...
Piwik does not recognize URL of site when creating new one
https://api.github.com/repos/matomo-org/matomo/issues/5653/comments
2
2008-05-27T22:36:18Z
2014-07-08T10:17:29Z
https://github.com/matomo-org/matomo/issues/5653
37,356,351
5,653
[ "matomo-org", "matomo" ]
Hi I'm a senior webmaster, with such experience webmastering (CSS, XHTML) Smarty, XML/XSL ASP.net and php. Some stuff: I'm so surprised about the high amount of css files spread all along Piwik. It makes them really hard to manage when you try to build a theme, or even changing just a property on a specified class. ...
webmastering
https://api.github.com/repos/matomo-org/matomo/issues/5652/comments
1
2008-05-26T19:31:40Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5652
37,356,350
5,652
[ "matomo-org", "matomo" ]
Here is error message (at the end) I get after random data generation: Generated 12 visits and 8 actions per visit for the 2008-05-26 Total actions: 90 Total requests per sec: 54 Time elapsed: 1.66s **Fatal error: Cannot access parent:: when current class scope has no parent** in D:\wamp\www\pwtransl\modules\Log\Mess...
Fatal error after data generation
https://api.github.com/repos/matomo-org/matomo/issues/5651/comments
1
2008-05-26T14:00:48Z
2014-07-08T10:17:27Z
https://github.com/matomo-org/matomo/issues/5651
37,356,349
5,651
[ "matomo-org", "matomo" ]
Received this error after install. Uncaught exception: 'The mysql driver is not currently installed' More information In /.../htdocs/analytic/libs/Zend/Db/Adapter/Pdo/Abstract.php on line 104 Backtrace: #0 /.../htdocs/analytic/libs/Zend/Db/Adapter/Abstract.php(228): Zend_Db_Adapter_Pdo_Abstract->_connect() #1 /.....
Uncaught exception: 'The mysql driver is not currently installed'
https://api.github.com/repos/matomo-org/matomo/issues/5650/comments
1
2008-05-22T17:19:19Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5650
37,356,347
5,650
[ "matomo-org", "matomo" ]
Our website never finishes loading and appears to be hanging when the Javascript for Piwik is added. However, there are no problems in Firefox. It doesn't seem to be a matter of a lag due to loading for the first time. When the Javascript is removed or ignored for IE7, our website loads fine.
Piwik causes IE7 to hang
https://api.github.com/repos/matomo-org/matomo/issues/5649/comments
5
2008-05-20T22:59:41Z
2014-07-08T10:17:27Z
https://github.com/matomo-org/matomo/issues/5649
37,356,346
5,649
[ "matomo-org", "matomo" ]
Please check the patch. Just a little typos on lang/en.php
A little typos on lang/en.php
https://api.github.com/repos/matomo-org/matomo/issues/5648/comments
1
2008-05-20T01:05:52Z
2014-07-08T10:17:27Z
https://github.com/matomo-org/matomo/issues/5648
37,356,345
5,648
[ "matomo-org", "matomo" ]
I tried to install piwik on a IIS 5.1 with PHP 5.2.4 and MySQL 5.0.51b. This fails every time with different errors. I tried to install on Apache, backed up the DB and moved over to a different MySQL with IIS and the installation is working. So there seems to be a bug in the installation process that is IIS specific ...
Cannot install on IIS with PHP
https://api.github.com/repos/matomo-org/matomo/issues/5647/comments
4
2008-05-18T16:58:11Z
2014-07-08T10:17:27Z
https://github.com/matomo-org/matomo/issues/5647
37,356,343
5,647
[ "matomo-org", "matomo" ]
Im trying to integrate remote JSON data in Drupal, but the Piwik API seems to miss something here. It looks like the piwik server needs to help us on cross domain requests (http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/). Here you can see how this works with Flickr: http://api.flickr.com/services/fee...
Cannot call remote JSON from with jQuery
https://api.github.com/repos/matomo-org/matomo/issues/5646/comments
1
2008-05-18T16:31:20Z
2014-07-08T10:17:27Z
https://github.com/matomo-org/matomo/issues/5646
37,356,342
5,646
[ "matomo-org", "matomo" ]
Hello, we have Problems with the Installation of Piwik 0.1.9. We get this Error: ``` Uncaught exception: 'SQLSTATE[42000]: Syntax error or access violation: 1142 INDEX command denied to user 'web0'@'localhost' for table 'piwik_log_link_visit_action'' More information In /var/www/web0/html/cms/piwik/libs/Zend/Db/St...
Problems with Installation Piwik 0.1.9
https://api.github.com/repos/matomo-org/matomo/issues/5645/comments
2
2008-05-17T10:47:04Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5645
37,356,341
5,645
[ "matomo-org", "matomo" ]
If you embed (js include) tables, charts on a different domain from where Piwik is installed you will get broken images and 404 on swfobject.js.
Wrong image reference when embedding on different domain
https://api.github.com/repos/matomo-org/matomo/issues/5644/comments
1
2008-05-16T14:33:03Z
2014-07-08T10:17:27Z
https://github.com/matomo-org/matomo/issues/5644
37,356,340
5,644
[ "matomo-org", "matomo" ]
To get a URL for the Flash Charts the Piwik_url is used to generate the Link using http_build_query assuming that the arg_seperator is set to "&" but in some enviroments it is set to "&amp;" which produces broken URLs because you escape the URLs after the generation for the Flash Chart. Possible Solutions: ...
Urls for the OpenFlash Chart are broken if arg_seperator isn't &
https://api.github.com/repos/matomo-org/matomo/issues/5643/comments
1
2008-05-16T10:50:59Z
2014-07-08T10:17:27Z
https://github.com/matomo-org/matomo/issues/5643
37,356,339
5,643
[ "matomo-org", "matomo" ]
I want to open Piwik by this link: http://PATH2Piwik/index.php?module=Home&action=index&idSite=2&period=day&date=yesterday&token_auth=TOKEN The user I created has only view access to Site 2. But if I click on this link I'm logged in into piwik but the dashboard doesn't work (better the widgets on the dashboard don't w...
Dashboard / Widget if auth by token
https://api.github.com/repos/matomo-org/matomo/issues/5642/comments
3
2008-05-14T13:48:53Z
2014-08-03T11:20:54Z
https://github.com/matomo-org/matomo/issues/5642
37,356,338
5,642
[ "matomo-org", "matomo" ]
Popular softwares include an automatic update checking mechanism, that will notice the user when a new version of the software is available. Piwik should notice the user, in the user interface, that a new version is available. In the process of checking the updates, we would learn more about the Piwik community: numb...
Automatic update check + one-click Piwik update
https://api.github.com/repos/matomo-org/matomo/issues/5641/comments
2
2008-05-13T22:15:51Z
2014-07-08T10:17:27Z
https://github.com/matomo-org/matomo/issues/5641
37,356,337
5,641
[ "matomo-org", "matomo" ]
a plugin which tracks visitor behaviour for defined funnels where a funnel represents a serie of ordered pages a visitor has to browse / complete (for instance a checkout process). Interesting metrics to know would be - # of visitors starting the funnel - continuing the to next step - the (onsite) page they're going...
Plugin to provide funnel analysis report
https://api.github.com/repos/matomo-org/matomo/issues/5640/comments
71
2008-05-10T17:08:35Z
2017-01-04T10:49:41Z
https://github.com/matomo-org/matomo/issues/5640
37,356,334
5,640
[ "matomo-org", "matomo" ]
keep track of historic events per unique visitor. like: - initial search phrase used to find you site - most recent newsletter / partner / campaign responded to - goal conversions - perhaps a few custom fields which an ebusiness can use to identify buyers while an informational website can use it to store the visitor's...
visitor based history records
https://api.github.com/repos/matomo-org/matomo/issues/5639/comments
3
2008-05-10T16:54:58Z
2014-07-08T10:17:25Z
https://github.com/matomo-org/matomo/issues/5639
37,356,333
5,639