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" ]
For Actions -> Entry Pages, Exit Pages, Pages, Page Titles, the sorting arrow is misplaced. See cap. Env is: FF 3.6.3 on Mac OS SL.
Sorting arrow image displays outside the wdget box in larger widgets
https://api.github.com/repos/matomo-org/matomo/issues/1424/comments
3
2010-06-13T23:01:27Z
2014-07-08T10:02:55Z
https://github.com/matomo-org/matomo/issues/1424
37,351,607
1,424
[ "matomo-org", "matomo" ]
I think there's a bug with the "One Click Update", because the new version presented for download and for update is Piwik 1. See the attached screen shots.
Piwik 1 is displayed as the new version to download
https://api.github.com/repos/matomo-org/matomo/issues/1423/comments
3
2010-06-13T20:07:22Z
2014-07-08T10:02:57Z
https://github.com/matomo-org/matomo/issues/1423
37,351,606
1,423
[ "matomo-org", "matomo" ]
Identify conditions under which: - ~~config/global.ini.php not updated (eg permissions)~~ #1340 - core version in piwik_option not being updated
Core version in piwik_option not being updated in some rare unknown cases
https://api.github.com/repos/matomo-org/matomo/issues/1422/comments
2
2010-06-13T00:10:20Z
2014-07-08T10:02:55Z
https://github.com/matomo-org/matomo/issues/1422
37,351,605
1,422
[ "matomo-org", "matomo" ]
Reported in forum: http://forum.piwik.org/index.php?showtopic=10471 ``` Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/w******/********.com/piwi/libs/HTML/QuickForm/Renderer/ArraySmarty.php(268) : eval()'d code on line 268 ```
Handling/Detecting eval() disabled by suhosin
https://api.github.com/repos/matomo-org/matomo/issues/1421/comments
5
2010-06-12T04:38:02Z
2014-07-08T10:02:55Z
https://github.com/matomo-org/matomo/issues/1421
37,351,604
1,421
[ "matomo-org", "matomo" ]
I'm using Piwik on a large web site with up to 400.000 actions per day. The Actions -> Pages view stopped working, I think it happened updating to Piwik 0.6.2. It seems that I'm not the only one - there is a thread in the Piwik forum: http://forum.piwik.org/index.php?showtopic=9971 The Online Demo on your site seems ...
Actions -> Pages hangs (Loading...)
https://api.github.com/repos/matomo-org/matomo/issues/1420/comments
6
2010-06-11T11:25:36Z
2014-07-08T10:02:54Z
https://github.com/matomo-org/matomo/issues/1420
37,351,602
1,420
[ "matomo-org", "matomo" ]
If I'm not mistaken, the token_auth is stored in the piwik_auth cookie. This mechanism is well known for a number of vulnerabilities. [http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice/] [http://jaspan.com/improved_persistent_login_cookie_best_practice] The auto-login should be rewritten ...
auth cookie to hide auth token
https://api.github.com/repos/matomo-org/matomo/issues/1419/comments
15
2010-06-10T23:10:45Z
2014-10-27T23:20:32Z
https://github.com/matomo-org/matomo/issues/1419
37,351,601
1,419
[ "matomo-org", "matomo" ]
There are a number of IE add-ons that add information to the user agent string, causing the parser to stumble. An example is the Google Tool Bar: ``` Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727;...
UserAgentParser: handling malformed user agents
https://api.github.com/repos/matomo-org/matomo/issues/1418/comments
1
2010-06-09T15:28:24Z
2014-07-08T10:02:54Z
https://github.com/matomo-org/matomo/issues/1418
37,351,600
1,418
[ "matomo-org", "matomo" ]
The Page Titles widget display a tree when the title of the page contains the character "/". Problem: Page Titles widget show titles that contains "/" character like a tree For example this page: http://www.teamoff.org/tf2/tf2-e-css-beta-update-27052010/ Has the tile: **TF2 e CSS Beta Update 27/05/2010** And Piwik s...
Disable tree-like structure in Actions>Page titles report
https://api.github.com/repos/matomo-org/matomo/issues/1417/comments
4
2010-06-09T09:38:30Z
2014-07-08T10:02:54Z
https://github.com/matomo-org/matomo/issues/1417
37,351,599
1,417
[ "matomo-org", "matomo" ]
The supplied web.config with 0.6.2 only allows a installation of piwik to reside in /piwik. When you install in in the root you get remote a 404 error. On the server you can see that it caused by the security settings in the web.config. My suggestion is to make it clear in the documentation that you must edit the web...
IIS: web.config only allows installation in /piwik subdir
https://api.github.com/repos/matomo-org/matomo/issues/1416/comments
5
2010-06-08T19:14:52Z
2014-07-08T10:02:53Z
https://github.com/matomo-org/matomo/issues/1416
37,351,598
1,416
[ "matomo-org", "matomo" ]
Hi, this time I have a solution. So, in the Piwik_Config::init() method, the is_readable($this->pathIniFileUserConfig) is made after the attempt to read the config file. I think the code should be swapped to look like this: ``` if(!is_readable($this->pathIniFileUserConfig)) { die("The configurati...
Handle misconfigured config directory and file permissions
https://api.github.com/repos/matomo-org/matomo/issues/1415/comments
6
2010-06-08T16:06:49Z
2014-07-08T10:02:53Z
https://github.com/matomo-org/matomo/issues/1415
37,351,596
1,415
[ "matomo-org", "matomo" ]
Requires regression testing
Update to jQuery UI 1.8.2
https://api.github.com/repos/matomo-org/matomo/issues/1414/comments
1
2010-06-08T05:24:36Z
2014-07-08T10:02:53Z
https://github.com/matomo-org/matomo/issues/1414
37,351,594
1,414
[ "matomo-org", "matomo" ]
Safari 4.1 (Tiger) and Safari 5 released Deferring rebranding issue of iPhoneOS to iOS (with launch of iPhone 4), since we currently differentiate between iPhoneOS-based devices (iPod, iPhone, and iPad).
UserAgentParser: Safari 4.1 and 5 released
https://api.github.com/repos/matomo-org/matomo/issues/1413/comments
1
2010-06-08T05:23:36Z
2014-07-08T10:02:53Z
https://github.com/matomo-org/matomo/issues/1413
37,351,593
1,413
[ "matomo-org", "matomo" ]
Hi, I just unzipped piwik on my site, then I access http://mysite.com/piwik/, and I have this error: Fatal error: Class 'Piwik_Common' not found in /<censored>/public_html/piwik/core/Piwik.php on line 0 Things starts out pretty bad I guess.
Fatal error: Class 'Piwik_Common' not found in ... core/Piwik.php on line 0
https://api.github.com/repos/matomo-org/matomo/issues/1412/comments
9
2010-06-06T18:42:27Z
2014-07-08T10:02:53Z
https://github.com/matomo-org/matomo/issues/1412
37,351,592
1,412
[ "matomo-org", "matomo" ]
While having to develop on Windows and a bash was not an option to install, I ported the archive.sh script to PowerShell. It pretty much works like the archive.sh script does, needs a single line to be configured by the user (location of php.ini). I'd like to adjust the docs (http://piwik.org/docs/setup-auto-archivin...
Archiving script: Port to Powershell
https://api.github.com/repos/matomo-org/matomo/issues/1411/comments
36
2010-06-04T09:11:02Z
2014-07-08T10:17:01Z
https://github.com/matomo-org/matomo/issues/1411
37,351,588
1,411
[ "matomo-org", "matomo" ]
Small bug, after visit Dashboard page in logfile appear following error: ``` "2010-06-02T16:00:48+00:00" "2048" "Declaration of Piwik_Archive_Array_IndexedByDate::loadMetadata() should be compatible with that of Piwik_Archive_Array::loadMetadata()" "/usr/local/www/smartsolutions/gas/inc/piwik/core/Archive/Array/Indexe...
E_STRICT - Declaration of Piwik_Archive_Array::loadMetadata() incompatible
https://api.github.com/repos/matomo-org/matomo/issues/1410/comments
2
2010-06-03T10:26:40Z
2014-07-08T10:02:51Z
https://github.com/matomo-org/matomo/issues/1410
37,351,587
1,410
[ "matomo-org", "matomo" ]
I just checked out the download stats in my local installation as well as in the Piwik Demo. http://piwik.org/demo/index.php?module=CoreHome&action=index&idSite=1&period=year&date=yesterday#module=Actions&action=getDownloads&idSite=1&period=year&date=yesterday -> Click on piwik.org "latest.zip" will appear twice in...
Download statistics show duplicates
https://api.github.com/repos/matomo-org/matomo/issues/1409/comments
1
2010-06-02T18:08:45Z
2014-07-08T10:02:51Z
https://github.com/matomo-org/matomo/issues/1409
37,351,586
1,409
[ "matomo-org", "matomo" ]
Taken from the forum (http://forum.piwik.org/index.php?showtopic=9921)
New Search engine: duckduckgo.com
https://api.github.com/repos/matomo-org/matomo/issues/1408/comments
5
2010-06-02T17:31:28Z
2014-07-08T10:02:51Z
https://github.com/matomo-org/matomo/issues/1408
37,351,584
1,408
[ "matomo-org", "matomo" ]
Always calling the package file latest.zip make impossible to download a previous version, also searching it in google cache. I'm having a lot of troubles upgrading from 4.5.4 to 6.2, and I cannot do incremental upgrades because I cannot find all the intermediate versions. The http://piwik.org/blog/category/releases...
Please distribute versioned packages
https://api.github.com/repos/matomo-org/matomo/issues/1407/comments
1
2010-06-01T23:26:44Z
2014-08-03T11:21:40Z
https://github.com/matomo-org/matomo/issues/1407
37,351,582
1,407
[ "matomo-org", "matomo" ]
I could not find any version number on README, INSTALL or other usual files and there is no a changelog in the distributed package. This way is very difficult (you have to look at the code, or re-download it) to understand which version the package is. Also always naming it latest.zip does'nt help. Simone
Please put a changelog on distributed files
https://api.github.com/repos/matomo-org/matomo/issues/1406/comments
1
2010-06-01T23:11:45Z
2014-08-03T11:21:40Z
https://github.com/matomo-org/matomo/issues/1406
37,351,581
1,406
[ "matomo-org", "matomo" ]
None
php 5.1.3: curl_setopt_array doesn't exist
https://api.github.com/repos/matomo-org/matomo/issues/1405/comments
2
2010-06-01T15:03:41Z
2014-08-03T11:21:40Z
https://github.com/matomo-org/matomo/issues/1405
37,351,580
1,405
[ "matomo-org", "matomo" ]
Hello. I`m using Piwik 0.6.2 and after upgrading PHP to 5.3.2 version, after login to Piwik interface, i see "Piwik 1 is available. Update it now! (see changelog)." Also the same info is in "Security" tab there is: "PHP You are running PHP 5.3.2-pl0-gentoo. The latest version of PHP is 1." and "Piwik You are runni...
Problem with PHP 5.3.2
https://api.github.com/repos/matomo-org/matomo/issues/1404/comments
3
2010-06-01T09:20:18Z
2014-07-08T10:02:51Z
https://github.com/matomo-org/matomo/issues/1404
37,351,579
1,404
[ "matomo-org", "matomo" ]
I'm currently writing a new plugin for Piwik. It will implement a functionality similar to Google Analytics Alerts. Users can create custom alerts "Goal revenue increased by 10%", "Unique visitors greater than 1000", etc. of which they will then get notified of if they occur. An Alert can be set for 1:n websites. ToD...
Refactoring the menu classes and adding top menu hookable
https://api.github.com/repos/matomo-org/matomo/issues/1403/comments
26
2010-05-30T18:18:49Z
2014-07-08T10:02:51Z
https://github.com/matomo-org/matomo/issues/1403
37,351,577
1,403
[ "matomo-org", "matomo" ]
In core/plugins/Login/Controller.php there is a function called logme() - it allow a user to do a formless login. I found that the following code is completely unnecessary: ``` $authenticated = $this->authenticateAndRedirect($login, $password, $urlToRedirect); if($authenticated === false) { echo Piwik_Translate('L...
Unnecessary code in Login/Controller logme()
https://api.github.com/repos/matomo-org/matomo/issues/1402/comments
3
2010-05-30T12:29:28Z
2014-07-08T10:02:50Z
https://github.com/matomo-org/matomo/issues/1402
37,351,575
1,402
[ "matomo-org", "matomo" ]
I've got some more changes to the search engine definition. here a list of changes I've done in the attached patch: - changes to **Tiscali** - add _search.tiscali.it_ - remove _rechercher.nomade.tiscali.fr_ (icon needs rename) - remove _search-dyn.tiscali.de_ - remove _www.tiscali.co.uk_ - changes to **Excit...
changes to several search engines
https://api.github.com/repos/matomo-org/matomo/issues/1401/comments
6
2010-05-29T22:40:52Z
2014-07-08T10:02:50Z
https://github.com/matomo-org/matomo/issues/1401
37,351,573
1,401
[ "matomo-org", "matomo" ]
the visitor-bounce rate sparkline shows only alway only a straight line.
Broken visitor-bounced sparkline in dashboard widget
https://api.github.com/repos/matomo-org/matomo/issues/1400/comments
3
2010-05-29T20:03:23Z
2014-07-08T10:02:49Z
https://github.com/matomo-org/matomo/issues/1400
37,351,572
1,400
[ "matomo-org", "matomo" ]
If I integrate the 'show browser by family' plugin the circle diagram is much too small because there is no page break in the labels; i.e. it should be: "Trident" "(Internet Explorer)" instead of: "Trident (Internet Explorer)"
Browsers by Family: pie chart too small; bar chart labels overlap
https://api.github.com/repos/matomo-org/matomo/issues/1399/comments
1
2010-05-29T19:57:24Z
2014-07-08T10:02:48Z
https://github.com/matomo-org/matomo/issues/1399
37,351,570
1,399
[ "matomo-org", "matomo" ]
Concerning the 'show browser by family' plugin I do really prefer the table view. However this is not remembered by the user interface so that I do always have to re-select table view for this plugin on any new or modified view of the piwik stats.
remember viewing mode for plugins
https://api.github.com/repos/matomo-org/matomo/issues/1398/comments
1
2010-05-29T19:52:47Z
2014-07-08T10:02:48Z
https://github.com/matomo-org/matomo/issues/1398
37,351,569
1,398
[ "matomo-org", "matomo" ]
The last visits timeline plugin is at least one of the most important plugins. However if you select to view a time period like a week or year the plugin displays with the granularity of weeks or years instead of viewing visits within the selected week or year. This can be very annoying. Consequently I wanna propos...
last visits timeline with own query intervall
https://api.github.com/repos/matomo-org/matomo/issues/1397/comments
1
2010-05-29T19:47:50Z
2014-07-08T10:02:48Z
https://github.com/matomo-org/matomo/issues/1397
37,351,568
1,397
[ "matomo-org", "matomo" ]
At the moment it is possible to let all stat data be evaluated for a certain date, week or year. However I would regard it as highly desireable to not just filter by timespan but also by page sections (f.i. Linux, Environment, Index Page, Greenhouse Effect, ...) for all plugins. Page sections should thereby be defi...
select by page section instead of just by date
https://api.github.com/repos/matomo-org/matomo/issues/1396/comments
1
2010-05-29T19:40:37Z
2014-08-03T11:21:46Z
https://github.com/matomo-org/matomo/issues/1396
37,351,567
1,396
[ "matomo-org", "matomo" ]
Hello, To make this short, here is what I am talking about, while : http://piwik.org/demo/?module=API&idSite=1&period=month&date=2010-04-22&format=JSON&filter_limit=25&method=Referers.getKeywordsFromSearchEngineId&idSubtable=34&token_auth=anonymous Works as expected, the same one with a date range : -piwik.org/demo/...
Date range not available with idsubtable based api
https://api.github.com/repos/matomo-org/matomo/issues/1395/comments
5
2010-05-29T19:06:03Z
2014-07-08T10:02:48Z
https://github.com/matomo-org/matomo/issues/1395
37,351,566
1,395
[ "matomo-org", "matomo" ]
- the definition of this search engine (line 1084) contains the wrong param. Searches are handled with 'q', not 'query'. 'query' is not working! - searchalot.com is also working without 'www' correct definition is: ``` // Search a lot 'www.searchalot.com' => array('Searchalot', 'q'), 'searchalot.com' =>...
changes to searchalot.com search engine
https://api.github.com/repos/matomo-org/matomo/issues/1394/comments
1
2010-05-29T17:25:12Z
2014-07-08T10:02:48Z
https://github.com/matomo-org/matomo/issues/1394
37,351,565
1,394
[ "matomo-org", "matomo" ]
Three forum posters and one email to hello@piwik.org all reporting that the Piwik dashboard now says the current version available for download is "1".
sendHttpRequest() erroneously returning "1"
https://api.github.com/repos/matomo-org/matomo/issues/1393/comments
10
2010-05-29T16:05:11Z
2014-07-08T10:02:57Z
https://github.com/matomo-org/matomo/issues/1393
37,351,563
1,393
[ "matomo-org", "matomo" ]
As Seekport closed its service in the beginning of 2009 all entries (and icons) should be removed (line 1089 to 1112): - www.seekport.at/de/es/fr/it/co.uk - blogs.seekport.at/de/es/fr/it/co.uk - news.seekport.at/de/es/fr/it/co.uk
remove seekport search engine
https://api.github.com/repos/matomo-org/matomo/issues/1392/comments
1
2010-05-29T15:53:31Z
2014-07-08T10:02:48Z
https://github.com/matomo-org/matomo/issues/1392
37,351,561
1,392
[ "matomo-org", "matomo" ]
There occurrences of: ``` static function update($adapter = 'PDO_MYSQL') ``` should read: ``` static function update() ``` to match the abstract class definition.
Update script typos
https://api.github.com/repos/matomo-org/matomo/issues/1391/comments
1
2010-05-28T21:11:13Z
2014-07-08T10:02:47Z
https://github.com/matomo-org/matomo/issues/1391
37,351,560
1,391
[ "matomo-org", "matomo" ]
In hindsight, the switch to Unsigned BIGINT (#668) won't accommodate an ipv6 address (see #1111). Using a 32-bit INT would save 4 bytes per row in the log visit table and improve performance on 32-bit systems.
Use UNSIGNED INT for ip
https://api.github.com/repos/matomo-org/matomo/issues/1390/comments
3
2010-05-28T15:30:24Z
2014-07-08T10:02:47Z
https://github.com/matomo-org/matomo/issues/1390
37,351,558
1,390
[ "matomo-org", "matomo" ]
See in [the demo](http://piwik.org/demo/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#module=VisitsSummary&action=index&idSite=1&period=day&date=yesterday), the sparkline for bounce rate metric doesn't display properly (only 2 dots are displayed). http://piwik.org/demo/index.php?module=Vis...
Sparklines in Visitors>Overview>Bounce rates does not work (regression)
https://api.github.com/repos/matomo-org/matomo/issues/1389/comments
2
2010-05-28T09:36:57Z
2014-07-08T10:02:49Z
https://github.com/matomo-org/matomo/issues/1389
37,351,557
1,389
[ "matomo-org", "matomo" ]
See in [the demo Page URLs report](http://piwik.org/demo/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#module=Actions&action=getExitPageUrls&idSite=1&period=day&date=yesterday). Since 0.6.2, entries are linked to the actual page URL. If you click on faq/plugins/ for example, you see that the...
Page URLs should not record the hash part of the URL
https://api.github.com/repos/matomo-org/matomo/issues/1388/comments
5
2010-05-28T09:32:25Z
2014-07-08T10:03:57Z
https://github.com/matomo-org/matomo/issues/1388
37,351,556
1,388
[ "matomo-org", "matomo" ]
Here are some more updates for the search engines: - remove entries (and icons) where hosts can't be found: - search.altavista.com - aolsearcht.aol.com - search.cometsystems.com (icon) - spsearch.ilse.nl (icon) - be.ilse.nl (icon) - gov.gigablast.com (icon) - add 'www.ilse.nl' ...
Search engines: remove duplicate and dead links
https://api.github.com/repos/matomo-org/matomo/issues/1387/comments
5
2010-05-27T22:05:49Z
2014-07-08T10:02:47Z
https://github.com/matomo-org/matomo/issues/1387
37,351,555
1,387
[ "matomo-org", "matomo" ]
maintenance update
Update to Zend Framework 1.10.5
https://api.github.com/repos/matomo-org/matomo/issues/1386/comments
1
2010-05-27T05:16:41Z
2014-07-08T10:02:47Z
https://github.com/matomo-org/matomo/issues/1386
37,351,554
1,386
[ "matomo-org", "matomo" ]
Relocate static assets (e.g., images, stylesheets, and scripts) to the plugin's top level folder, instead of in templates, e.g., ``` plugins/NAME/css/ plugins/NAME/js/ plugins/NAME/images/ plugins/NAME/templates/ ``` Similarly, move themes/default into a core plugin, e.g., ``` plugins/CoreTheme/css/ plugins/CoreThem...
Reorganize static assets (stylesheets, scripts, images)
https://api.github.com/repos/matomo-org/matomo/issues/1385/comments
4
2010-05-27T05:06:15Z
2014-07-08T10:17:21Z
https://github.com/matomo-org/matomo/issues/1385
37,351,553
1,385
[ "matomo-org", "matomo" ]
Defaults to text/html; charset utf8 Allows Controllers to serve up non-HTML, eg minifier for JavaScript
Overrideable Content-Type for Piwik_View
https://api.github.com/repos/matomo-org/matomo/issues/1384/comments
1
2010-05-26T01:17:33Z
2014-07-08T10:02:46Z
https://github.com/matomo-org/matomo/issues/1384
37,351,552
1,384
[ "matomo-org", "matomo" ]
In SearchEngines.php:55 there is "3271" defined as a _independant_ search engine ``` // 3271 'nmsearch.3721.com' => array('3271', 'p'), 'seek.3721.com' => array('3271', 'p'), ``` _Well, as the url is 3721.com and not 3271.com, I guess the name was just a typo._ But as those urls are opening the y...
Search engine update for 3721.com and Yahoo! China
https://api.github.com/repos/matomo-org/matomo/issues/1383/comments
1
2010-05-25T20:39:08Z
2014-07-08T10:02:46Z
https://github.com/matomo-org/matomo/issues/1383
37,351,551
1,383
[ "matomo-org", "matomo" ]
Usability issue From Twitter:@OlegLeontiev:#bugin@piwik-oncesetTimeZoneisnoteditablethroughAdminPanel.Althoughitallowseditingactions,thechanges'renotcommited
Sites Manager and Users Manager - Save Confusion
https://api.github.com/repos/matomo-org/matomo/issues/1382/comments
10
2010-05-25T16:08:11Z
2014-07-08T10:05:32Z
https://github.com/matomo-org/matomo/issues/1382
37,351,550
1,382
[ "matomo-org", "matomo" ]
From #1370
Add missing Google domains / URLs
https://api.github.com/repos/matomo-org/matomo/issues/1381/comments
1
2010-05-25T13:56:12Z
2014-07-08T10:02:46Z
https://github.com/matomo-org/matomo/issues/1381
37,351,549
1,381
[ "matomo-org", "matomo" ]
We have received permission from Martin Angelov to include his "Who is online?" widget in Piwik. See demo at: http://tutorialzine.com/2010/03/who-is-online-widget-php-mysql-jquery/ To Do: - port to use Piwik backend, database, and images (e.g., country flags) - add to new LiveWidgets plugin - respect anonymous view a...
LiveWidgets - Who Is Online?
https://api.github.com/repos/matomo-org/matomo/issues/1380/comments
11
2010-05-25T13:33:20Z
2024-09-13T09:13:10Z
https://github.com/matomo-org/matomo/issues/1380
37,351,547
1,380
[ "matomo-org", "matomo" ]
Piwik 0.6.1 Vista Home Premium Chrome 5.0.375.55 Beta The Fonts are not readable when using Chrome Browser. Looks fine if you use IE.
Unreadable fonts 0.6.1 and Chrome Browser
https://api.github.com/repos/matomo-org/matomo/issues/1379/comments
2
2010-05-25T06:02:07Z
2014-08-03T11:21:46Z
https://github.com/matomo-org/matomo/issues/1379
37,351,546
1,379
[ "matomo-org", "matomo" ]
Reported on forum http://forum.piwik.org/index.php?showtopic=9651 ``` Fatal error: Call to a member function getColumn() on a non-object in /PATH/core/DataTable/Filter/Sort.php on line 120 ``` Unit tests: ``` Exception: ../tests/core/DataTable.test.php -> Test_Piwik_DataTable -> test_getLastRow -> Unexpected PHP err...
PHP 5.1.6 notices and errors
https://api.github.com/repos/matomo-org/matomo/issues/1378/comments
9
2010-05-25T05:54:27Z
2014-07-08T10:02:47Z
https://github.com/matomo-org/matomo/issues/1378
37,351,545
1,378
[ "matomo-org", "matomo" ]
It would be nice to either: - provide a recipe for installing Piwik in Cherokee's admin console http://www.cherokee-project.com/doc/cookbook.html - submit Piwik to the Cherokee Market http://cherokee-market.com/developer-program Keywords: outofscope
Cherokee Cookbook / Cherokee Market
https://api.github.com/repos/matomo-org/matomo/issues/1377/comments
6
2010-05-24T11:58:34Z
2014-08-03T11:30:04Z
https://github.com/matomo-org/matomo/issues/1377
37,351,544
1,377
[ "matomo-org", "matomo" ]
Hello, this is my situation: - domain www.a.it and domain www.b.it hosted by the same server - www.a.it/piwik and www.b.it/piwik pointing to the same piwik instance If I login to www.a.it/piwik and, in the preferences, set the cookie to ignore my visits, my visits to www.b.it are _not_ ignored. If I login to www.b.it...
"Ignore" cookie works only for current website
https://api.github.com/repos/matomo-org/matomo/issues/1376/comments
13
2010-05-24T08:47:30Z
2014-07-08T10:05:13Z
https://github.com/matomo-org/matomo/issues/1376
37,351,543
1,376
[ "matomo-org", "matomo" ]
See attached screenshot. I believe this is because the Live! plugin API function loadLastVisitorInLastXTimeFromDatabase is not using the website timezone to process the count of visits 'today'. see bug report in http://forum.piwik.org/index.php?showtopic=9571 Seems not to be correctly fixed, Bug report from #1555: P...
Live! widget does not show correct number of visits for 'today'
https://api.github.com/repos/matomo-org/matomo/issues/1375/comments
10
2010-05-24T08:10:35Z
2014-07-08T10:04:21Z
https://github.com/matomo-org/matomo/issues/1375
37,351,542
1,375
[ "matomo-org", "matomo" ]
After #762, #1369 and #1371 I took the liberty and refactored the generateVisits.php into an own plugin (see Attachment). Basically the plugin replaces the generateVisits.php and introduces a smarter interface which can be called from a browser. It does not provide a CLI though. When the plugin is activated it adds its...
VisitorGenerator plugin
https://api.github.com/repos/matomo-org/matomo/issues/1374/comments
25
2010-05-23T04:04:05Z
2014-07-08T10:02:44Z
https://github.com/matomo-org/matomo/issues/1374
37,351,541
1,374
[ "matomo-org", "matomo" ]
**Scenario:** 1) Create a site 2) Generate visits for 2 days (ie. set _$daysToCompute_ to 2 in [/misc/generateVisits.php#15](https://github.com/piwik/piwik/blob/master/misc/generateVisits.php)) 3) Access dashboard 4) Setting the calendar to day n-1 is not permitted even though there is data generated for that day ...
Visitor Generator should update website ts_created field with earliest date
https://api.github.com/repos/matomo-org/matomo/issues/1373/comments
8
2010-05-22T16:36:17Z
2014-07-08T10:02:43Z
https://github.com/matomo-org/matomo/issues/1373
37,351,540
1,373
[ "matomo-org", "matomo" ]
Hi, I'm trying to access the API from jQuery using JSONP. I've encountered three issues with failing requests: 1) With the current implementation of Piwik, succeeding requests are wrapped around the requested `jsoncallback` while failing requests are not. 2) Failures are returned to the client with a Content-Type of...
Failing requests are not handled properly (jsoncallback, Content-Type, HTTP code)
https://api.github.com/repos/matomo-org/matomo/issues/1372/comments
24
2010-05-22T14:43:58Z
2014-07-08T10:02:42Z
https://github.com/matomo-org/matomo/issues/1372
37,351,539
1,372
[ "matomo-org", "matomo" ]
In [/misc/generateVisits.php](https://github.com/piwik/piwik/blob/master/misc/generateVisits.php) : 74 ``` $idSite = Piwik_Common::getRequestVar('idSite', $idSite, 'int'); ``` is used as a mechanism to allow users to specify the id of the site for which visits will be generated. In [/misc/generateVisits.php](https:/...
generateVisits.php - idSite parameter never in request, defaulting to idSite = 1
https://api.github.com/repos/matomo-org/matomo/issues/1371/comments
3
2010-05-22T10:27:08Z
2014-07-08T10:02:43Z
https://github.com/matomo-org/matomo/issues/1371
37,351,537
1,371
[ "matomo-org", "matomo" ]
Saw the following URL in my referer list: [google.co.uk](http://www.google.co.uk/search?hl=en&client=firefox-a&hs=XA7&rls=org.mozilla%3Aen-GB%3Aofficial&as_q=%22%3D%3E+operator%22+in+javafx&as_epq=&as_oq=&as_eq=&num=10&lr=&as_filetype=&ft=i&as_sitesearch=&as_qdr=all&as_rights=&as_occt=any&cr=&as_nlo=&as_nhi=&safe=imag...
Google Advanced Search support
https://api.github.com/repos/matomo-org/matomo/issues/1370/comments
19
2010-05-22T06:27:00Z
2014-07-08T10:04:17Z
https://github.com/matomo-org/matomo/issues/1370
37,351,536
1,370
[ "matomo-org", "matomo" ]
At 23:55 PM EDT on May 20th, I ran misc/generateVisits.php. Looking in piwik_log_visit, the visits were generated for May 21st and May 22nd. (daysToCompute is 1)
Visitor Generator generates Future Visits
https://api.github.com/repos/matomo-org/matomo/issues/1369/comments
3
2010-05-21T06:05:22Z
2014-07-08T10:02:43Z
https://github.com/matomo-org/matomo/issues/1369
37,351,534
1,369
[ "matomo-org", "matomo" ]
Users have requested Piwik support for non-MySQL databases, e.g., PostgreSQL (#500), MSSQL (#1335), and NoSQL (see mailing list). Obstacles: - MySQL schema defined in core/Piwik.php - MySQL'ish SQL is embedded throughout Piwik (e.g., ON DUPLICATE, crc(), and MySQL-specific error codes) - inconstent use of wrappers (e....
trunk: Data access abstraction
https://api.github.com/repos/matomo-org/matomo/issues/1368/comments
26
2010-05-20T09:18:30Z
2014-07-08T10:08:05Z
https://github.com/matomo-org/matomo/issues/1368
37,351,530
1,368
[ "matomo-org", "matomo" ]
1) the service is now only available via https: 2) the "dates" parameter needs to be timezone adjusted because days begin/end at 12am CDT (GMT-5); depending on the user's timezone, GetFeedData may only return a single day of stats, resulting in: ``` Error fetching the Feedburner stats. Expected XML, Got: ```
ExampleFeedburner broken
https://api.github.com/repos/matomo-org/matomo/issues/1367/comments
5
2010-05-20T06:30:47Z
2014-07-08T10:02:38Z
https://github.com/matomo-org/matomo/issues/1367
37,351,529
1,367
[ "matomo-org", "matomo" ]
images.yahoo.com Icon is missing icon attached
images.yahoo.com Icon is missing
https://api.github.com/repos/matomo-org/matomo/issues/1366/comments
3
2010-05-18T21:52:12Z
2014-07-08T10:02:38Z
https://github.com/matomo-org/matomo/issues/1366
37,351,528
1,366
[ "matomo-org", "matomo" ]
Piwik currently shows the first Google Icon, it was updated in May 2008 and in early 2009 added fix
Update Google Icon
https://api.github.com/repos/matomo-org/matomo/issues/1365/comments
2
2010-05-18T16:37:05Z
2014-07-08T10:02:38Z
https://github.com/matomo-org/matomo/issues/1365
37,351,527
1,365
[ "matomo-org", "matomo" ]
[How to exclude Piwik visits using a cookie?](http://piwik.org/faq/how-to/#faq_126) currently you can't change the cookie name for exclude a visitor it is easily possible to set a cookie named "piwik_ignore" solution: let the admin choose a name for the cookie and/or path
Exclude by Cookie - configureable cookie name and path
https://api.github.com/repos/matomo-org/matomo/issues/1364/comments
8
2010-05-18T16:17:40Z
2014-07-08T10:02:38Z
https://github.com/matomo-org/matomo/issues/1364
37,351,525
1,364
[ "matomo-org", "matomo" ]
Currently it is complicated to fetch stats for a given page URL, as they are split by category, and user must find out each category to go down the tree (which means using for example` &filter_pattern_recursive=73&expanded=1&filter_column_recursive=label` ) 2 new features: - add a new 'flat url' report that wouldn't ...
Api function Actions.getPageUrls should make it easy to search for a given URL or path
https://api.github.com/repos/matomo-org/matomo/issues/1363/comments
5
2010-05-18T14:08:48Z
2014-07-08T10:02:38Z
https://github.com/matomo-org/matomo/issues/1363
37,351,524
1,363
[ "matomo-org", "matomo" ]
By default, the documentation recommends to set an hourly crontab. If users disable browser archiving and then set to 'process reports every eg. 100 seconds' this will fail as the crontab only runs every hour. In this case, when X < 3600, we should display a warning message explaining the possible clash, and invit...
Disable browser archiving and process reports every X (X less than 1 hour) will fail
https://api.github.com/repos/matomo-org/matomo/issues/1362/comments
1
2010-05-17T08:30:27Z
2014-07-08T10:02:38Z
https://github.com/matomo-org/matomo/issues/1362
37,351,523
1,362
[ "matomo-org", "matomo" ]
Looking at my logs I see repeated instances of this: May 16 14:58:14 server apache2: PHP Warning: in_array() [href='function.in-array'>function.in-array</a>](<a): Wrong datatype for second argument in /var/www/secure.ideasynthesis.com/analytics/core/Tracker/Action.php on line 156 I'm uncertain what the best wa...
Exception in Piwik 0.6.1
https://api.github.com/repos/matomo-org/matomo/issues/1361/comments
3
2010-05-16T20:08:56Z
2014-07-08T10:02:37Z
https://github.com/matomo-org/matomo/issues/1361
37,351,521
1,361
[ "matomo-org", "matomo" ]
Installer says there's an error but the details doesn't show anything else. Occurs when the file integrity check returns a single error. When there are multiple errors, the first error is discarded.
File integrity check regression - first error discarded
https://api.github.com/repos/matomo-org/matomo/issues/1360/comments
1
2010-05-14T05:30:22Z
2014-07-08T10:02:37Z
https://github.com/matomo-org/matomo/issues/1360
37,351,520
1,360
[ "matomo-org", "matomo" ]
Installer: - detect whether or not DateTime classes available; otherwise ``` Fatal error: Class 'DateTimeZone' not found in /home/apang/work/piwik/dev/trunk/core/Date.php on line 207 ``` - see http://ca2.php.net/manual/en/datetime.installation.php re: building PHP with: CFLAGS=-DEXPERIMENTAL_DATE_SUPPORT=1 Note: I h...
PHP 5.1.6 errors if EXPERIMENTAL_DATE_SUPPORT enabled
https://api.github.com/repos/matomo-org/matomo/issues/1359/comments
2
2010-05-13T21:14:38Z
2014-07-08T10:02:37Z
https://github.com/matomo-org/matomo/issues/1359
37,351,519
1,359
[ "matomo-org", "matomo" ]
header_message.tpl is used to alert the user to a new Piwik update available. Propose adding an in-app message box, useful for: - post update readme (eg with 0.6, we could have told users to set the timezones for existing sites) - new core and/or plugin updates available - results of scheduled jobs (eg pdf reports) - ...
In app messages
https://api.github.com/repos/matomo-org/matomo/issues/1358/comments
6
2010-05-13T20:00:55Z
2014-07-08T10:10:55Z
https://github.com/matomo-org/matomo/issues/1358
37,351,518
1,358
[ "matomo-org", "matomo" ]
On a relatively new installation of Piwik 0.6.1, I had configured "For anonymous users, report date to load by default" to be "Current Week". This resulted in all visitors attempting to access Piwik (login form) receiving an endless loop of HTTP 302 redirects. The login form does not even appear. I do not have any web...
endless HTTP 302 Moved Temporarily loop instead of login form
https://api.github.com/repos/matomo-org/matomo/issues/1357/comments
1
2010-05-13T16:28:38Z
2014-07-08T10:02:37Z
https://github.com/matomo-org/matomo/issues/1357
37,351,517
1,357
[ "matomo-org", "matomo" ]
There are many blog posts on the web comparing Piwik and GA, but they are very often incomplete. Maybe it is a good idea to make an official comparison chart?
Comparison chart - Piwik VS Google Analytics
https://api.github.com/repos/matomo-org/matomo/issues/1356/comments
1
2010-05-12T11:41:28Z
2014-08-03T11:21:46Z
https://github.com/matomo-org/matomo/issues/1356
37,351,516
1,356
[ "matomo-org", "matomo" ]
In the Pages reports, the Page URLs aren't click-able. In addition, they can't be easily opened by copy and paste either since the URLs aren't displayed as one complete string. (Related to #707 about flattening URLs, I guess.) In Google Analytics (GA), there is a tiny icon in front of the URL, that enables you to "view...
View/open this link for "Pages" action
https://api.github.com/repos/matomo-org/matomo/issues/1355/comments
2
2010-05-12T11:36:36Z
2014-07-08T10:02:37Z
https://github.com/matomo-org/matomo/issues/1355
37,351,515
1,355
[ "matomo-org", "matomo" ]
Line 5 of plugins/CoreAdminHome/templates/header.tpl - hard coded "Administration". Line 5 of plugins/CoreHome/templates/header.tpl - hard coded "Web Analytics Reports". Line 5 of plugins/Login/templates/header.tpl - hard coded "Login". These issues are quite important since the title is a very visible thing.
Fix missing translations in title tag of several header.tpl
https://api.github.com/repos/matomo-org/matomo/issues/1354/comments
5
2010-05-12T10:33:03Z
2014-07-08T10:02:37Z
https://github.com/matomo-org/matomo/issues/1354
37,351,514
1,354
[ "matomo-org", "matomo" ]
Bugs/limitations in "Widgets/Embed" feature: - Dashboard widgets not working with token_auth http://forum.piwik.org/read.php?2,36811 - Clicks on icon don't forward token_auth: http://forum.piwik.org/read.php?2,42091#entry42151 - Sparklines don't work in embedded reports containing sparklines - the token_auth paramete...
Dashboard & Sparklines should work when embedded with token_auth
https://api.github.com/repos/matomo-org/matomo/issues/1353/comments
19
2010-05-12T10:11:53Z
2014-07-08T10:09:32Z
https://github.com/matomo-org/matomo/issues/1353
37,351,512
1,353
[ "matomo-org", "matomo" ]
Line 5 of plugins/MultiSites/templates/row.tpl - hard-coded string "Go to %main_url%". Line 57 of plugins/MultiSites/templates/index.tpl - hard coded string "Evolution"
Fixing missing translation in MultiSites
https://api.github.com/repos/matomo-org/matomo/issues/1352/comments
1
2010-05-12T00:37:48Z
2014-07-08T10:02:36Z
https://github.com/matomo-org/matomo/issues/1352
37,351,511
1,352
[ "matomo-org", "matomo" ]
I saw that core/Access.php has lots of strings that are not getting translated. This should be fixed. Keywords: translation
Check and translate errors/exceptions displayed on screen or returned in API calls
https://api.github.com/repos/matomo-org/matomo/issues/1351/comments
35
2010-05-11T12:21:32Z
2014-07-08T10:02:36Z
https://github.com/matomo-org/matomo/issues/1351
37,351,508
1,351
[ "matomo-org", "matomo" ]
Collecting missing search engine favicons here. Keywords: favicon
Adding missing search engine favicons
https://api.github.com/repos/matomo-org/matomo/issues/1350/comments
13
2010-05-11T07:58:45Z
2014-07-08T10:04:01Z
https://github.com/matomo-org/matomo/issues/1350
37,351,507
1,350
[ "matomo-org", "matomo" ]
The runkit PECL extension provides a reload method; the orphaned classkit extension has an experimental addMethod. In lieu, can we use !__call and !__callStatic methods to handle the case where a class file is overwritten but the old copy is already loaded in memory, and a call is made to a new method? Pros: - doesn'...
Post-refactoring: Handling undefined methods
https://api.github.com/repos/matomo-org/matomo/issues/1349/comments
0
2010-05-11T04:57:49Z
2010-05-19T22:54:49Z
https://github.com/matomo-org/matomo/issues/1349
37,351,506
1,349
[ "matomo-org", "matomo" ]
It seems that google images is not detected correctly anymore. Maybe their URL scheme changed, or there is a regression in Piwik.
Google images not detected anymore
https://api.github.com/repos/matomo-org/matomo/issues/1348/comments
3
2010-05-10T07:24:03Z
2014-07-08T10:02:34Z
https://github.com/matomo-org/matomo/issues/1348
37,351,505
1,348
[ "matomo-org", "matomo" ]
After Piwik Upgrade from 0.5.3 to 0.6.1 found following 6 error messages for each tracked page in .\Apache2.2\logs\error.log: - PHP Notice: Undefined index: excluded_parameters in .. Action.php - PHP Warning: array_merge(): Argument #1 is not an array in .. - PHP Warning: array_map(): Argument #2 should be an array ...
Undefined index: excluded_parameters in Action.php
https://api.github.com/repos/matomo-org/matomo/issues/1347/comments
4
2010-05-09T19:33:02Z
2014-07-08T10:16:40Z
https://github.com/matomo-org/matomo/issues/1347
37,351,504
1,347
[ "matomo-org", "matomo" ]
None
Re-opening Feedback form may display previous successfully sent or error message
https://api.github.com/repos/matomo-org/matomo/issues/1346/comments
1
2010-05-09T07:42:02Z
2014-07-08T10:02:34Z
https://github.com/matomo-org/matomo/issues/1346
37,351,503
1,346
[ "matomo-org", "matomo" ]
Piwik One Click Update from 0.5.5 to 0.6.1 fails with these errors: Archive incompatible: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature Piwik One Click Update has been cancelled. If you can't fix the above error message, it is recommended that you manually update Piwik. Please chec...
Piwik One Click Update fails with bogus error if curl_exec times out
https://api.github.com/repos/matomo-org/matomo/issues/1345/comments
14
2010-05-08T23:32:21Z
2014-07-08T10:02:34Z
https://github.com/matomo-org/matomo/issues/1345
37,351,500
1,345
[ "matomo-org", "matomo" ]
The Goals plugin didn't show the proper translation for it's menu items. Reason: - Piwik_AddMenu was used without a proper translation string. (Goals_AddNewGoal) - No translation for menu item found -> Goals_Overview created. Please add the line: "Goals_Overview" => "Overview", to the en.php.
Fix missing translations in Goals plugin
https://api.github.com/repos/matomo-org/matomo/issues/1344/comments
5
2010-05-08T18:24:31Z
2014-07-08T10:02:33Z
https://github.com/matomo-org/matomo/issues/1344
37,351,499
1,344
[ "matomo-org", "matomo" ]
Some of the Graphs show a small flag for Goals. It seems that is has been forgotten to translate the "alt" text of that image.
Fix missing translations in CoreHome
https://api.github.com/repos/matomo-org/matomo/issues/1343/comments
3
2010-05-08T18:07:55Z
2014-07-08T10:02:33Z
https://github.com/matomo-org/matomo/issues/1343
37,351,498
1,343
[ "matomo-org", "matomo" ]
While I was completing the German translation I saw that the SitesManger hasn't been completely enabled for translation. When showing the tracking Tag there are three sentences on the bottom of the page that are hard coded. I edited the Plugin and added 3 strings to the english translation. If the changes are ok, plea...
i18n Fix missing translations in SitesManager and Widgetize
https://api.github.com/repos/matomo-org/matomo/issues/1342/comments
8
2010-05-08T17:29:36Z
2014-07-08T10:02:33Z
https://github.com/matomo-org/matomo/issues/1342
37,351,496
1,342
[ "matomo-org", "matomo" ]
It is essential that the Piwik Blog is updated more regularly. This keeps subscribers on track and notifies them of new Releases or changes. Of course most of that data is available in the ChangeLog but it is still important to use this way of keeping in touch with users. As a reference I'd like to link to blog.light...
Update Blog regularly
https://api.github.com/repos/matomo-org/matomo/issues/1341/comments
2
2010-05-08T09:54:38Z
2014-08-03T11:21:46Z
https://github.com/matomo-org/matomo/issues/1341
37,351,495
1,341
[ "matomo-org", "matomo" ]
For example, if "core/" isn't writeable, the updater fails during the recursive copy. If this is the case, we should only offer a 'download to desktop' option. We can also revisit #1215 and [1957], i.e., to generate robots.txt at installation, so even a manual installation won't overwrite a user's customized robots.t...
Installer/Updater: check all directories writeable
https://api.github.com/repos/matomo-org/matomo/issues/1340/comments
2
2010-05-07T17:16:43Z
2014-07-08T10:02:55Z
https://github.com/matomo-org/matomo/issues/1340
37,351,494
1,340
[ "matomo-org", "matomo" ]
I'd like to open this ticket for future Translation updates of Piwik. I've just updated the German translation and it is now almost complete (98%). I'd also like to ask if there is some sort of notification mechanism for translators to notify them of new Strings that need to be translated. Keywords: translation
Update of Translations
https://api.github.com/repos/matomo-org/matomo/issues/1339/comments
4
2010-05-07T16:41:23Z
2014-08-03T11:21:46Z
https://github.com/matomo-org/matomo/issues/1339
37,351,493
1,339
[ "matomo-org", "matomo" ]
I upgraded to 0.6 yesterday. Today it shows me on the _visits by server time_ graph an visitor for the 23rd hour while server time is nowhere near that yet. (see attachment) Keywords: 23h, visitors, graph
piwik shows erroneous future visitor(s) in by hour graph
https://api.github.com/repos/matomo-org/matomo/issues/1338/comments
4
2010-05-07T11:45:48Z
2014-07-08T10:02:32Z
https://github.com/matomo-org/matomo/issues/1338
37,351,492
1,338
[ "matomo-org", "matomo" ]
In [1743], .htaccess files were added to core, lang, libs, plugins, and themes to guard against directory listing and direct access to .php and .tpl files. This ascribes to the "secure by default" principle. It addresses the potential 'information disclosure' vulnerability (i.e., script path or include path) on a mis...
Create .htaccess files at runtime
https://api.github.com/repos/matomo-org/matomo/issues/1337/comments
5
2010-05-06T20:40:16Z
2014-07-08T10:02:32Z
https://github.com/matomo-org/matomo/issues/1337
37,351,490
1,337
[ "matomo-org", "matomo" ]
http://forum.piwik.org/index.php?showtopic=8661
Fatal error: Call to private method Piwik_Common::getFirstIpFromList()
https://api.github.com/repos/matomo-org/matomo/issues/1336/comments
1
2010-05-06T19:18:24Z
2014-07-08T10:02:32Z
https://github.com/matomo-org/matomo/issues/1336
37,351,489
1,336
[ "matomo-org", "matomo" ]
I have changed the source(core) to abstract alot of the mysql specific code to different providers. This has allowed me to support Microsoft Sql Server 2008. I have created a patch that would allow for the co-existence of mssql and mysql. This is my first time to ever do php, I have done a lot of C#, asp.net, database ...
Support for MSSQL
https://api.github.com/repos/matomo-org/matomo/issues/1335/comments
14
2010-05-06T18:17:18Z
2014-08-29T06:14:21Z
https://github.com/matomo-org/matomo/issues/1335
37,351,488
1,335
[ "matomo-org", "matomo" ]
Somehow it seems to be a total breakdown. Nothing seems to work anymore properly. The only thing that seems to work properly is the recording of visits/actions/etc. in the DB.
After Upgrade to 0.6 Sparklines and expanding data table does not work.
https://api.github.com/repos/matomo-org/matomo/issues/1334/comments
1
2010-05-06T10:59:33Z
2014-08-03T11:21:46Z
https://github.com/matomo-org/matomo/issues/1334
37,351,486
1,334
[ "matomo-org", "matomo" ]
This error message is shown instead of the Flash Objects. ``` Open Flash Chart JSON Parse Error [Syntax Error] Error at character 0, line 1: 0: Preparing archive: skipped, archive is before the website was created. <br />Preparing archive: skipped, archive is before the website was created. ```
Error message instead of Flash Object
https://api.github.com/repos/matomo-org/matomo/issues/1333/comments
1
2010-05-06T10:17:47Z
2014-07-08T10:02:31Z
https://github.com/matomo-org/matomo/issues/1333
37,351,485
1,333
[ "matomo-org", "matomo" ]
This message is shown above each Report after upgrading to 0.6.
Preparing archive: archive already processed [id = 156]...
https://api.github.com/repos/matomo-org/matomo/issues/1332/comments
1
2010-05-06T10:13:35Z
2014-07-08T10:02:31Z
https://github.com/matomo-org/matomo/issues/1332
37,351,484
1,332
[ "matomo-org", "matomo" ]
I just upgraded two Piwik installations from 0.5.5 to 0.6 and ran into the same issue twice. During the upgrade process, a fatal error occurs: ``` Fatal error: Call to undefined method Piwik::getLoginPluginName() in /some/path/htdocs/core/View.php on line 129 ``` After reloading the URL http://some.host/index.php?mod...
Prevent all errors during auto update
https://api.github.com/repos/matomo-org/matomo/issues/1331/comments
19
2010-05-06T10:05:47Z
2014-07-08T10:09:35Z
https://github.com/matomo-org/matomo/issues/1331
37,351,483
1,331
[ "matomo-org", "matomo" ]
None
Zend Framework 1.10.4 maintenance update
https://api.github.com/repos/matomo-org/matomo/issues/1330/comments
1
2010-05-06T04:21:45Z
2014-07-08T10:02:30Z
https://github.com/matomo-org/matomo/issues/1330
37,351,481
1,330
[ "matomo-org", "matomo" ]
php 5.1.6 user reported getting a notice: - http://forum.piwik.org/index.php?showtopic=7971&view=findpost&p=32671 - http://forum.piwik.org/index.php?showtopic=8501 ``` Notice: Object of class Piwik_Date to string conversion in /var/www/vhosts/mydomainname.com/httpdocs/livestats/libs/Zend/Db/Statement/Pdo.php on line ...
PHP 5.1.x compatibility
https://api.github.com/repos/matomo-org/matomo/issues/1329/comments
1
2010-05-05T23:34:39Z
2014-07-08T10:02:30Z
https://github.com/matomo-org/matomo/issues/1329
37,351,480
1,329
[ "matomo-org", "matomo" ]
After updating to 0.6 I get the following error displayed all over the pages (and I wish I hadn't believed in the magic and made a backup...) Notice: Object of class Piwik_Date to string conversion in /var/www/html/piwik/libs/Zend/Db/Statement/Pdo.php on line 228 Backtrace --> #0 Piwik_ErrorHandler(8, Object of class...
PHP 5.1.x Notice: Object of class Piwik_Date to string conversion
https://api.github.com/repos/matomo-org/matomo/issues/1328/comments
4
2010-05-05T23:22:14Z
2014-07-08T10:02:30Z
https://github.com/matomo-org/matomo/issues/1328
37,351,479
1,328
[ "matomo-org", "matomo" ]
This ticket is a placeholder for the missing unit and integrations tests in Piwik. [See existing tests in trunk](https://github.com/piwik/piwik/blob/master/tests/core). - core/Tracker/\* Some code is being unit tested, but no test cover the full interactions and code path, eg. tracking a page, tracking a goal, setting ...
Write Tracker, Archiving and API integration tests.
https://api.github.com/repos/matomo-org/matomo/issues/1327/comments
1
2010-05-05T17:38:57Z
2014-07-08T10:02:29Z
https://github.com/matomo-org/matomo/issues/1327
37,351,477
1,327
[ "matomo-org", "matomo" ]
On 7 step I've got following error message "- You can't access this resource as it requires an 'admin' access for at least one website." Even if I try to use "example.org" or my own domain. Tried to use svn version and lates.zip without result, same error.
Installation failed on step 7
https://api.github.com/repos/matomo-org/matomo/issues/1326/comments
7
2010-05-05T15:20:16Z
2014-07-08T10:02:29Z
https://github.com/matomo-org/matomo/issues/1326
37,351,476
1,326
[ "matomo-org", "matomo" ]
Hello, could you add a faster integration of Piwik? For example like that: http://pastebin.com/0r6uJnAP
Faster integration
https://api.github.com/repos/matomo-org/matomo/issues/1325/comments
3
2010-05-05T14:06:38Z
2014-07-08T10:02:29Z
https://github.com/matomo-org/matomo/issues/1325
37,351,474
1,325