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"
] | The current code is:
<!-- Piwik -->
<a href="http://piwik.org" title="Web analytics api" onclick="window.open(this.href);return(false);">
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://xxx/" : "http://xxx/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<object><noscript><p>Web analytics api <img src="http://xxx/piwik.php" style="border:0" alt="piwik"/></p></noscript></object></a>
<!-- End Piwik Tag -->
but i think it could be:
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://xxx/" : "http://xxx/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<noscript><img src="http://xxx/piwik.php" style="border:0;display:none" alt="piwik"/></noscript>
<!-- End Piwik Tag -->
regards
| Clean up javascript code for tracking | https://api.github.com/repos/matomo-org/matomo/issues/418/comments | 2 | 2008-11-11T14:24:04Z | 2014-07-08T09:59:09Z | https://github.com/matomo-org/matomo/issues/418 | 37,350,348 | 418 |
[
"matomo-org",
"matomo"
] | I have installed the new version of piwik (.17) and I have a test site with 3 or 4 links on them to test outlinking. I have users with different browsers test the site and it seems that in the database the information is captured (ex. user uses chrome, firefox, etc) but on the piwik dashboard the site has no data present as in no visitors have visited the site
Is there an inherent update lag between the piwik app and the db itself? It seems as if the data has been committed but no information is showing up on the application front end?
| Update lag | https://api.github.com/repos/matomo-org/matomo/issues/417/comments | 2 | 2008-11-10T21:51:01Z | 2014-08-03T11:22:22Z | https://github.com/matomo-org/matomo/issues/417 | 37,350,347 | 417 |
[
"matomo-org",
"matomo"
] | I would like to have the feature from phpMyVisits back, that you can exclude the Admin from the statistic with setting a cockie.
Now you can set this feature for every single domain.
This was ok, but better will be if you can also set it global that the admin will not count for every domain that is set up in this installation of piwik.
:) Sven
| Don't count Administrator | https://api.github.com/repos/matomo-org/matomo/issues/416/comments | 1 | 2008-11-09T11:49:39Z | 2014-07-08T09:59:08Z | https://github.com/matomo-org/matomo/issues/416 | 37,350,346 | 416 |
[
"matomo-org",
"matomo"
] | When I install Piwik 0.2.17 for the first time, I get a SQL statement error message when I press "Go!" for Step 3: databaseSetup. I'm running Ubuntu 8.10, with the latest packages needed for LAMP and Piwik.
Here was the error message that appeared:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option ( option_name VARCHAR( 64 ) NOT NULL , option_value LONGT' at line 1
Backtrace:
#0 /var/www/piwik/libs/Zend/Db/Statement.php(298): Zend_Db_Statement_Pdo->_execute(Array)
#1 /var/www/piwik/libs/Zend/Db/Adapter/Abstract.php(269): Zend_Db_Statement->execute(Array)
#2 /var/www/piwik/libs/Zend/Db/Adapter/Pdo/Abstract.php(206): Zend_Db_Adapter_Abstract->query('CREATE TABLE op...', Array)
#3 /var/www/piwik/core/Piwik.php(1054): Zend_Db_Adapter_Pdo_Abstract->query('CREATE TABLE op...')
#4 /var/www/piwik/plugins/Installation/Controller.php(204): Piwik::createTables()
#5 /var/www/piwik/plugins/Installation/Installation.php(62): Piwik_Installation_Controller->tablesCreation()
#6 [function](internal): Piwik_Installation->startInstallation(Object(Event_Notification))
#7 /var/www/piwik/libs/Event/Dispatcher.php(214): call_user_func_array(Array, Array)
#8 /var/www/piwik/core/PluginsManager.php(348): Event_Dispatcher->addObserver(Array, 'FrontController...')
#9 /var/www/piwik/core/PluginsManager.php(237): Piwik_PluginsManager->addPluginObservers(Object(Piwik_Installation))
#10 /var/www/piwik/core/PluginsManager.php(151): Piwik_PluginsManager->loadPlugins()
#11 /var/www/piwik/core/FrontController.php(225): Piwik_PluginsManager->setPluginsToLoad(Array)
#12 /var/www/piwik/index.php(51): Piwik_FrontController->init()
#13 {main}
Keywords: databaseSetup installation sql error
| Step 3: databaseSetup fails during installation: SQL statement error | https://api.github.com/repos/matomo-org/matomo/issues/415/comments | 3 | 2008-11-08T23:40:41Z | 2014-07-08T09:59:08Z | https://github.com/matomo-org/matomo/issues/415 | 37,350,345 | 415 |
[
"matomo-org",
"matomo"
] | Version Info about Piwik over the Piwik API are nice.
| Version Info | https://api.github.com/repos/matomo-org/matomo/issues/414/comments | 1 | 2008-11-06T14:17:43Z | 2014-07-08T09:59:08Z | https://github.com/matomo-org/matomo/issues/414 | 37,350,344 | 414 |
[
"matomo-org",
"matomo"
] | When I updated from version 0.2.9 (my original install) to 0.2.16 today, I encountered the following errors when I first attempted to go to http://[mydomain]/piwik:
Translation string 'PluginsAdmin_MenuPlugins' not available.
Backtrace:
#0 /home/mvpontheweb.com/public_html/piwik/plugins/PluginsAdmin/PluginsAdmin.php(28): Piwik_Translate('PluginsAdmin_Me...')
#1 /home/mvpontheweb.com/public_html/piwik/core/PluginsManager.php(170): Piwik_PluginsAdmin->postLoad()
#2 /home/mvpontheweb.com/public_html/piwik/core/FrontController.php(236): Piwik_PluginsManager->postLoadPlugins()
#3 /home/mvpontheweb.com/public_html/piwik/index.php(51): Piwik_FrontController->init()
#4 {main}
This was easy to resolve - I just edited piwik/lang/en.php to duplicate (in case it is used elsewhere as Core... not just Plugins...) the Core... version of this string as follows:
'CorePluginsAdmin_MenuPlugins' => 'Plugins',
'PluginsAdmin_MenuPlugins' => 'Plugins',
After the change I was able to access http://[mydomain]/piwik, however, after the DB update script ran, the next page produced several (3-5) of this error:
Notice: Object of class Zend_Config could not be converted to int in /home/mvpontheweb.com/public_html/piwik/core/Config.php on line 172
followed by the cannot send headers because output was already started by the error handler(s). I believe that all of the actual errors occured in the same file on the same line number.
PS - I also opened ticket #s 411 & 412 without setting their Milestone but I cannot find a method to correct that mistake.
| errors updating from 0.2.9 to 0.2.16 | https://api.github.com/repos/matomo-org/matomo/issues/413/comments | 5 | 2008-11-05T16:41:55Z | 2024-01-03T09:56:25Z | https://github.com/matomo-org/matomo/issues/413 | 37,350,342 | 413 |
[
"matomo-org",
"matomo"
] | My site uses frames; actually nested framesets. When I installed piwik in the head section of the frameset, I was not getting any data collected. So, looking into how it was generating the tracking, I saw that it was using an <img> tag and moved the script to the body of the html source for one of the frames.
Unfortunately, this broke the referral tracking and piwik was never seeing any traffic arriving from outside sources.
After thinking about it for a while, and not wanting to go too deep into the actual piwik code to track down the generation of the images, I modified piwik.php to do the document.writeln of a <script> (written as '<scr'+'ipt src=...) tag referencing the same src= attribute. Well obviously this did not work as the image being returned was not javascript. So I wrapped it in ob_start & ob_end_clean while seems to be working just fine.
Now I am getting tracking of external referrers. However, piwik does not seem to be recognizing visits I make from Google or Yahoo as search engine traffic, and it not logging the keywords I searched for either (I guess if the traffic is not recognized as search engine traffic it makes sense that the keywords would not be tracked).
Did I break some tracking mechanism of piwik by switching from <img> tag to <script> tag? Is there some other mechanism that you intended for head section tracking or to support traffic collection including referers and search engines for framed websites?
Thanks
| data collection with script tag rather than img tag for frameset/head section support | https://api.github.com/repos/matomo-org/matomo/issues/412/comments | 6 | 2008-11-05T16:00:52Z | 2014-08-03T11:22:28Z | https://github.com/matomo-org/matomo/issues/412 | 37,350,340 | 412 |
[
"matomo-org",
"matomo"
] | On my first install of piwik it was not collecting any data. In my first look at the source I noticed there was no php end taf (?>) at the end of piwik/piwik.php. Is there a reason for this? I added one but ultimately that was not my problem and I had to change some other things in my configuration, so I do not know if that was part of the issue or not. I marked this low priority as no one else seems to have an issue with it.
| Why no php end tag in piwik.php | https://api.github.com/repos/matomo-org/matomo/issues/411/comments | 1 | 2008-11-05T15:39:26Z | 2014-07-08T09:59:08Z | https://github.com/matomo-org/matomo/issues/411 | 37,350,339 | 411 |
[
"matomo-org",
"matomo"
] | i loaded the actual version (0.2.13)from your homepage and put it on my server.
after installing everything piwik wants wants to update to 0.2.13 - and then this error-message comes:
"Critical Error during the upgrade process:
Error trying to create the option table in Mysql: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'piwik_option' already exists"
could you help me? thank you!
Keywords: update
| update problem | https://api.github.com/repos/matomo-org/matomo/issues/410/comments | 1 | 2008-11-04T21:50:43Z | 2014-07-08T09:59:08Z | https://github.com/matomo-org/matomo/issues/410 | 37,350,338 | 410 |
[
"matomo-org",
"matomo"
] | Currently Piwik is using several third party cookies. we want Piwik to create, by default, 1st party cookies only. This is mainly for privacy reasons, but also for better accuracy in counting unique visitors (1st party cookies are more often accepted and less often deleted by users)
This ticket is a requirement for #134 and #1984
Keywords: scalability, cookie, 1st party cookie
| Implement first party cookie in Piwik | https://api.github.com/repos/matomo-org/matomo/issues/409/comments | 70 | 2008-11-04T12:14:54Z | 2014-07-08T10:16:40Z | https://github.com/matomo-org/matomo/issues/409 | 37,350,334 | 409 |
[
"matomo-org",
"matomo"
] | There is a problem in method "recognizeTheVisitor" in LogStats\Visit.php
When a visitors cookie is set but this visitor is not in the database anymore then no new visitor is written.
| recognizeTheVisitor doesn't save new visitor if cookie is set and visitor not found in DB | https://api.github.com/repos/matomo-org/matomo/issues/408/comments | 2 | 2008-10-31T12:23:30Z | 2014-07-08T09:59:06Z | https://github.com/matomo-org/matomo/issues/408 | 37,350,333 | 408 |
[
"matomo-org",
"matomo"
] | It would be nice to be able to see each visitor's path through your site.
Ie: pages they visited in order
Keywords: visitor path
| Visitor Paths | https://api.github.com/repos/matomo-org/matomo/issues/407/comments | 1 | 2008-10-29T22:31:41Z | 2014-07-08T09:59:06Z | https://github.com/matomo-org/matomo/issues/407 | 37,350,332 | 407 |
[
"matomo-org",
"matomo"
] | For some reasons which I can't understand, the language drop down is on another line in google chrome.
please see attached screenshot.
if anyone can help me debug this one, this would be really useful.
it works fine on FF3 and IE6.
| Google chrome language drop down not at the right place | https://api.github.com/repos/matomo-org/matomo/issues/406/comments | 1 | 2008-10-29T19:02:56Z | 2014-07-08T09:59:06Z | https://github.com/matomo-org/matomo/issues/406 | 37,350,331 | 406 |
[
"matomo-org",
"matomo"
] | the file :
CoreHome/templates/js_global_variables.tpl
is not present as you can see in the backtrack :
---
User Warning: Smarty error: unable to read resource: "CoreHome/templates/js_global_variables.tpl" in /home/sitonerd.com/trunk/libs/Smarty/Smarty.class.php on line 1095
Backtrace -->
#0 Piwik_ErrorHandler(512, Smarty error: unable to read resource: "CoreHome/templates/js_global_variables.tpl", /home/sitonerd.com/trunk/libs/Smarty/Smarty.class.php, 1095, Array ([=> unable to read resource: "CoreHome/templates/js_global_variables.tpl",[error_type](error_msg]) => 512))
#1 trigger_error(Smarty error: unable to read resource: "CoreHome/templates/js_global_variables.tpl", 512) called at [/home/sitonerd.com/trunk/libs/Smarty/Smarty.class.php:1095]
#2 Smarty->trigger_error(unable to read resource: "CoreHome/templates/js_global_variables.tpl") called at [/home/sitonerd.com/trunk/libs/Smarty/Smarty.class.php:1584]
#3 Smarty->_fetch_resource_info(Array ([=> CoreHome/templates/js_global_variables.tpl,[get_source](resource_name]) => 1,[=> )) called at [/home/sitonerd.com/trunk/libs/Smarty/Smarty.class.php:1410](quiet])
#4 Smarty->_compile_resource(CoreHome/templates/js_global_variables.tpl, tmp/templates_c/%%06^06B^06B33F6B%%js_global_variables.tpl.php) called at [/home/sitonerd.com/trunk/libs/Smarty/Smarty.class.php:1862]
#5 Smarty->_smarty_include(Array ([=> CoreHome/templates/js_global_variables.tpl,[smarty_include_vars](smarty_include_tpl_file]) => Array ())) called at [/home/sitonerd.com/trunk/tmp/templates_c/%%77^771^77160059%%index.tpl.php:23]
#6 include(/home/sitonerd.com/trunk/tmp/templates_c/%%77^771^77160059%%index.tpl.php) called at [/home/sitonerd.com/trunk/libs/Smarty/Smarty.class.php:1260]
#7 Smarty->fetch(CoreHome/templates/index.tpl) called at [/home/sitonerd.com/trunk/core/View.php:98]
#8 Piwik_View->render() called at [/home/sitonerd.com/trunk/plugins/CoreHome/Controller.php:54]
#9 Piwik_CoreHome_Controller->index()
#10 call_user_func_array(Array ([=> Piwik_CoreHome_Controller Object ([](0]) => CoreHome,[=> 2008-10-28,[](]) => Piwik_Date Object ([=> 1225148400)),[1](timestamp]) => index), Array ()) called at [/home/sitonerd.com/trunk/core/FrontController.php:143]
#11 Piwik_FrontController->dispatch() called at [/home/sitonerd.com/trunk/index.php:52]
---
Keywords: s_global_variables corehome, missing template smarty error
| smarty error after apply SVN revision 660 | https://api.github.com/repos/matomo-org/matomo/issues/405/comments | 0 | 2008-10-29T15:02:42Z | 2008-11-04T12:25:14Z | https://github.com/matomo-org/matomo/issues/405 | 37,350,330 | 405 |
[
"matomo-org",
"matomo"
] | Proposed feature:
When user visits Piwik
- the controller fetches the Archive, if number of visits for the period is 0
- check a flag in option table, to see if for this website there was tracking data found in the logs
- select count() if first time querying
- if there is some data in earlier or later dates, display "there is no data in this report" normal behavior
- if there is no log in the piwik DB, have a Notice/Help message displayed at the top in the In-app message, on the left of "About Piwik 1.2"
- the message would explain there is no log found for this website, maybe a problem with the tracking code? Link to FAQ.
Requires: in-app messaging #1358
| Build visual feedback to assist users when there is no data to show (why?) | https://api.github.com/repos/matomo-org/matomo/issues/404/comments | 9 | 2008-10-28T19:40:51Z | 2024-09-13T09:13:18Z | https://github.com/matomo-org/matomo/issues/404 | 37,350,329 | 404 |
[
"matomo-org",
"matomo"
] | Hi, "~" is common in personal webpages on UNIX, should be accepted too:
--- plugins/SitesManager/API.php.orig 2008-06-26 01:57:04.000000000 +0200
+++ plugins/SitesManager/API.php 2008-10-28 10:36:03.000000000 +0100
@@ -447,7 +447,7 @@
*/
static private function isValidUrl( $url )
{
- return ereg('^http[s]?://([A-Za-z0-9\/_.:-])*$', $url);
- ```
return ereg('^http[s]?://([A-Za-z0-9\/_.:-~])*$', $url);
}
/**
```
| Little error in isValidUrl, rejecting "~" | https://api.github.com/repos/matomo-org/matomo/issues/403/comments | 2 | 2008-10-28T10:51:21Z | 2014-07-08T09:59:05Z | https://github.com/matomo-org/matomo/issues/403 | 37,350,328 | 403 |
[
"matomo-org",
"matomo"
] | Google use "oq" for Google suggest. A report on TypeWord & SuggestedWord would be interesting. (e.g q=0+credit+cards and oq=0%25)
http://www.google.com/search?q=0+credit+cards&aq=1&oq=0%25
Keywords: wishlist
| New plugin to show google suggested keywords and typed keyword | https://api.github.com/repos/matomo-org/matomo/issues/402/comments | 0 | 2008-10-27T16:34:21Z | 2010-08-17T16:37:42Z | https://github.com/matomo-org/matomo/issues/402 | 37,350,327 | 402 |
[
"matomo-org",
"matomo"
] | In the UI for user management, each user could select the website that piwik should load by default for this user.
Also when integrating #389 user should be able to define this module as a default module to load.
| define website to load by default when loading the UI (on a per user basis) | https://api.github.com/repos/matomo-org/matomo/issues/401/comments | 6 | 2008-10-24T13:15:39Z | 2014-07-08T10:01:58Z | https://github.com/matomo-org/matomo/issues/401 | 37,350,326 | 401 |
[
"matomo-org",
"matomo"
] | It would be nice to be able to drill down into the per hour chart to see a breakdown in traffic in say, 5 minute intervals (i.e. make the bar chart more granular than just per hour increments).
Keywords: outofscope
| Plugin to show number of visits /pages per 5min range | https://api.github.com/repos/matomo-org/matomo/issues/400/comments | 2 | 2008-10-24T12:48:04Z | 2017-12-07T02:12:47Z | https://github.com/matomo-org/matomo/issues/400 | 37,350,325 | 400 |
[
"matomo-org",
"matomo"
] | Thanks Patrick R for telling us the name of the directory.
Unfortunately I must agree, that this video is more a demo of piwik, but not an installation guide.
Installing of php/mysql apps are almost the same procedure: upload, create db, run install procedure (by opening the url).
But I could not find the hint with the tmp-directory anywhere but in Patrick R's comment. This should really be added to the FAQ.
Patrick (August 9) as soon as you ad a directory tmp, the error message will make sense:
chmod 777 /home.../.../piwik/httpdocs/tmp
But why is this directory not included in the zip? It would make life so much easier for all of us ;)
| Add the /tmp/ directory in the release | https://api.github.com/repos/matomo-org/matomo/issues/399/comments | 0 | 2008-10-24T11:22:40Z | 2009-08-18T19:05:25Z | https://github.com/matomo-org/matomo/issues/399 | 37,350,324 | 399 |
[
"matomo-org",
"matomo"
] | at the moment if somebody changes the feedburner, it will update globally for all website. it should instead be on a per website basis.
| Feedburner widget should save the data per website! | https://api.github.com/repos/matomo-org/matomo/issues/398/comments | 0 | 2008-10-24T11:11:52Z | 2008-10-29T18:37:22Z | https://github.com/matomo-org/matomo/issues/398 | 37,350,323 | 398 |
[
"matomo-org",
"matomo"
] | Graph core currently support plotting 2 lines.
- this task is about providing documentation and examples on how to use the multiple lines per graph feature
- this won't be used by Piwik core but could be used by plugins. see the ticket #534 for an implementation suggestion to vizualize evolution of visits for a given keyword/country/etc. over the last 30 days/weeks/etc.
| Graph could plot multiple values | https://api.github.com/repos/matomo-org/matomo/issues/397/comments | 1 | 2008-10-23T13:42:35Z | 2014-07-08T10:01:50Z | https://github.com/matomo-org/matomo/issues/397 | 37,350,322 | 397 |
[
"matomo-org",
"matomo"
] | There are definitions for unique visitors, bounce rate, etc. that Piwik needs to comply to. See the full documentation on http://www.webanalyticsassociation.org/attachments/committees/5/WAA_Web_Analytics_Definitions_20080922_For_Public_Comment.pdf
We need to make sure that Piwik definitions comply to these.
We already know that unique visitors over a week/month/year are not correct (see #5428)
| Make sure Piwik complies with WAA definitions | https://api.github.com/repos/matomo-org/matomo/issues/396/comments | 3 | 2008-10-22T19:44:02Z | 2014-07-08T10:02:13Z | https://github.com/matomo-org/matomo/issues/396 | 37,350,321 | 396 |
[
"matomo-org",
"matomo"
] | We can detect more mobile phones, consoles, etc. in Piwik
We can build a simple plugin that lists all the user agent flagged as "unknown" in the logs. We can then use this tool to add new Operating Systems / Browsers in the related files (https://github.com/piwik/piwik/blob/master/core/DataFiles)
| Detect more mobile phones, mobile devices, consoles | https://api.github.com/repos/matomo-org/matomo/issues/395/comments | 8 | 2008-10-21T13:16:43Z | 2014-07-08T10:01:07Z | https://github.com/matomo-org/matomo/issues/395 | 37,350,320 | 395 |
[
"matomo-org",
"matomo"
] | The plugin would add a sub-tab in Visitors and show number of unique visitors by:
- cable
- dsl
- Modem
The plugin would have to gather more data with the JS tag. We currently don't have a mechanism to allow plugin to hook themselves in the javascript.
Resources:
- see hack 69 in ["web analytics demystified"](http://books.google.com/books?hl=en&id=v3ebu7RJT3oC&dq=web+analytics+demystified&printsec=frontcover&source=web&ots=-DZlvUfYXb&sig=aHHNvEWYsU-zjw1Sfq3yhtEj4i0&sa=X&oi=book_result&resnum=5&ct=result#PPA272,M1)
Keywords: wishlist
| Plugin to show connection speed | https://api.github.com/repos/matomo-org/matomo/issues/394/comments | 1 | 2008-10-21T13:11:24Z | 2014-07-08T09:59:04Z | https://github.com/matomo-org/matomo/issues/394 | 37,350,319 | 394 |
[
"matomo-org",
"matomo"
] | The number currently shown is the sum of unique visitors for all pages within this category. This is wrong, we should not display or output in the API this data.
Keywords: nb_uniq_visitors unique visitors
| Remove unique visitors from report for a given category of actions | https://api.github.com/repos/matomo-org/matomo/issues/393/comments | 1 | 2008-10-21T12:28:21Z | 2014-07-08T09:59:04Z | https://github.com/matomo-org/matomo/issues/393 | 37,350,318 | 393 |
[
"matomo-org",
"matomo"
] | i have setup piwik however it is not collecting stats. I have the code in my footer at www.massagemanedger.com and after weeks of having it installed, it's not showing any stats.
| nto collecting site stats | https://api.github.com/repos/matomo-org/matomo/issues/392/comments | 1 | 2008-10-17T19:21:43Z | 2014-08-03T11:22:28Z | https://github.com/matomo-org/matomo/issues/392 | 37,350,317 | 392 |
[
"matomo-org",
"matomo"
] | http://host.com/index.php?module=API&method=VisitorInterest.getNumberOfVisitsPerVisitDuration&format=CSV&idSite=58&period=day&date=2008-10-15&filter_limit=100
if called with any kind of site profile ( admin|view ) the call will put back :
Error: You can't access this resource as it requires a 'view' access for the website id = X.
Tryed with admin and view access level but always the same. In the stable release this problem is not present.
The problem is present not only for "unprivileged" site users but also for the "super" ADMIN.
Keywords: export, VisitorInterest.getNumberOfVisitsPerVisitDuration, CSV, JSON, PHP, XML
| export data csv, xml, json, php denied for anyuser | https://api.github.com/repos/matomo-org/matomo/issues/391/comments | 1 | 2008-10-16T10:04:15Z | 2014-07-08T09:59:04Z | https://github.com/matomo-org/matomo/issues/391 | 37,350,316 | 391 |
[
"matomo-org",
"matomo"
] | I'm looking thru the documentation and missing info from when the javascript sends data and where and what it's collected on serverside.
Would like to extend data that is sent to piwik and after that build custom plugins on how to extract it.
| javscript raw data update | https://api.github.com/repos/matomo-org/matomo/issues/390/comments | 1 | 2008-10-15T11:59:37Z | 2014-08-03T11:22:28Z | https://github.com/matomo-org/matomo/issues/390 | 37,350,315 | 390 |
[
"matomo-org",
"matomo"
] | Some Piwik users add a lot of websites in Piwik.
It is also common that users of a given Piwik installation can access more than 10 websites.
Currently they have to go to each of these websites to check their reports.
They need quick & easy way to get an overview of what's happening in all their websites at once, and a quick access to more details.
**Mockup**
[[Image(http://issues.piwik.org/attachments/389/multi%20site%20report.PNG?format=raw)]]
**Overview**
- This page is space efficient but clear to display data about several websites
- gives an overview of what happened on all your websites, so you can choose which ones need investigation.
- display raw numbers
- and show the evolution of the metrics over the last days/weeks/month. via sparkline + red/green indicator
- this page links to each website report by a click on the website name
- possible to change the period of the dashboard: Day/Week/Month/Year
- each website is a simple row on the page
- for each website, print the
- website name
- nb of unique visitors
- nb of pages
- (keep space for nb of goal conversions - coming)
- a sparklines of the last 30 days/week/month/year for unique visitors
- when hovering the website name, the "drag icon" appears on the left of the website name. This icon makes draggable the list of websites so that each user can reorder their list of websites. By default website are ordered alphabetically. The website order in the list are saved for each user in the database (like the dashboard is), except for anonymous for whom the order is only stored in session (alternatively the feature can be disabled for anonymous user). The drag n drop feature would use Jquery UI draggable that we already use to reorder widgets in the dashboard.
- This dashboard can be accessed by a new entry "All websites" that always appears on the top of the "Website selector" on the top right of the page.
Speed
When loading 300 websites, we will lookup numerical values, for the period selected.
To show UU + visits + pages + conversions we need to load the 4 related numeric values for 300 websites. that's 1 SELECT query to return 1200 values.
to show green/red evolution indicator we need to select the compared numeric value from yesterday/last week/last month/last year. that's one SELECT to return 300 values.
loading 300 sparklines will take a loong time, as the browser will issue limited http request on the piwik domain. loading 300 sparklines will certainly take more than 20 seconds.
is that an issue?
**Future releases**
- adding sorting feature so that user can sort table by unique visitors, conversions, etc.
- adding search feature so that user can see only websites with names matching a string. the search box would have auto suggest feature.
- add possibility to choose the default page to arrive on - either the dashboard with all websites or the first available website in the list
**Estimate**
between 4 and 6 days of work
Keywords: multi-sites
| Dashboard for multiple sites (potentially hundreds of websites) | https://api.github.com/repos/matomo-org/matomo/issues/389/comments | 35 | 2008-10-14T16:36:50Z | 2014-07-08T10:17:02Z | https://github.com/matomo-org/matomo/issues/389 | 37,350,314 | 389 |
[
"matomo-org",
"matomo"
] | Adding a new Website in Sites Management is not working correctly, after entering data and pressing the green Icon, the feedback is missing.
Websites will be added anyway.
I use opera 9.5, Windows XP SP3 and the svn export from 10.09.2008
| feedback when adding website | https://api.github.com/repos/matomo-org/matomo/issues/388/comments | 5 | 2008-10-14T16:04:48Z | 2014-07-08T09:59:03Z | https://github.com/matomo-org/matomo/issues/388 | 37,350,313 | 388 |
[
"matomo-org",
"matomo"
] | Currently when an admin user goes to administration, it requires super user password, because the page loaded is the plugin page. We should, for these user with admin rights, load the website page by default, on which they will have permission to edit website data.
| admin user should not be prompted for super user pwd when clicking on admin link | https://api.github.com/repos/matomo-org/matomo/issues/387/comments | 1 | 2008-10-14T15:35:12Z | 2014-07-08T09:59:03Z | https://github.com/matomo-org/matomo/issues/387 | 37,350,312 | 387 |
[
"matomo-org",
"matomo"
] | SEE NEW TICKET AT: #1999
## This one was closed
This ticket is a place holder for all performance related notes/thoughts/feedback.
**There are already a number of interesting performance improvements tickets**
Here is the list:
\* Piwik creates one cookie per install which is not scalable, we should build a server side DB based cookiestore: #409
\* Piwik logs should be rotated into a yearly table: #5
\* Bulk load Piwik logs (with a documented API) which would improve tracking performance, and make it easy to do performance testing #134
\* Fix memory leak error during Piwik archiving task for larger piwik setup #766
\* All Websites dashboard should work when Piwik has thousands of registered websites (currently only scales to a few hundreds websites) #1077
**Building a regression and performance testing environment for Piwik**
Partly described in #134.
The objective of this project is to build a automatic and reusable performance testing infrastructure, that would make it easy to generate lots of hits and big data sets
- Setup performance testing server (called "preprod") with monitoring
- Replaying logs from previous days (see #5554)
- Use preprod to have a precise idea of load that Piwik can handle (pages per day, per month), the size of data in mysql
- Use preprod to run Archiving and determine where Archiving is slow, or fails (via profiling).
- Use preprod to optimize the tracking mechanism (denormalize tables, review index strategy)
- Implement quick wins and plan for bigger changes 1 day
Once we have a system to assess performance, we could answer in a specific documentation page a few of the more common questions
- Does it use a lot of bandwith on your site?
- Does it take a lot of space/memory in the MySQL database?
- Does it make your site load (and work) slower?
- Expected DB size for a website with 1k, 10k, 100k visits and 1M pages.
List server configuration required to run Piwik: on a shared server / on a dedicated server.
List archiving processing time examples for large traffic.
- Suggest best setting configuration for small & medium (default config) and higher traffic installs
**Interesting read on scalability & performance**
```
* [Rasmus Lerdorf on scaling web apps with PHP](http://www.niallkennedy.com/blog/2006/07/rasmus-lerdorf-php-web20.html)
* [Scaling PHP/MySQL, Hardware only, by Flickr](http://www.scribd.com/doc/21593/Scaling-PHPMySQL)
* [Scaling at Digg](http://eliw.crossbows.biz/conference/zendcon-2007-high-perf.pdf)
* [How Flickr Handles Moving You to Another Shard](http://highscalability.com/how-flickr-handles-moving-you-another-shard)
* [Real World Web:Performance & Scalability](http://develooper.com/talks/rww-mysql-2008.pdf)
* [Flickr architecture details](http://highscalability.com/flickr-architecture)
* [Flickr architecture details](http://highscalability.com/flickr-architecture)
* [Mysql performance blog](http://www.mysqlperformanceblog.com/)
```
**To study**
```
* [Mysql query profiler](http://dev.mysql.com/tech-resources/articles/using-new-query-profiler.html)
* [Optimizing php with APC (by a Facebook dev)](http://c7y.phparch.com/c/entry/1/art,apc_facebook)
* [ Various Mysql performance reporting tools](http://www.mysqlperformanceblog.com/tools/)
* Monitoring tools: nagios, mrtg, puppet, munin, ganglia.sourceforge.net (graph across multiple servers)
```
Keywords: performance fast scalability high traffic
| Dupe php, mysql, massive data set | https://api.github.com/repos/matomo-org/matomo/issues/386/comments | 17 | 2008-10-14T14:47:29Z | 2014-08-03T11:22:28Z | https://github.com/matomo-org/matomo/issues/386 | 37,350,310 | 386 |
[
"matomo-org",
"matomo"
] | That would be useful if filter_pattern would handle any regular expression
piwik|web
open source*analytics
etc.
| filter_pattern handle multiple keywords, regex searches | https://api.github.com/repos/matomo-org/matomo/issues/385/comments | 1 | 2008-10-14T14:17:46Z | 2014-07-08T09:59:02Z | https://github.com/matomo-org/matomo/issues/385 | 37,350,309 | 385 |
[
"matomo-org",
"matomo"
] | Encountering an error in referers menu- Error is "No data for this table"
How can I troubleshoot this error?
| referers menu- Error is "No data for this table" | https://api.github.com/repos/matomo-org/matomo/issues/384/comments | 1 | 2008-10-13T17:07:38Z | 2014-08-03T11:22:28Z | https://github.com/matomo-org/matomo/issues/384 | 37,350,308 | 384 |
[
"matomo-org",
"matomo"
] | I think my piwik is tracking stats from the piwik site as my stats are showing pages such as:
/8?piwik_campaign=aga
and other page hits I don't have in my site.
Is this possible?
| collecting piwik stats | https://api.github.com/repos/matomo-org/matomo/issues/383/comments | 3 | 2008-10-11T17:14:46Z | 2014-07-08T09:59:02Z | https://github.com/matomo-org/matomo/issues/383 | 37,350,307 | 383 |
[
"matomo-org",
"matomo"
] | There is at least one filter for Adblock Plus that attempts to block Piwik analytics. For example, easylist.adblockplus.org's Tracking Filter uses the regular expression: /piwik.js
This feature request is to:
1) provide an option to rename piwik.js to some less detectable filename (e.g., some site-specific random hash)
2) where the analytics code is presented (for cut & paste), substitute the alternate filename for piwik.js
| Option to rename piwik.js | https://api.github.com/repos/matomo-org/matomo/issues/382/comments | 2 | 2008-10-10T19:19:56Z | 2014-07-08T09:59:02Z | https://github.com/matomo-org/matomo/issues/382 | 37,350,306 | 382 |
[
"matomo-org",
"matomo"
] | Loading the translations, we could automatically generate a "Thank you" page for translators with their name + language they helped translating. Nice way of saying thanks for their great work!
| New documentation: Thank you page for translators | https://api.github.com/repos/matomo-org/matomo/issues/381/comments | 1 | 2008-10-10T17:22:28Z | 2014-07-08T09:59:02Z | https://github.com/matomo-org/matomo/issues/381 | 37,350,305 | 381 |
[
"matomo-org",
"matomo"
] | widgets generated through the Widgetize module should export the same format as currently seen. The callback to generate the embed code should be called when user clicks on icon below graph, and parameters for the format, etc.
see also #90
| Widgetize: should export the same format as currently seen | https://api.github.com/repos/matomo-org/matomo/issues/380/comments | 1 | 2008-10-10T17:21:30Z | 2014-07-08T09:59:02Z | https://github.com/matomo-org/matomo/issues/380 | 37,350,303 | 380 |
[
"matomo-org",
"matomo"
] | I am using a basic internal request and continue to receive the follow error despite the use of the correct token_auth:
"You can't access this resource as it requires a 'superuser' access."
```
$request = new Piwik_API_Request('
method=UsersManager.getUsers
&token_auth=c11c87e44b5c98a387e2968dc22fa4dc');
$result = $request->process();
```
I can go to the API in the admin panel and click the getUsers and it gives results to the browser just fine. Same token_auth in the URL as well. If you simply modify misc/api_internal_call.php to call UsersManager.getUsers and remove the extra data it loads when in the same browser (probably because I am logged in as admin). If I try a different browser it will not work. The token_auth appears to have no effect on authorizing the request.
In my specific implementation, I do not even want Piwik handling my sessions when using the internal API.
I have tested this on 0.2.9 as well as Release 634 from svn.
| Interal API permission issues | https://api.github.com/repos/matomo-org/matomo/issues/5799/comments | 1 | 2008-10-10T01:04:21Z | 2014-07-08T10:17:48Z | https://github.com/matomo-org/matomo/issues/5799 | 37,356,522 | 5,799 |
[
"matomo-org",
"matomo"
] | I just played araound with Piwik and got some strange javascript errors: "piwik_log is not defined". The error only occured in Firefox 3. I didn't find anything about this problem in this tracker, so just to let others searching for the same here's what i found:
The add-on "Adblock Plus" with filter-abo from "Filter von Dr.Evil (Deutschland)" blocks /piwik.js
| JS-Error: piwik_log is not defined | https://api.github.com/repos/matomo-org/matomo/issues/5798/comments | 3 | 2008-10-09T13:05:02Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5798 | 37,356,521 | 5,798 |
[
"matomo-org",
"matomo"
] | I have installed piwik. It allows me to log in however once logged in, i get the following error message.
Fatal error: Call to undefined function utf8_decode() in /home/mindzplay/massage/commerce/piwik/libs/upgradephp/upgrade.php on line 132
I am not sure what i've missed as I just completed the setup and it all went smooth.
thank you
Keywords: fatal error
| Installation: check for php-xml: undefined function utf8_decode() | https://api.github.com/repos/matomo-org/matomo/issues/5797/comments | 4 | 2008-10-09T04:45:28Z | 2014-07-08T10:17:48Z | https://github.com/matomo-org/matomo/issues/5797 | 37,356,520 | 5,797 |
[
"matomo-org",
"matomo"
] | a{color:red;} Uncaught exception: 'SQLSTATE[42000]: Syntax error or access violation: 1142 INDEX command denied to user 'web110226'@'localhost' for table 'piwik_log_link_visit_action'' More information In /var/www/web110226/html/houbsi/piwik/libs/Zend/Db/Statement/Pdo.php on line 227 Backtrace: #0 /var/www/web110226/html/houbsi/piwik/libs/Zend/Db/Statement.php(298): Zend_Db_Statement_Pdo->_execute(Array) #1 /var/www/web110226/html/houbsi/piwik/libs/Zend/Db/Adapter/Abstract.php(269): Zend_Db_Statement->execute(Array) #2 /var/www/web110226/html/houbsi/piwik/libs/Zend/Db/Adapter/Pdo/Abstract.php(206): Zend_Db_Adapter_Abstract->query('CREATE INDEX in...', Array) #3 /var/www/web110226/html/houbsi/piwik/modules/Piwik.php(984): Zend_Db_Adapter_Pdo_Abstract->query('CREATE INDEX in...') #4 /var/www/web110226/html/houbsi/piwik/plugins/Installation/Controller.php(194): Piwik::createTablesIndex() #5 /var/www/web110226/html/houbsi/piwik/plugins/Installation/Installation.php(63): Piwik_Installation_Controller->tablesCreation() #6 /var/www/web110226/html/houbsi/piwik/libs/Event/Dispatcher.php(214): Piwik_Installation->startInstallation(Object(Event_Notification)) #7 /var/www/web110226/html/houbsi/piwik/modules/PluginsManager.php(397): Event_Dispatcher->addObserver(Array, Array) #8 /var/www/web110226/html/houbsi/piwik/modules/PluginsManager.php(312): Piwik_PluginsManager->addPluginObservers(Array, 'FrontController...') #9 /var/www/web110226/html/houbsi/piwik/modules/PluginsManager.php(238): Piwik_PluginsManager->loadPlugins(Object(Piwik_Installation)) #10 /var/www/web110226/html/houbsi/piwik/modules/Piwik.php(410): Piwik_PluginsManager->setPluginsToLoad() #11 /var/www/web110226/html/houbsi/piwik/modules/FrontController.php(305): Piwik::loadPlugins(Array) #12 /var/www/web110226/html/houbsi/piwik/index.php(54): Piwik_FrontController->init() #13 {main}document.getElementById('div22701217').style.display='none'; You can get help from http://piwik.org (give us the full error message + your PHP and Mysql version) And this exception raised another exception "No entry is registered for key 'logger_exception'"
| Can't install Piwik | https://api.github.com/repos/matomo-org/matomo/issues/5796/comments | 2 | 2008-10-09T01:10:52Z | 2014-07-08T10:17:48Z | https://github.com/matomo-org/matomo/issues/5796 | 37,356,519 | 5,796 |
[
"matomo-org",
"matomo"
] | The script would replay given piwik apache logs, that would hit the piwik.php script. The script would take all parameters from the logs (cookie, referers, URL, etc.) and hit the piwik.php script with all the right cookies/parameters set.
This script would make it easy to replay logs for the purpose of:
- performance testing (hammering piwik with incoming data)
- regression testing (replaying logs and making sure they give the same results)
| Implement script to replay apache logs | https://api.github.com/repos/matomo-org/matomo/issues/5795/comments | 4 | 2008-10-08T19:49:19Z | 2014-07-08T10:17:48Z | https://github.com/matomo-org/matomo/issues/5795 | 37,356,518 | 5,795 |
[
"matomo-org",
"matomo"
] | The following php memory error is showing up when there is too much data.
``````
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in /home/www/piwik/demo/core/DataTable.php on line 807```
There are improvements to be made in the archiving process to make it more memory / computation efficient.
``````
| Performance: Fix memory leak during Archiving process | https://api.github.com/repos/matomo-org/matomo/issues/5794/comments | 20 | 2008-10-08T16:55:49Z | 2014-07-08T10:17:48Z | https://github.com/matomo-org/matomo/issues/5794 | 37,356,517 | 5,794 |
[
"matomo-org",
"matomo"
] | Reports for weeks, months and year do not include the most recent "today" data. Reports for weeks/month/year are only processed once per day, therefore are not 'real time' as such. This was done for performance optimization in the first place.
more info from Anton: I researched on this problem little more and I found real bug in the logic. Follow instructions below and you will see where the problem is:
1. Setup always_archive_data = false
2. Create new html page, add it as new site to Piwik and put JavaScript code to the page. DO NOT query for statistics for this site (actually it is only 1 page)
3. Make some visits from different browsers and/or machines.
4. Query for last day, then last week, month and for last year. You will see the same numbers for visits, actions etc. We are expecting weekly, monthly and yearly statistics do not include today's statistics. BUG.
Actually Piwik can't find archive built for last week, and it build it including today's visits. So Piwik does not follow the same logic. See next...
1. Now you have all archives built. Try to make some more visits and query for last day, week, month and year again. You will see new visits in the last day, but you will not see them in last month and year, but you will see it for last week! So it is totally confusing. Now Piwik does not include new visits from today (just like you said in your previous message). But it does it if no archives built in the past.
P.S. If you set always_archive_data = true and ask Piwik for visits for last day, week, month and year again - it will be ok including all today's visits.
So Piwik does not follow your logic described in the previous letter. It seems that the logic is that Piwik checks whether archive is built already and simply does not rebuild it.
It must NEVER include today's statistics... or ALWAYS include today's statistics. We can also contemplate a config file boolean setting include_today_statistics_in_period_archives
| Period reports must always or never include today's statistics | https://api.github.com/repos/matomo-org/matomo/issues/5793/comments | 6 | 2008-10-08T16:52:17Z | 2014-07-08T10:17:47Z | https://github.com/matomo-org/matomo/issues/5793 | 37,356,516 | 5,793 |
[
"matomo-org",
"matomo"
] | Problem: When embedding graph on site we want to disable links that refer to piwik panel.
Possible solutions: add special parameter that disable links on evolution graphs.
| disable links in evolution graph | https://api.github.com/repos/matomo-org/matomo/issues/5792/comments | 2 | 2008-10-08T11:17:18Z | 2014-07-08T10:17:47Z | https://github.com/matomo-org/matomo/issues/5792 | 37,356,515 | 5,792 |
[
"matomo-org",
"matomo"
] | After using piwik (last Version from CVS) for two and a half weeks, displaying month and year-views does not work anymore. Day and week-views are still fine.
I assume it is some kind of timeout, but today is also a new month.
| month and year not working anymor | https://api.github.com/repos/matomo-org/matomo/issues/5791/comments | 2 | 2008-10-01T16:04:56Z | 2014-07-08T10:17:47Z | https://github.com/matomo-org/matomo/issues/5791 | 37,356,514 | 5,791 |
[
"matomo-org",
"matomo"
] | Piwik integrated service to collect stats on a page that is saved or shared elsewhere.
A simple implementation might be a plugin that wraps an existing 3rd party service, e.g., AddToAny.com, AddThis.com, ShareThis.com, etc.
Keywords: outofscope
| Collects stats on pages shared/saved to bookmarks, social networks, etc. | https://api.github.com/repos/matomo-org/matomo/issues/5790/comments | 2 | 2008-09-29T05:56:44Z | 2014-08-03T11:30:04Z | https://github.com/matomo-org/matomo/issues/5790 | 37,356,513 | 5,790 |
[
"matomo-org",
"matomo"
] | - copied the directory in the webserver
- copied the mysql tables
but the counter doesn't seem to work any longer
A weekly view gives the following errors:
"Uncaught exception: 'SQLSTATE[HY000]: General error: 1030 Got error 124 from storage engine'"
The link to piwik.org is shown on the websides where the code is inserted.
What has I done wrong?
| How to move from one server to another? | https://api.github.com/repos/matomo-org/matomo/issues/5789/comments | 1 | 2008-09-28T22:20:02Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5789 | 37,356,512 | 5,789 |
[
"matomo-org",
"matomo"
] | I'm trying to track links in an email newsletter so I thought I would make use of piwik_campaign.
This works fine and shows up in the Referers > Campaigns report as 'Email':
http://hdsintranet.hdsupply.net/?piwik_campaign=Email
This does not work:
http://hdsintranet.hdsupply.net/Marketing_CMS/Communications/UploadedFiles/Memo_092608_PamCampbell.pdf?piwik_campaign=EnterpriseCommunicationsEmail
Any ideas?
Thanks,
JJ
| piwik_campaign does not track my pdfs | https://api.github.com/repos/matomo-org/matomo/issues/5788/comments | 11 | 2008-09-26T19:50:25Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5788 | 37,356,511 | 5,788 |
[
"matomo-org",
"matomo"
] | I am not seeing any vists, even after using the data generator.
I saw
```
Generated 8 visits and 12 actions per visit for the 2008-09-25
Total actions: 96
Total requests per sec: 5
```
But when I view dashboard, I get no data.
My website is steveforster.is-a-geek.com
Any ideas ?
Keywords: Missing Data new install
| New Installation - no data | https://api.github.com/repos/matomo-org/matomo/issues/5787/comments | 4 | 2008-09-25T13:29:09Z | 2014-07-08T10:17:47Z | https://github.com/matomo-org/matomo/issues/5787 | 37,356,510 | 5,787 |
[
"matomo-org",
"matomo"
] | Cannot get download tracking working.
I have tried the following two methods and none of them seems to work.
I have downloaded version 0.2.9 on 2008/09/23.
Method 1: as per Javascript Tag Doc (http://piwik.org/javascript-tag-documentation/)
<a href='MyTest.pdf' class=piwik_download>Link I want to track as a download</a>
Method 2: as per ticket number 134 (#5554)
Content of html file:
<a href='MyTest.php'>Link I want to track as a download</a>
Content of 'MyTest.php':
<?php
Piwik_LogStats_API::logNewDownload('MyTest.pdf');
readfile('MyTest.pdf');
?>
I searched for 'logNewDownload' in the src and can't find it.
please help resolve this as download tracking is the most important tracking we want to do.
Thanks.
Keywords: download tracking
| Cannot get download tracking working | https://api.github.com/repos/matomo-org/matomo/issues/5786/comments | 2 | 2008-09-24T21:30:05Z | 2014-07-08T10:17:47Z | https://github.com/matomo-org/matomo/issues/5786 | 37,356,509 | 5,786 |
[
"matomo-org",
"matomo"
] | It would be helpful to see minor versions of popular browsers, less common browsers, and bots in the browser pie chart.
For example, some users may use IE 5.5 or a browser without a user-agent string.
Keywords: wishlist
| Report Bots, Uncommon Browsers, and Minor Versions | https://api.github.com/repos/matomo-org/matomo/issues/5785/comments | 2 | 2008-09-24T17:24:38Z | 2014-07-08T10:17:47Z | https://github.com/matomo-org/matomo/issues/5785 | 37,356,508 | 5,785 |
[
"matomo-org",
"matomo"
] | Searched for hours how to translate this text showed by flash , did you provided to translate this too or will it stay hardcoded.
Example in last visitor graph we have this nb_uniq_visitors , but no way to translate it.
regards
Morgalis
| No data for this graph | https://api.github.com/repos/matomo-org/matomo/issues/5784/comments | 1 | 2008-09-24T01:44:27Z | 2014-07-08T10:17:46Z | https://github.com/matomo-org/matomo/issues/5784 | 37,356,506 | 5,784 |
[
"matomo-org",
"matomo"
] | Having problems with creating a new plugin...help needed? Any tutorials?
Thanks
| Having problems with creating a new plugin...help needed? Any tuts? | https://api.github.com/repos/matomo-org/matomo/issues/5783/comments | 1 | 2008-09-21T14:42:46Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5783 | 37,356,505 | 5,783 |
[
"matomo-org",
"matomo"
] | I'm trying to perform installation based on latest SVN (r630) and receiving this error message when clicking "Go" for "Setup a website":
Notice: Undefined variable: toReturn in /data/var/www/stats.website/public_html/core/API/ResponseBuilder.php on line 71
Any idea what might be causing this? Please let me know if you need additional information to debug. Thanks!
| Undefined variable: toReturn | https://api.github.com/repos/matomo-org/matomo/issues/5782/comments | 1 | 2008-09-18T23:31:17Z | 2014-07-08T10:17:46Z | https://github.com/matomo-org/matomo/issues/5782 | 37,356,504 | 5,782 |
[
"matomo-org",
"matomo"
] | Hi, how do I get piwik Id ?
Thanks
littleblue
| Piiwik id | https://api.github.com/repos/matomo-org/matomo/issues/5781/comments | 0 | 2008-09-18T22:53:03Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5781 | 37,356,503 | 5,781 |
[
"matomo-org",
"matomo"
] | Hi there,
I have a strange bug with piwik version 0.2.9
After i login to piwik i get an error on the dashboard saying:
<snip>
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Registry.php' (include_path='.:.:.:.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/vhosts/siju.ch/subdomains/blog/httpdocs/piwik/modules/ErrorHandler.php on line 12
<snip>
If I wait three or four minutes or just click a view times on the dashboard "button" piwik loads a bit more but still have the error in the frames (Please see attached pictures Dashboard1.jpg and Dashboard2.jpg)
This fatal error thingy happend on other pages too.
Any idea?
Cheers
Simon
---
Server config:
\* Operating System : Linux
\* Server : Apache/2.2.3 (Linux/SUSE)
\* Memory usage : 15.92 MByte
\* MYSQL Version : 5.0.26
\* SQL Mode : Not set
\* PHP Version : 5.2.5
\* PHP Safe Mode : Off
\* PHP Allow URL fopen : Off
\* PHP Memory Limit : 32M
\* PHP Max Upload Size : 2M
\* PHP Max Post Size : 8M
\* PHP Max Script Execute Time : 30s
\* PHP Exif support : No
\* PHP IPTC support : Yes
\* PHP XML support : Yes
| Fatal error: Failed opening required 'Zend/Registry.php' | https://api.github.com/repos/matomo-org/matomo/issues/5780/comments | 3 | 2008-09-17T08:46:52Z | 2014-07-08T10:17:46Z | https://github.com/matomo-org/matomo/issues/5780 | 37,356,502 | 5,780 |
[
"matomo-org",
"matomo"
] | For a new website I am tracking fr about 2 days, I found out, that the counting is wrong. "last visitor" for DAY and week shows a different amount #34 than for Month and Year #46.
The same is true for a website I started tracking today:
last visitor day is #0, last visitor week is #2
| counting problem | https://api.github.com/repos/matomo-org/matomo/issues/5779/comments | 1 | 2008-09-12T12:58:24Z | 2014-07-08T10:17:46Z | https://github.com/matomo-org/matomo/issues/5779 | 37,356,501 | 5,779 |
[
"matomo-org",
"matomo"
] | As a new user, it is very irritating, that the trac section has a different Logo on top of it. I suggest to change the header to something like "Piwik # Develper Zone"
I created a Logo and attached it here, just as a first suggestion.
| Logo of dev.piwik.org "trac" should be replaced by Piwik # Develper Zone | https://api.github.com/repos/matomo-org/matomo/issues/5778/comments | 7 | 2008-09-12T11:58:07Z | 2014-07-08T10:17:46Z | https://github.com/matomo-org/matomo/issues/5778 | 37,356,500 | 5,778 |
[
"matomo-org",
"matomo"
] | For easy handling in the browser I think piwik (the user interface AND the website piwik.org) shold have a favicon.ico
I am not a designer, but created one out of the piwik logo as a first, fast solution.
| Piwik should have a favicon.ico | https://api.github.com/repos/matomo-org/matomo/issues/5777/comments | 2 | 2008-09-12T11:32:43Z | 2014-07-08T10:17:46Z | https://github.com/matomo-org/matomo/issues/5777 | 37,356,499 | 5,777 |
[
"matomo-org",
"matomo"
] | Hi,
I feel that that the team have done a great job with Piwik.
I am trying to create a new Plug In. I have a intermediate understanding of PHP and SQL . I would like a step by step tutorial on how to create a new Plug In. Would this be possible?. Any additional information or help will be appreciated.
Thank You,
Erkut
| Plug In Creation | https://api.github.com/repos/matomo-org/matomo/issues/5776/comments | 1 | 2008-09-09T23:42:22Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5776 | 37,356,498 | 5,776 |
[
"matomo-org",
"matomo"
] | Hi,
First, thanks for Piwik, it look greats, I'm sure it will even get better.
Second, I filled this ticket as bug, because I did not expect piwik.js->piwik_log() to wipe out my entire DOM when called once DOM has been loaded.
Could it be possible to remove any call to document.write or document.writeln from within piwik.js (or make them optional, or put them into generated javascript inserted on each page)?
The reason is the following:
1. I don't like having javascript within html doc, I prefer to have all my js code in dedicated .js files => I moved js code into outside script
_(benefit: code cleaner + most importantly does not interfer with page execution (__on my configuration, piwik.js is located on another hostname => my page load freezes up until the script piwik.js is loaded if I use javascript tags, with the consequence of delaying dom load and other js code execution for several seconds__)._
2. when you call document.write/document.writeln once your dom has been loaded, it clears all page content => **calling piwik_log() once dom is loaded clears all page content**
If you could simply remove "document.writeln('<img src="'+_pk_src+'" alt="Piwik" style="border:0" />');" from within piwik.js (or make it optional using a parameter on piwik_log function), it would enhance a lot piwik flexibility (and make my day :-)).
Below is the js code I use (based on mootools1.2) to load piwik.js and call piwik_log from external .js file once all DOM is loaded (maybe it can be useful to other people):
```
window.addEvent('domready', function() {
function logPiwikData() {
try {
var piwik_loaded = !!piwik_log;
} catch (x) {
var piwik_loaded = null;
}
if (piwik_loaded) {
piwik_log.apply(this, arguments);
} else {
arguments.callee.delay(500, this, arguments); // piwik.js not loaded yet
}
}
var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.qc4web.com/" : "http://piwik.qc4web.com/");
var piwik_action_name = document.title;
var piwik_idsite = 1;
var piwik_url = pkBaseURL + "piwik.php";
new Element('script').set('src', pkBaseURL + 'piwik.js').set('type','text/javascript').injectInside(document.body);
logPiwikData(piwik_action_name, piwik_idsite, piwik_url);
});
```
If you try it without commenting out document.writeln call from piwik.js, all your page content is wiped out. Once it's commented, everything works smoothly.
Regards,
Remy
| piwik_log() kills the DOM when called: need new clean OO version of the JS tag | https://api.github.com/repos/matomo-org/matomo/issues/5775/comments | 29 | 2008-09-05T03:10:07Z | 2014-07-08T10:17:46Z | https://github.com/matomo-org/matomo/issues/5775 | 37,356,495 | 5,775 |
[
"matomo-org",
"matomo"
] | I realised that my Piwik installation under Actions->Pages is not reporting data for all my pages but just for a selection of them. As far as I can see, Piwik logs all page hits correctly but the archiving does not archive all pages into piwik_archive_blob_*. This is related to performance reasons (http://dev.piwik.org/trac/changeset/504)
Problem: The archiving does only store the first 200 pages returned by the SQL query in plugins/Actions.php but these are NOT ordered according to nb_hits. This means that Actions>Pages can miss out pages with high traffic.
Proposed solution: add
ORDER BY `nb_hits` DESC
into the query for global information in plugins/Actions.php
(not sure about the entry and exit action queries)?
Keywords: Actions
| Actions > Pages should archive most visited pages | https://api.github.com/repos/matomo-org/matomo/issues/5774/comments | 1 | 2008-09-03T18:01:03Z | 2014-07-08T10:17:45Z | https://github.com/matomo-org/matomo/issues/5774 | 37,356,494 | 5,774 |
[
"matomo-org",
"matomo"
] | Hello,
When I tried to use the "lost password" functionality I encountered a problem due to an untranslated string ("_Login_MailBodyPasswordRecovery_"). It seems that the string ID was changed at some time (from _Login_MailPasswordRecoveryBody_ to _Login_MailBodyPasswordRecovery_), but some lang files were not modified accordingly.
I attach a simple patch that solves the problem.
Thanks,
Olivier;
Keywords: Login
| Missing translations for "Login_MailBodyPasswordRecovery" | https://api.github.com/repos/matomo-org/matomo/issues/5773/comments | 2 | 2008-09-02T12:48:38Z | 2014-07-08T10:17:45Z | https://github.com/matomo-org/matomo/issues/5773 | 37,356,493 | 5,773 |
[
"matomo-org",
"matomo"
] | Hello! I want to implement an autologin from other domain.
Is not possible to do an Ajax call, and i think that PhpProxy is a solution, but not working.
I send you my code:
//Url of Piwik (with correct data! :D)
$url = "http://domainstats.com/index.php?module=Login&action=logme&login=your_login&password=your_MD5_password";
$ch = curl_init();
$timeout = 0; // set to zero for no timeout
curl_setopt ($ch, CURLOPT_URL, utf8_decode($url) );
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 0);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
Thanks for the help! Bye Bye
| AutoLogin from Other Domain | https://api.github.com/repos/matomo-org/matomo/issues/5772/comments | 1 | 2008-08-29T17:18:32Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5772 | 37,356,492 | 5,772 |
[
"matomo-org",
"matomo"
] | If you use more than one class in the class="" attribute Piwik isn't recording anymore.
e.g.:
class="piwik_link" is working fine, class="piwik_link newsbar" is not.
Keywords: piwik.js
| Forcing a click as download does not work when the link has multiple CSS classes | https://api.github.com/repos/matomo-org/matomo/issues/5771/comments | 3 | 2008-08-28T06:36:41Z | 2014-07-08T10:17:45Z | https://github.com/matomo-org/matomo/issues/5771 | 37,356,491 | 5,771 |
[
"matomo-org",
"matomo"
] | Some columns of widget's table are not sorted while they look like sortable.
To reproduce the issue any plugin can be used. I used Actions plugin:
1)Open API.php and place there
```
function getSortColumnTest()
{
$dataTable = new Piwik_DataTable;
for($i = 0; $i < 5; $i++)
{
$dataTableRow = new Piwik_DataTable_Row;
$dataTableRow->setColumns(array('label'=>"$i", 'page'=>"$i", 'entry'=>"name".(10 - $i)));
$dataTable->addRow($dataTableRow);
}
return $dataTable;
}
```
2)Insert in the first line of function getDownloads():
```
return $this->getSortColumnTest();
```
3)Open Controller.php and comment in function getDownloads() the following lines:
```
$view->setColumnsToDisplay( array('label','nb_uniq_visitors') );
$view->disableSort();
```
4)Select in Piwik's menu Actions->Downloads. ISSUE: columns Page and Entry are not sorted despite clicking on their headers.
| widget columns are not sorted | https://api.github.com/repos/matomo-org/matomo/issues/5770/comments | 1 | 2008-08-27T10:23:25Z | 2014-07-08T10:17:45Z | https://github.com/matomo-org/matomo/issues/5770 | 37,356,490 | 5,770 |
[
"matomo-org",
"matomo"
] | I've found useless to keep static the email from where the password will be send back on recover password.
I suggest to put it in the registry to be more elastic and scalable .
| I want to change the email from: when piwik sends email | https://api.github.com/repos/matomo-org/matomo/issues/5769/comments | 1 | 2008-08-26T08:47:38Z | 2014-07-08T10:17:45Z | https://github.com/matomo-org/matomo/issues/5769 | 37,356,489 | 5,769 |
[
"matomo-org",
"matomo"
] | With the actual trunk the "superuser" privileges are ignored eccept the possibility to enter in the Admin interface.
No backtrace to submit.
To bypass the problem using in conjuction 0.2.9 ( to make admin tasks ) and trunk to ordinary tasks.
| superuser is not superuser | https://api.github.com/repos/matomo-org/matomo/issues/5768/comments | 1 | 2008-08-26T08:43:58Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5768 | 37,356,488 | 5,768 |
[
"matomo-org",
"matomo"
] | My site name is "Clarky's Corner" (notice the '). This appears as "Clarky\'s Corner" in all drop down menus where you can choose to change site (as far as I can see). This should be unescaped I think.
| Too much escape in site's name in drop down lists | https://api.github.com/repos/matomo-org/matomo/issues/5767/comments | 0 | 2008-08-22T14:58:47Z | 2008-10-28T19:31:20Z | https://github.com/matomo-org/matomo/issues/5767 | 37,356,487 | 5,767 |
[
"matomo-org",
"matomo"
] | Hmm, may it wouldn't be difficult for you to add plugins' version detection?
I found: http://www.builtfromsource.com/2007/06/26/detecting-plugins-in-internet-explorer-and-a-few-hints-for-all-the-others/
Just adapt your tracker's code and implement additional functionality in back-end, please. ;]
| Browser plugin version detection | https://api.github.com/repos/matomo-org/matomo/issues/5766/comments | 5 | 2008-08-21T12:23:11Z | 2014-07-08T10:17:44Z | https://github.com/matomo-org/matomo/issues/5766 | 37,356,486 | 5,766 |
[
"matomo-org",
"matomo"
] | Currently, there's no change since phpMyVisites - Internet ExploDer's plugins are still detected through writing VBS code into document.
Yesterday, I started adapting PMV's tracker to JS object code. Of course, document.write won't work in such situation. After a few hours of googling and writing, I wrote something like this:
```
plugIE: function(pmv_plug){
try{
control = new ActiveXObject(pmv_plug);
return true;
}catch(e){
return false;
}
},
```
It would be easier to implement into object style by using new ActiveXObject.
Keywords: javascript plugins detect
| Give up document.write detecting IE's plugins | https://api.github.com/repos/matomo-org/matomo/issues/5765/comments | 3 | 2008-08-21T12:18:06Z | 2014-07-08T10:17:44Z | https://github.com/matomo-org/matomo/issues/5765 | 37,356,484 | 5,765 |
[
"matomo-org",
"matomo"
] | Latest version of the translations admin (10th july 2008) doesn't save the new translated strings or the updates when using latest Piwik trunk (r619). It keeps the old translation.
Keywords: translation, TranslationsAdmin
| TranslationsAdmin doesn't save new translations | https://api.github.com/repos/matomo-org/matomo/issues/5764/comments | 1 | 2008-08-20T22:20:12Z | 2014-07-08T10:17:44Z | https://github.com/matomo-org/matomo/issues/5764 | 37,356,483 | 5,764 |
[
"matomo-org",
"matomo"
] | I noticed today that month names and weekdays are coming up undefined both on our site and on your demo site (not sure what revision you have there). We started testing it with various machines to see if it was an isolated problem with just the one machine (it wasn't).
Here's the synopsis of when it worked and when it didn't.
Windows Vista: Firefox 3: worked
Windows Vista: IE7: undefined names
Windows XP (over VM): Firefox 3: undefined names
Windows XP (over VM): IE 6: undefined names
Mac OS 10.5: Safari: undefined names
Mac OS 10.5: Firefox 3: undefined names
Ubuntu 8.04: Firefox 3: undefined names
Our piwik server is on revision 619.
Keywords: calendar
| Calendar Days and Months are undefined on non-windows machines | https://api.github.com/repos/matomo-org/matomo/issues/5763/comments | 1 | 2008-08-20T20:54:25Z | 2014-07-08T10:17:44Z | https://github.com/matomo-org/matomo/issues/5763 | 37,356,481 | 5,763 |
[
"matomo-org",
"matomo"
] | The code Piwik gave me to insert in my web pages after installation was this:
```
<!-- Piwik -->
<a href="http://piwik.org" title="Free analytics" onclick="window.open(this.href);return(false);">
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://intranetstats (dot) hdsupply (dot )net\" : "http://intranetstats (dot) hdsupply (dot) net\");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
<!--
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
//-->
</script><object>
<noscript><p>Free analytics <img src="http://intranetstats.hdsupply.net\piwik.php" style="border:0" alt="piwik"/></p>
</noscript></object></a>
<!-- /Piwik -->
```
This code did not work. It results in a pkBaseURL variable not defined error.
I modified it to:
```
<!-- Piwik -->
<a href="http://piwik.org" title="Free analytics" onclick="window.open(this.href);return(false);">
<script type="text/javascript" script src='http://intranetstats.hdsupply.net/piwik.js'>
</script>
<script type="text/javascript">
<!--
piwik_action_name = document.title;
piwik_idsite = 1;
piwik_url = "http://intranetstats (dot) hdsupply (dot) net/piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
//-->
</script>
<object>
<noscript>
<p>Free analytics <img src="http://intranetstats (dot) hdsupply (dot) net/piwik.php" style="border:0" alt="piwik"/></p>
</noscript>
</object>
</a>
<!-- /Piwik -->
```
and now it works.
Server running Piwik:
Windows Server 2003
Apache
mySQL
PHP
(The standard XAMPP installation: http://www.apachefriends.org/en/xampp-windows.html)
Keywords: javascript
| Javascript Code does not work | https://api.github.com/repos/matomo-org/matomo/issues/5762/comments | 17 | 2008-08-19T19:59:35Z | 2014-07-08T10:17:44Z | https://github.com/matomo-org/matomo/issues/5762 | 37,356,479 | 5,762 |
[
"matomo-org",
"matomo"
] | On the locations page, both the continent and the country show up as Unknown though I'm 99% sure that it's australia that it isn't detecting.
| Australia shown as "Unknown" | https://api.github.com/repos/matomo-org/matomo/issues/5761/comments | 2 | 2008-08-19T15:18:52Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5761 | 37,356,478 | 5,761 |
[
"matomo-org",
"matomo"
] | Dear Piwik-Team,
I tried to install Piwik on my webspace today:
```
PHP version: 5.2.4
MySQL Client API version: 5.0.27
Apache: 1.3.39
```
The setup went fine until I had to insert my MySQL credentials. Having inserted them and pressed "Go!", the following messages appear (see screen shot):
http://img378.imageshack.us/my.php?image=piwikfehlercb3.jpg
_I'll try to attach the screen shot to this ticket. If that works, you won't need the link. ;-)_
What can I try to get Piwik running?
Thanks!
Sebastian
| Lots of error messages while installing Piwik | https://api.github.com/repos/matomo-org/matomo/issues/5760/comments | 2 | 2008-08-19T12:23:35Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5760 | 37,356,477 | 5,760 |
[
"matomo-org",
"matomo"
] | I have installed Piwik at stats.van-go.org and have copied the javascript into two seperate domains:
- van-go.org
- jamspeak.org
Piwik is not recording stats for either domain. I have inserted the piwik code near the bottom of the index.html for van-go.org and into the index.php file for the jamspeak.org wordpress theme (surrounded by HTML opening and closing tags.)
I believe that this bug is specific to the new version of Piwik as I have successfully configured an older version of Piwik on two other domains, following the exact procedure I used on the aforementioned domains.
My Apache error log is as follows:
[Aug 18 18:51:08 2008](Mon) [[client 81.129.23.24](error]) File does not exist: /home/vango/stats.van-go.org/images, referer: http://stats (dot) van-go (dot) org/index.php?module=Home&action=index&idSite=1&period=day&date=today
| new installation doesn't collect any data | https://api.github.com/repos/matomo-org/matomo/issues/5759/comments | 6 | 2008-08-19T05:41:26Z | 2014-07-08T10:17:43Z | https://github.com/matomo-org/matomo/issues/5759 | 37,356,475 | 5,759 |
[
"matomo-org",
"matomo"
] | I installed piwik on my server last week and I still do not see any statistics, and I know I have had traffic to the site, as the logs from my host are showing them.
I'm fairly new at how all this works, so I don't know if it's something on my end or the installation or something else.
The host is hostrocket.com
PHP version 5.2.5
MYSLQ 5.0.51a-community
Apache version 2.0.63
If you need any other information, please just let me know as I'm not sure what else you need.
Thanks.
| Not showing traffic. | https://api.github.com/repos/matomo-org/matomo/issues/5758/comments | 3 | 2008-08-19T04:50:32Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5758 | 37,356,474 | 5,758 |
[
"matomo-org",
"matomo"
] | Some web hosting services forget to give permission for ADD INDEX for the mysql users of their customers. Piwik creates the INDEX in a separate query at the moment, but this is not necessary. We could create the index in the CREATE TABLE statements.
In case we have to create the index afterwards (during the update process), we should catch this error and display a friendly error message (Please ask your web host to give you CREATE INDEX permission// or here is how to do it yourself)
| Create INDEX in the table CREATE sql instead of a different query | https://api.github.com/repos/matomo-org/matomo/issues/5757/comments | 1 | 2008-08-19T02:17:29Z | 2014-07-08T10:17:43Z | https://github.com/matomo-org/matomo/issues/5757 | 37,356,473 | 5,757 |
[
"matomo-org",
"matomo"
] | Hi,
I think that the developers have done a great job with Piwik. It is an excellent web analytic tool.
Can I use Piwik to track a flash website. For example to track a menu within a Flash website.
Please can you let me know. Thank You in advance.
Regards,
Erkut Hussein
| Tracking Flash Features | https://api.github.com/repos/matomo-org/matomo/issues/5756/comments | 1 | 2008-08-18T10:21:15Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5756 | 37,356,472 | 5,756 |
[
"matomo-org",
"matomo"
] | Please find new buttons for people for want to link to Piwik
| New buttons for page Media - Piwik | https://api.github.com/repos/matomo-org/matomo/issues/5755/comments | 7 | 2008-08-16T23:31:09Z | 2014-07-08T10:17:43Z | https://github.com/matomo-org/matomo/issues/5755 | 37,356,471 | 5,755 |
[
"matomo-org",
"matomo"
] | Currently, if the top of the table is not visible when clicking on Next, piwik will scroll up.
Piwik currently doesn't scroll up for subtables.
see function lazyScrollTo() in themes/default/common.js
| UI: click on Next/Previous should scroll up for subtables | https://api.github.com/repos/matomo-org/matomo/issues/5754/comments | 1 | 2008-08-16T23:20:05Z | 2014-07-08T10:17:43Z | https://github.com/matomo-org/matomo/issues/5754 | 37,356,469 | 5,754 |
[
"matomo-org",
"matomo"
] | Currently we detect the provider of the visitor. If it's free.fr we don't use this information to improve the country detection of the visitor.
This should be quite easy to fix.
| When Provider plugin is enabled, it should improve the country detection algorithm | https://api.github.com/repos/matomo-org/matomo/issues/5753/comments | 0 | 2008-08-16T20:33:49Z | 2008-11-27T18:41:01Z | https://github.com/matomo-org/matomo/issues/5753 | 37,356,468 | 5,753 |
[
"matomo-org",
"matomo"
] | Can you center all Piwik webpages like this example ?
http://knol.google.com/k#
How to center webpage:
http://webpageworkshop.co.uk/main/css_center_page
| Center Piwik webpages | https://api.github.com/repos/matomo-org/matomo/issues/5752/comments | 1 | 2008-08-16T19:33:11Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5752 | 37,356,467 | 5,752 |
[
"matomo-org",
"matomo"
] | Could you add a footer in all Piwik web pages ?
I suggest 2 text links, centered in the page, one to
- Piwik Homepage: piwik.org
- Powered by Piwik: http://piwik.org/media/
Keywords: outofscope
| Footer in Piwik | https://api.github.com/repos/matomo-org/matomo/issues/5751/comments | 4 | 2008-08-16T19:29:48Z | 2014-08-03T11:30:04Z | https://github.com/matomo-org/matomo/issues/5751 | 37,356,466 | 5,751 |
[
"matomo-org",
"matomo"
] | I changed the name of a site within the Admin Area mysite.com/index.php?module=AdminHome&action=showInContext&moduleToLoad=SitesManager&module=AdminHome&action=showInContext
from SN.com to SN
The site had been tracking for stats for approximately 1 week.
When I visit the dashboard to access reports, the calendar view only has today's date as a valid selection option. Previously, I could select the range of dates between when I started tracking and today. The reports show the same # of visits for today and for the week.
It seems like the name change makes the stats that had been tracked unavailable.
I tried changing the name back but still can't get back to the previously reported stats.
Keywords: site name changed
| changing site name makes stats from previous period unavailable | https://api.github.com/repos/matomo-org/matomo/issues/5750/comments | 2 | 2008-08-14T20:29:27Z | 2014-07-08T10:17:42Z | https://github.com/matomo-org/matomo/issues/5750 | 37,356,465 | 5,750 |
[
"matomo-org",
"matomo"
] | I installed piwik at the 27 juli.
today i see, that ther are just the Stats of three days Available:
today, yesterday and the day bevor yesterday.
If I choose the stats over the last week, there are online these three Days...
I checked the database and i think there are all datas existent. But i didn't find an Option to activate them...
I tested with different Users, always the same...
If more Information needet, contact me
| Just three Days Available | https://api.github.com/repos/matomo-org/matomo/issues/5749/comments | 1 | 2008-08-14T10:33:09Z | 2014-07-08T10:17:42Z | https://github.com/matomo-org/matomo/issues/5749 | 37,356,464 | 5,749 |
[
"matomo-org",
"matomo"
] | Fatal error: ob_start() [href='ref.outcontrol'>ref.outcontrol</a>](<a): Cannot use output buffering in output buffering display handlers in /var/www/vhost/***/home/html/piwik/modules/ErrorHandler.php on line 31
this is a fresh installation
fedora linux
PHP Version 5.2.4
mysql 5.0.45
| fresh installation error | https://api.github.com/repos/matomo-org/matomo/issues/5748/comments | 11 | 2008-08-12T18:59:26Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5748 | 37,356,463 | 5,748 |
[
"matomo-org",
"matomo"
] | I'm new to Piwik and need to filter traffic by IP address. For example, at mysite.com, I don't want to show traffic from my IP address. I'm new to PHP, and though I have successfuly set up my own plugin on Piwik, I can't figure out how to use the exclude hook I see in the documentation. Can anyone help with specific instructions or an example.
| how to filter ip addresses | https://api.github.com/repos/matomo-org/matomo/issues/5747/comments | 1 | 2008-08-11T21:09:29Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5747 | 37,356,462 | 5,747 |
[
"matomo-org",
"matomo"
] | Konqueror 3.5.5 with Debian etch on KDE 3.5.5 only shows the navigation and "loading data", but nothing will ever happen.
Firefox opens it without any problems.
| Konqueror won't load the main page after login | https://api.github.com/repos/matomo-org/matomo/issues/5746/comments | 3 | 2008-08-09T13:16:29Z | 2014-08-03T11:18:53Z | https://github.com/matomo-org/matomo/issues/5746 | 37,356,461 | 5,746 |
[
"matomo-org",
"matomo"
] | Everytime a visitor clicks on one of my image gallery images it gets counted as a "download". I cannot easily force them away from downloads because they do not use special "class" attributes, but they do use rel="lightbox". It would be nice to specify rel="lightbox" as not being downloads in piwik js settings.
Keywords: javascript, lightbox
| Specify CSS class to not be counted as download | https://api.github.com/repos/matomo-org/matomo/issues/5745/comments | 1 | 2008-08-06T17:29:25Z | 2014-07-08T10:17:42Z | https://github.com/matomo-org/matomo/issues/5745 | 37,356,460 | 5,745 |
[
"matomo-org",
"matomo"
] | To avoid updating installPlugins() when installPlugin() is updated (and other way around), installPlugins() should use installPlugin():
public function installPlugins() {
foreach($this->getLoadedPlugins() as $plugin) {
try {
$this->installPlugin();
} catch(Exception $e) {
throw new Piwik_Plugin_Exception($plugin->getName(), $e->getMessage());
}
}
}
Keywords: plugins
| installPlugins() should use installPlugin() | https://api.github.com/repos/matomo-org/matomo/issues/5744/comments | 2 | 2008-08-04T22:09:18Z | 2014-07-08T10:17:42Z | https://github.com/matomo-org/matomo/issues/5744 | 37,356,459 | 5,744 |
[
"matomo-org",
"matomo"
] | I use wordpress blog and piwik.
Problem with AddToAny plugin, which generates encoded url links like ;
http://www.addtoany.com/share_save?sitename=Edward%20A.%20Webb%20%28.com%29&siteurl=http%3A%2F%2Fedwardawebb.com%2F&linkname=Open%20source%20project%20Piwik%20puts%20Google%20Analytics%20on%20notice&linkurl=http%3A%2F%2Fedwardawebb.com%2Fsite-news%2Fopen-source-project-piwik-puts-google-analytics-notice%2F
When a user clicks on such a link, they are stuck at a blank page with the status bar showing ;
Transferring data from piwik.baungenjar.com... (which is where i host the app)
and will continue 'transferring data' infinitely, or until the user gives up.
I have tried turning off outlinking, setting dl tracker to images only and set the delay to 250 and there is no impact on the result.
Keywords: encoded urls,
| Outlink with encoded url causes piwik to hang | https://api.github.com/repos/matomo-org/matomo/issues/5743/comments | 1 | 2008-08-03T18:56:41Z | 2014-07-08T10:17:42Z | https://github.com/matomo-org/matomo/issues/5743 | 37,356,458 | 5,743 |
[
"matomo-org",
"matomo"
] | We are currently using [OFC version 1](http://teethgrinder.co.uk/open-flash-chart/).
It does a great job for us.
However the development is now focused on [OFC v2](http://teethgrinder.co.uk/open-flash-chart-2/) and we want to update the code to use this newer library.
The new library uses json format instead of the current obscure non standard format.
When update is done, see also #624
Also once update is done we can consider other graphs improvements: #532
| Update the graph library to use Open Flash Chart V2 | https://api.github.com/repos/matomo-org/matomo/issues/5742/comments | 4 | 2008-08-03T18:51:30Z | 2014-07-08T10:17:42Z | https://github.com/matomo-org/matomo/issues/5742 | 37,356,457 | 5,742 |
[
"matomo-org",
"matomo"
] | When I want to install Piwik, i get the following message:
Uncaught exception: 'SQLSTATE[42000]: Syntax error or access violation: 1142 INDEX command denied to user 'web239'@'localhost' for table 'piwik2_log_link_visit_action''
More information
In /var/www/web239/html/piwik/libs/Zend/Db/Statement/Pdo.php on line 227
Backtrace:
#0 /var/www/web239/html/piwik/libs/Zend/Db/Statement.php(298): Zend_Db_Statement_Pdo->_execute(Array)
#1 /var/www/web239/html/piwik/libs/Zend/Db/Adapter/Abstract.php(269): Zend_Db_Statement->execute(Array)
#2 /var/www/web239/html/piwik/libs/Zend/Db/Adapter/Pdo/Abstract.php(206): Zend_Db_Adapter_Abstract->query('CREATE INDEX in...', Array)
#3 /var/www/web239/html/piwik/modules/Piwik.php(984): Zend_Db_Adapter_Pdo_Abstract->query('CREATE INDEX in...')
#4 /var/www/web239/html/piwik/plugins/Installation/Controller.php(194): Piwik::createTablesIndex()
#5 /var/www/web239/html/piwik/plugins/Installation/Installation.php(63): Piwik_Installation_Controller->tablesCreation()
#6 /var/www/web239/html/piwik/libs/Event/Dispatcher.php(214): Piwik_Installation->startInstallation(Object(Event_Notification))
#7 /var/www/web239/html/piwik/modules/PluginsManager.php(397): Event_Dispatcher->addObserver(Array, Array)
#8 /var/www/web239/html/piwik/modules/PluginsManager.php(312): Piwik_PluginsManager->addPluginObservers(Array, 'FrontController...')
#9 /var/www/web239/html/piwik/modules/PluginsManager.php(238): Piwik_PluginsManager->loadPlugins(Object(Piwik_Installation))
#10 /var/www/web239/html/piwik/modules/Piwik.php(410): Piwik_PluginsManager->setPluginsToLoad()
#11 /var/www/web239/html/piwik/modules/FrontController.php(305): Piwik::loadPlugins(Array)
#12 /var/www/web239/html/piwik/index.php(54): Piwik_FrontController->init()
#13 {main}
You can get help from http://piwik.org (give us the full error message + your PHP and Mysql version)
And this exception raised another exception "No entry is registered for key 'logger_exception'"
I'm using MySQL 5.0.32 and PHP Version 5.2.0-8+etch10
| Installation: Uncaught exception | https://api.github.com/repos/matomo-org/matomo/issues/5741/comments | 1 | 2008-08-02T14:09:58Z | 2014-07-08T10:17:42Z | https://github.com/matomo-org/matomo/issues/5741 | 37,356,456 | 5,741 |
[
"matomo-org",
"matomo"
] | Hello,
When you click on 'Add a widget... ', there is the Last visit graph on top of the 'Select the widget to add in the dashboard' window.
Does anybody knows the fix ?If you do, please submit the code.
Thanks,
| Flash Z index issue on Piwik demo | https://api.github.com/repos/matomo-org/matomo/issues/5740/comments | 2 | 2008-08-01T09:05:13Z | 2014-07-08T10:17:41Z | https://github.com/matomo-org/matomo/issues/5740 | 37,356,455 | 5,740 |
[
"matomo-org",
"matomo"
] | Add 'User:' in front of name of logged-in user at top of page. It'd be ore immediately clear what that is.
| Add 'User:' in front of name of logged-in user at top of page | https://api.github.com/repos/matomo-org/matomo/issues/5739/comments | 2 | 2008-07-31T17:42:51Z | 2014-07-08T10:17:41Z | https://github.com/matomo-org/matomo/issues/5739 | 37,356,454 | 5,739 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.