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"
] | Trac sends emails about changes etc. but urls are without /trac.
Example: http://dev.piwik.org/ticket/716 , should be #716.
Keywords: trac
| URLs in Trac emails are incorrect | https://api.github.com/repos/matomo-org/matomo/issues/718/comments | 1 | 2009-05-14T19:07:05Z | 2014-07-08T10:00:14Z | https://github.com/matomo-org/matomo/issues/718 | 37,350,729 | 718 |
[
"matomo-org",
"matomo"
] | on current Piwik 0.2.35 all the changes I make to my dashboard are not saved. Reloading the page, switching to other tabs and back or logging in+out restores the old dashboard layout. This effectifely prevents me from trying the workaround for #709
| Dashboard changes not saved -- URI too long | https://api.github.com/repos/matomo-org/matomo/issues/717/comments | 13 | 2009-05-14T17:13:48Z | 2014-07-08T10:00:15Z | https://github.com/matomo-org/matomo/issues/717 | 37,350,728 | 717 |
[
"matomo-org",
"matomo"
] | Finnish translation attached. Two other people have proofreaded translation.
| Finnish Translation for Piwik | https://api.github.com/repos/matomo-org/matomo/issues/716/comments | 2 | 2009-05-14T15:47:48Z | 2014-08-03T11:22:18Z | https://github.com/matomo-org/matomo/issues/716 | 37,350,727 | 716 |
[
"matomo-org",
"matomo"
] | This is because UserAgentParser lacks detection information for Arora. Besides, it looks strange to see Safari on Linux ;)
Example UA-String: "Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.6"
Maybe it is enough to include Arora to UserAgentParser::browsers array? I cannot test atm.
| Browser Arora is identified as Safari | https://api.github.com/repos/matomo-org/matomo/issues/715/comments | 6 | 2009-05-14T11:34:55Z | 2014-07-08T10:00:14Z | https://github.com/matomo-org/matomo/issues/715 | 37,350,725 | 715 |
[
"matomo-org",
"matomo"
] | After upgrading to 0.2.35 dashboard just shows "Loading data" infinitely. Browser cache deleted and browser restarted. Not using any proxies. No reverse proxies or other caching mechanisms (even restarted apache2 to ensure that there is no caching). Tested with different browsers on different computers (Opera, Firefox 3.0, Ubuntu & Windows XP & Mac OS X).
Upgraded with following process:
- Moved old piwik folder
- unzipped new release
- Moved (with permissions) config and tmp folders from old folder to new
- Upgraded database (automatic wizard).
- Removed browser cache and restarted browser
| Dashboard is broken | https://api.github.com/repos/matomo-org/matomo/issues/714/comments | 24 | 2009-05-14T11:04:52Z | 2014-07-08T10:00:15Z | https://github.com/matomo-org/matomo/issues/714 | 37,350,724 | 714 |
[
"matomo-org",
"matomo"
] | Hi everyone,
I know that it's against the flow, but I am looking for a web analytic that uses apache's logs (I run a dedicated server and I'd like to have something to see the statistics for each vhost without changing the websites). It's not like I would find awstat more awful than awsome but I'd like to use something else that is pretty and nice just like piwik. But, it looks like that piwik only eats javascript-given data... Would it be "simple" to feed it directly from apache logs (by running something that would make inserts in the database every hour maybe...)
| will piwik work for apache's logs? | https://api.github.com/repos/matomo-org/matomo/issues/713/comments | 1 | 2009-05-14T07:11:55Z | 2014-08-03T11:22:18Z | https://github.com/matomo-org/matomo/issues/713 | 37,350,723 | 713 |
[
"matomo-org",
"matomo"
] | This issue has always existed in Piwik, after each upgrade where some JS or CSS were updated, some users would experience issues as their browser would still use the old cached JS or CSS and this would break some bits of Piwik. This became a more important issue with 0.2.35 where a lot of the JS files were updated and broke the dashboard for most users; to fix it they had to find out the issue (eg. looking at the forum) and delete their browser cache, which is not a good user experience.
There are several ways we could fix this:
- Quick fix: route all JS/CSS inclusions through a common mechanism (smarty function or similar) and automatically add a parameter jquery.js?piwik=0.2.35 to force the browser to refresh all the cache after each upgrade
- Ideal solution: a better solution would be to route all JS/CSS inclusions requests through a simple merge + minify script which would: make Piwik faster (only one http request for all inclusions, and return smaller minified content) and fix this issue (we would add the &piwik=0.2.35 parameter to this merge script). See solution described in #660
If anybody wants to help please shout! This feature is def a good one for a developer new to the project.
| Updating to a new Piwik version should automatically force the browser to update the cache for JS/CSS files | https://api.github.com/repos/matomo-org/matomo/issues/712/comments | 9 | 2009-05-13T22:59:25Z | 2014-07-08T10:00:13Z | https://github.com/matomo-org/matomo/issues/712 | 37,350,722 | 712 |
[
"matomo-org",
"matomo"
] | If I upgrade from .32 to one of the 3 newer versions, after the db update,
my xoops site, which uses smarty as well, will exit with an error:
"Fatal error: Cannot redeclare class Smarty in [...]/piwik/libs/Smarty/Smarty.class.php on line 65"
Running .32 it does work however.
| Smarty error after update (versions later than .32) | https://api.github.com/repos/matomo-org/matomo/issues/711/comments | 4 | 2009-05-13T17:52:08Z | 2014-08-03T11:22:18Z | https://github.com/matomo-org/matomo/issues/711 | 37,350,721 | 711 |
[
"matomo-org",
"matomo"
] | The mail sent on registration here from dev.piwik.org s trac system has a wrong URL.
It says Verification URL: <http://dev.piwik.org/verify_email?token=xxxxxxxx>
and links to http://dev.piwik.org/verify_email?token=xxxxxxxx
however, it should link to
http://dev.piwik.org/trac/verify_email?token=xxxxxxxx
Keywords: trac,verify,mail
| mail verification mail has wrong link | https://api.github.com/repos/matomo-org/matomo/issues/710/comments | 2 | 2009-05-13T17:17:19Z | 2014-07-08T10:00:14Z | https://github.com/matomo-org/matomo/issues/710 | 37,350,720 | 710 |
[
"matomo-org",
"matomo"
] | Internet Explorer 7 regressions in 0.2.35:
- loading Dashboard, there's an error (Line 13, Char 2817, "Object doesn't support this property or method"
- Flash widgets (e.g., "Last visits graph" and "Visits by server time") can no longer be dragged & dropped to change the layout
- "Add a widget..." - the screen jumps when I mouseover "Visitor Settings" or "Visitors", making it difficult to select a widget
- "Add a widget..." - mouseover "Example Widgets" and then "Piwik Changelog" - the preview window is too tall and it isn't scrollable; you can't access any controls to either add the widget to the dashboard or close the window; the Escape key doesn't work
(My screen resolution is 1440x900.)
I also reported in email last week that on FF3 and IE7, after upgrading, the dashboard no longer loads properly. ("Widget not found") The workaround appears to be: delete the Flash widgets (e.g., Visits by Server Time, Last Visits Graph) from the dashboard, logout, login, and re-add them. It appears other users are experiencing this problem after auto-updating.
- http://forum.piwik.org/index.php?showtopic=953
| Widget regressions | https://api.github.com/repos/matomo-org/matomo/issues/709/comments | 6 | 2009-05-13T15:31:57Z | 2014-07-08T10:01:15Z | https://github.com/matomo-org/matomo/issues/709 | 37,350,719 | 709 |
[
"matomo-org",
"matomo"
] | Proposal spec for the new Actions schema
There are various tickets related to improvements in the "Actions" reporting in Piwik (pages, outlinks, downloads). Some of these require database schema updates to accodomate the new funtionnality. Here is a proposal spec. This spec was written with the following tickets in mind: #306, #530, #556, #707
## Requirements
We want to report:
- top pages by URL, classified by category (current behavior)
- top pages by flattened URL (see #707)
- report entry / exit / time per page by URL (see #5726); we already have this data.
- top pages by page title.
In the top pages by title, titles don't link to the URLs by default, because it is a lot of computation to keep the relationship page title<> (URL1, URL2, ..) as a same title can have many URLs.
Also, we don't report best entry page, top exit page, or time per page for each title. These analysis are only done for the URLs, to minimize overhead during archiving. (see #530)
However we now need two different information about a pageview: URL, and a Name.
We do not consider an event tracking feature (see #472) as it is out of scope for Piwik 1.0, and would anyway require a different more complicated and modular data structure.
This change is also welcome at this time considering the new Javascript API that has the following related methods:
```
piwik.setDocumentTitle( customTitle )
piwik.trackPageView()
piwik.trackLink( url, type, customVars)
```
Users can customize the document title for a given pageview. This would only customize the "Top pages by title report" and would not affect the "top pages URL" and "top pages flattened URLs" reports.
## Implications on Tracking (piwik.php, core/Tracker/*)
There is a currently a performance issue when querying piwik_log_action that we hope to resolve with this schema update. Indeed, when querying this table for a given URL, eg.`
/test/test2/test3/` if most entries in this table have a similar structure, because the index on name is limited to a few characters (15) the index lookup badly fails and we end up doing a full table scan at each page view.
To fix this issue we are going to add a new column in this table, "hash", that will be the hash of the "name" column, using the fast CRC32 algorithm. This will speed up the SELECT idaction in piwik.php.
We also now need to save two information per page view: the name of the page, and the URL.
For clicks and downloads, we will by default only save the URL, but plugins could override this and also save a name, to allow advanced reporting on downloads and outlinks.
We want to keep things simple and will save all names and all URLs in this same table, piwik_log_action.
**Schema updates for piwik_log_action**
Current schema:
```
idaction INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
name VARCHAR(255) NOT NULL,
type TINYINT UNSIGNED NULL,
PRIMARY KEY(idaction),
INDEX index_type_name (type, name(15))
```
Proposed schema:
```
idaction INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
hash UNSIGNED INT NOT NULL,
name VARCHAR(255) NOT NULL,
type TINYINT UNSIGNED NULL,
PRIMARY KEY(idaction),
INDEX index_type_name (type, hash)
```
Note: this is explained in the book "high performance mysql 2nd edition" page 104;
Basically instead of
```
SELECT WHERE name = '/path1/path2/path3'
```
you do
```
SELECT WHERE hash = CRC32('/path1/path2/path3') AND name = '/path1/path2/path3'
```
you need the`
AND name = '/path1/path2/path3'` in case two urls have the same hash (which happens with 1% probability after 100k results, cf birthday paradox).
CRC32 doc is on http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html#function_crc32.
The hash field should be set when INSERTing new page names/ urls in this table, using the mysql CRC32 function; we don't want to use the php crc at any time.
Currently Actions->getIdAction returns the idaction for the given name. Instead, the function would now set actionIdName and actionIdUrl in the object. For downloads and outlinks, actionIdName would be empty;
In the case of pages, we would like to select these two IDs in only one SQL select for efficiency. For example, it would look like:
```
SELECT idaction
FROM piwik_log_action
WHERE
(hash = CRC32('/path1/path2/path3') AND name = '/path1/path2/path3' AND type = $this->getActionType())
OR
(hash = CRC32('Welcome to URL') AND name = 'Welcome to URL' AND type = Piwik_Tracker_Action_Interface::TYPE_ACTION_NAME)
```
For downloads/outlinks there wouldn't be the part after the OR, as by default we only track URLs for downloads/outlinks;
Eg.
```
SELECT idaction
FROM piwik_log_action
WHERE (hash = CRC32('http://piwik.org/latest.zip') AND name = 'http://piwik.org/latest.zip' AND type = $this->getActionType()
```
**Schema update for piwik_log_link_visit_action**
```
`idlink_va` int(11) NOT NULL auto_increment,
`idvisit` int(10) unsigned NOT NULL,
`idaction` ---> renamed in idaction_url
NEW idaction_name
`idaction_ref` --> renamed in idaction_url_ref
`time_spent_ref_action` int(10) unsigned NOT NULL,
PRIMARY KEY (`idlink_va`),
KEY `visit` (`idvisit`)
```
For pages, we would record both idaction_name and idaction_url fetched from piwik_log_action as specified above.
For download and outlinks, we would only set idaction_url, and idaction_name would be null. Plugins could set this value if necessary
Action->record() will have to be updated accordingly to now record these two idaction_*;
Note: Action object already has a getActionName and getActionUrl method which matches nicely; we would maybe add a getActionNameId and getActionUrlId that would be set by the current getActionId (that could be rename loadActionNameAndUrl)?
**Schema update for piwik_log_visit**
visit_exit_idaction is renamed in visit_exit_idaction_url
visit_entry_idaction is renamed in visit_entry_idaction_url
Several lines have to be updated in the code to reflect this rename but there are no logic changes.
**Schema update for piwik_log_conversion**
idaction is renamed in idaction_url
GoalManager->recordGoals() query must be updated accordingly.
As shown, all existing idaction reference the entry in piwik_log_action for the URL of the concerned pageview; the URL is now officially the main information about a pageview, and the "name" (eg. the html document title) is one more piece of information about each page view. However conversions, and visits entry/exit pages, only care about the pageview URL, mostly for simplicity.
Note: I would expect to have more small modifications not explained here, in the php code of Tracker/*, especially Tracker/Action.php
## Implications on Archiving (plugins/Actions/Actions.php)
Changes in the schema should only affect archiving for plugins/Actions/Actions.php.
To do #530, the first query at line 124 would have to ran twice, once joining on idaction_url for processing reports by page title (existing query), and one more by joining on idaction_name to process the new report "top pages by title".
Other queries would have to be slightly updated to reflect the field's name change.
## User Interface
To do #530 we would add a new submenu: Actions> Page titles to show best pages by title, similar to existing Actions>Pages.
There would be a new API method that would return the top pages by title.
## Migration
There are several required schema updates which may take minutes to execute on the piwik_log_\* tables; we might want to update the message before the update to make clear that this will take a while and user should be patient.
The schema updates must be done in the CREATE TABLE statements in core/Piwik.php, in all queries querying these tables (mentionned above) and the update script can be written in core/Updates/X.php
## Other
- The data generator in core/Tracker/Generator and misc/generateVisits.php will have to be updated to reflect the new DB URL structure and ensure that the generator generates all the title + URL data as expected.
- Also this new schema change will invalidate the TrackerSecondaryDb which will have to be slightly updated to reflect the new structure.
- Some of this code is covered by unit tests which will have to be updated (tests/core/Tracker/Action) with new logic
## Conclusion
This is not a small change, but we are blocked on several fronts because of the current DB schema; implementing this change will make a lot of other tickets possible and add new features in Piwik in the near future. Also, it makes possible for plugins to custom name outlinks and downloads.
Any questions, feedback, ideas, please let me know: this is a proposal!
| Proposal spec for schema and code updates for logging pageviews, downloads, outlinks | https://api.github.com/repos/matomo-org/matomo/issues/708/comments | 15 | 2009-05-13T09:19:34Z | 2014-07-08T10:02:51Z | https://github.com/matomo-org/matomo/issues/708 | 37,350,718 | 708 |
[
"matomo-org",
"matomo"
] | The current default Piwik behaviour works fine for most websites: categorizing pages into categories based on the / directory separator.
However when doing analytics, it is often very useful to find out in a glande what are the best actual URLs overall, rather than seeing an aggregate per directory.
We could build a report listing the best URLs overall, flattened.
eg. current report is (and will still exist as):
```
trac/ 110 views
index 10 views
ticket/ 60 views
10 50 views
5 10 views
wiki/ 40 views
page1 35 views
page2 5 views
```
The new flattened report would be:
```
trac/ticket/10 50 views
trac/wiki/page1 35 views
trac/index 10 views
trac/ticket/5 10 views
trac/wiki/page2 5 views
```
Each entry would link to the URL of the page.
To build this, we can either add this table to be processed at summarization (more disk usage and slower archiving, but faster stats querying), or process it in real time by loading all the data recursively from all tables/subtables in the Pages>Actions table and sort (less disk usage and no overhead at archiving, but potentially slow stats querying for a site with hundreds of sub categories, which leads to hundreds of select in the archive tables + unzip + load in memory + sort, etc.).
| Add a report: top flattened URLs | https://api.github.com/repos/matomo-org/matomo/issues/707/comments | 0 | 2009-05-13T06:55:47Z | 2024-09-13T09:13:15Z | https://github.com/matomo-org/matomo/issues/707 | 37,350,717 | 707 |
[
"matomo-org",
"matomo"
] | Some quotes are double, but i think they should be single too. so i created a small patch. please review.
Keywords: language, quotes
| Quotes in en.php language file | https://api.github.com/repos/matomo-org/matomo/issues/706/comments | 2 | 2009-05-12T16:59:29Z | 2014-07-08T10:00:10Z | https://github.com/matomo-org/matomo/issues/706 | 37,350,716 | 706 |
[
"matomo-org",
"matomo"
] | hi all,
Can i know which files in piwik source code exactly deal with gui features of piwik,can u suggest me the way to use piwik gui to other applications like awstats
| How to use or extract piwik gui features from source code | https://api.github.com/repos/matomo-org/matomo/issues/705/comments | 1 | 2009-05-12T11:55:21Z | 2014-07-08T10:00:10Z | https://github.com/matomo-org/matomo/issues/705 | 37,350,714 | 705 |
[
"matomo-org",
"matomo"
] | hi all,
Can i know which files in piwik source code exactly deal with gui features of piwik,can u suggest me the way to use piwik gui to other applications like awstats
| How to use or extract piwik gui features from source code | https://api.github.com/repos/matomo-org/matomo/issues/704/comments | 1 | 2009-05-12T11:55:12Z | 2014-08-03T11:22:18Z | https://github.com/matomo-org/matomo/issues/704 | 37,350,713 | 704 |
[
"matomo-org",
"matomo"
] | **Urchin Alternative: Import your server logs in Piwik, the Free web analytics platform!**
See blog post [Piwik alternative to Urchin](http://piwik.org/blog/2012/01/piwik-best-alternative-to-urchin-web-analytics-via-log-files-import/) for more information.
Piwik is the Urchin alternative but also Webalyzer and AWStats alternative: with a Python script, you can now import webserver logs (apache, iis, and more) in Piwik, instead of using the javascript tracking.
**Description**
A Python script available in piwik/misc/log-analytics/ will parse server logs efficiently and automatically call the Piwik Tracking API to inject the visits/pageviews/downloads in Piwik.
**How to install / how to use**
- Requires Piwik >= 1.7.2-rc2. Download the latest version from http://builds.piwik.org/?C=N;O=D
- Requires at least Python 2.6
- Requires one or many server log files, typically called access.log in Apache for example. These log files will be imported into Piwik.
- You can also create a "test website" in Piwik to import all data into, rather than importing into your existing websites. Then, use the command --idsite=X to force all info from the log files to be imported into this idsite
- You can use --dry-run command to have a test run and make sure you will not track data or create new websites
SEE FOLLOW UP TICKET #3163
**How you can help?**
- please use the script and report your feedback and bugs here
- if you are a hacker yourself, please review the code and consider submitting performance optimization, or improvements.
- If you are a webhost or web agency and wish to offer Piwik to hundreds of your customers, [please contact us](mailto:hello@piwik.org)
- review the doc at [Server log analytics](http://piwik.org/log-analytics/)
**Tasks to do before final release**
- Test, test and test
- Setup on demo.piwik.org in a new website
- Check all code review feedback managed
- Review [Import Logs in Piwik](http://piwik.org/log-analytics/) doc page.
- decomission apache2piwik (update blog post)
**Feature requests for V2 or later**
SEE FOLLOW UP TICKET #3163
| Piwik an alternative to AWStats and Urchin, build server log import script | https://api.github.com/repos/matomo-org/matomo/issues/703/comments | 144 | 2009-05-12T11:47:31Z | 2014-07-08T10:16:47Z | https://github.com/matomo-org/matomo/issues/703 | 37,350,699 | 703 |
[
"matomo-org",
"matomo"
] | There is a problem with Bar charts and Pie Charts.
Screenshots in attachments.
| OpenFlash chart problem | https://api.github.com/repos/matomo-org/matomo/issues/702/comments | 4 | 2009-05-12T09:38:01Z | 2014-07-08T10:00:03Z | https://github.com/matomo-org/matomo/issues/702 | 37,350,698 | 702 |
[
"matomo-org",
"matomo"
] | I am experiencing problems when trying to configure Tomcat (6.0.16) to have Piwik running on it? I managed to get it running on Apache (2.2) without any problems, but need to get it on Tomcat. I'm using PHP 5 and can manage to open test.php within Tomcat but as soon as I try to access piwik.php this is the source of the resulting page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
This is what's returned when I open index.php:
Undefined index: SCRIPT_NAME
in 'C:\apache-tomcat-6.0.16\webapps\piwik\core\Url.php' at the line 89
#0 Piwik_ErrorHandler(8, Undefined index: SCRIPT_NAME, C:\apache-tomcat-6.0.16\webapps\piwik\core\Url.php, 89, Array ([=> )) called at [C:\apache-tomcat-6.0.16\webapps\piwik\core\Url.php:89](url])
#1 Piwik_Url::getCurrentScriptName() called at [C:\apache-tomcat-6.0.16\webapps\piwik\core\Url.php:50]
#2 Piwik_Url::getCurrentUrlWithoutFileName() called at [C:\apache-tomcat-6.0.16\webapps\piwik\core\View.php:48]
#3 Piwik_View->__construct(Installation/templates/structure.tpl) called at [C:\apache-tomcat-6.0.16\webapps\piwik\plugins\Installation\View.php:22]
#4 Piwik_Install_View->__construct(Installation/templates/welcome.tpl, Array ([=> welcome,[1](0]) => systemCheck,[=> databaseSetup,[3](2]) => tablesCreation,[=> generalSetup,[5](4]) => firstWebsiteSetup,[=> displayJavascriptCode,[7](6]) => finished), welcome) called at [C:\apache-tomcat-6.0.16\webapps\piwik\plugins\Installation\Controller.php:63]
#5 Piwik_Installation_Controller->welcome() called at [C:\apache-tomcat-6.0.16\webapps\piwik\plugins\Installation\Installation.php:61]
#6 Piwik_Installation->startInstallation(Piwik_Event_Notification Object ([=> FrontController.NoConfigurationFile,[_notificationObject](_notificationName]) => Exception Object ([=> The configuration file C:\apache-tomcat-6.0.16\webapps\piwik/config/config.ini.php has not been found.,[](]) => ,[=> 0,[](]) => C:\apache-tomcat-6.0.16\webapps\piwik\core\Config.php,[=> 108,[](]) => Array ([=> Array ([file](0]) => C:\apache-tomcat-6.0.16\webapps\piwik\core\Piwik.php,[=> 1260,[function](line]) => init,[=> Piwik_Config,[type](class]) => ->,[=> Array ()),[1](args]) => Array ([=> C:\apache-tomcat-6.0.16\webapps\piwik\core\FrontController.php,[line](file]) => 216,[=> createConfigObject,[class](function]) => Piwik,[=> ::,[args](type]) => Array ()),[=> Array ([file](2]) => C:\apache-tomcat-6.0.16\webapps\piwik\index.php,[=> 48,[function](line]) => init,[=> Piwik_FrontController,[type](class]) => ->,[=> Array ()))),[_notificationInfo](args]) => Array (),[=> 0,[_notificationCount](_notificationState]) => 0))
#7 call_user_func_array(Array ([=> Piwik_Installation Object ([](0]) => Piwik_Installation_Controller),[=> startInstallation), Array ([0](1]) => Piwik_Event_Notification Object ([=> FrontController.NoConfigurationFile,[_notificationObject](_notificationName]) => Exception Object ([=> The configuration file C:\apache-tomcat-6.0.16\webapps\piwik/config/config.ini.php has not been found.,[](]) => ,[=> 0,[](]) => C:\apache-tomcat-6.0.16\webapps\piwik\core\Config.php,[=> 108,[](]) => Array ([=> Array ([file](0]) => C:\apache-tomcat-6.0.16\webapps\piwik\core\Piwik.php,[=> 1260,[function](line]) => init,[=> Piwik_Config,[type](class]) => ->,[=> Array ()),[1](args]) => Array ([=> C:\apache-tomcat-6.0.16\webapps\piwik\core\FrontController.php,[line](file]) => 216,[=> createConfigObject,[class](function]) => Piwik,[=> ::,[args](type]) => Array ()),[=> Array ([file](2]) => C:\apache-tomcat-6.0.16\webapps\piwik\index.php,[=> 48,[function](line]) => init,[=> Piwik_FrontController,[type](class]) => ->,[=> Array ()))),[_notificationInfo](args]) => Array (),[=> 0,[_notificationCount](_notificationState]) => 0))) called at [C:\apache-tomcat-6.0.16\webapps\piwik\libs\Event\Dispatcher.php:214]
#8 Event_Dispatcher->addObserver(Array ([=> Piwik_Installation Object ([](0]) => Piwik_Installation_Controller),[=> startInstallation), FrontController.NoConfigurationFile) called at [C:\apache-tomcat-6.0.16\webapps\piwik\core\PluginsManager.php:360](1])
#9 Piwik_PluginsManager->addPluginObservers(Piwik_Installation Object ([=> Piwik_Installation_Controller)) called at [C:\apache-tomcat-6.0.16\webapps\piwik\core\PluginsManager.php:246](])
#10 Piwik_PluginsManager->loadPlugins() called at [C:\apache-tomcat-6.0.16\webapps\piwik\core\PluginsManager.php:161]
#11 Piwik_PluginsManager->setPluginsToLoad(Array ([=> CorePluginsAdmin,[1](0]) => CoreAdminHome,[=> CoreHome,[3](2]) => API,[=> Widgetize,[5](4]) => LanguagesManager,[=> Actions,[7](6]) => Dashboard,[=> Referers,[9](8]) => UserSettings,[=> UserCountry,[11](10]) => VisitsSummary,[=> VisitFrequency,[13](12]) => VisitTime,[=> VisitorInterest,[15](14]) => ExampleAPI,[=> ExamplePlugin,[17](16]) => ExampleRssWidget,[=> ExampleFeedburner,[19](18]) => ExampleRssWidget,[=> Provider,[21](20]) => Feedback,[=> Login,[23](22]) => UsersManager,[=> SitesManager,[25](24]) => Installation)) called at [C:\apache-tomcat-6.0.16\webapps\piwik\core\FrontController.php:224]
#12 Piwik_FrontController->init() called at [C:\apache-tomcat-6.0.16\webapps\piwik\index.php:48]
It's shown in the browser screen, the Tomcat logs do not show any logging...
This information was posted by me on the forum with the topic name equal to the ticket summary. There, Matthieu instructed me to create a ticket.
Thanks for any help provided!
| Piwik on Tomcat | https://api.github.com/repos/matomo-org/matomo/issues/701/comments | 4 | 2009-05-12T08:02:55Z | 2014-08-03T11:22:18Z | https://github.com/matomo-org/matomo/issues/701 | 37,350,697 | 701 |
[
"matomo-org",
"matomo"
] | currently we don't check that the user has the zlib extension, but it is required for piwik to work correctly. We should add this check at installation.
| add a check for ZLIB extension at install | https://api.github.com/repos/matomo-org/matomo/issues/700/comments | 19 | 2009-05-11T01:30:24Z | 2014-07-08T10:01:06Z | https://github.com/matomo-org/matomo/issues/700 | 37,350,696 | 700 |
[
"matomo-org",
"matomo"
] | It seems some users have issues with goal tracking not tracking as expected. Please post here:
- the definition of your goal in the Piwik UI
- the URL you expect to trigger the goal
- the content of the file: piwik/tmp/cache/tracker/X.php where X is the idsite of the website you added the goal to.
Once users submit their goals, we hopefully can find a pattern.
| Goal tracking... not tracking? | https://api.github.com/repos/matomo-org/matomo/issues/699/comments | 1 | 2009-05-11T00:39:23Z | 2014-07-08T10:00:02Z | https://github.com/matomo-org/matomo/issues/699 | 37,350,695 | 699 |
[
"matomo-org",
"matomo"
] | The link to "Timeline section" in http://dev.piwik.org/trac/wiki is broken
| Wrong link in Wiki index | https://api.github.com/repos/matomo-org/matomo/issues/698/comments | 2 | 2009-05-08T21:26:46Z | 2014-07-08T10:00:02Z | https://github.com/matomo-org/matomo/issues/698 | 37,350,694 | 698 |
[
"matomo-org",
"matomo"
] | When I'm passing the campaign parameter as second parameter, it is not correctly detected.
Thus, after setting
campaign_var_name = "cm"
in config.ini.php, the following doesn't generate a campaign record:
!http://my.test.domain/?x=0&cm=test&b=1
while this one works:
!http://my.test.domain/?cm=test&b=1
Keywords: campaign
| Campaign parameter ignored when not as first parameter | https://api.github.com/repos/matomo-org/matomo/issues/697/comments | 8 | 2009-05-08T21:24:37Z | 2014-07-08T10:00:45Z | https://github.com/matomo-org/matomo/issues/697 | 37,350,692 | 697 |
[
"matomo-org",
"matomo"
] | Hi!
Currently, Piwik dashboard is personalizable according to user and if you switch from one sites to another, you still have the same widgets and layout for each one.
As you won't carry out the same marketing objectives if you are working on a e-commerce site or a community site for example, we propose to make the dashboards personalizable according to the sites.
Keywords: dashboard personalization
| Personalize dashboard according to site | https://api.github.com/repos/matomo-org/matomo/issues/696/comments | 4 | 2009-05-07T11:19:58Z | 2014-07-08T10:00:01Z | https://github.com/matomo-org/matomo/issues/696 | 37,350,691 | 696 |
[
"matomo-org",
"matomo"
] | I suggest to define the database schema outside the php code in a xml file.
You can read more about it at : [[[BR](http://www.w3.org/2001/XMLSchema])]
The main idea is to remove all of this from core/Piwik.php and abstract a bit more the database from the main code.
| move the SQL schema in XMLSchema | https://api.github.com/repos/matomo-org/matomo/issues/695/comments | 1 | 2009-05-06T00:13:02Z | 2014-07-08T10:00:01Z | https://github.com/matomo-org/matomo/issues/695 | 37,350,690 | 695 |
[
"matomo-org",
"matomo"
] | http://80.247.230.136/piwik/index.php?module=API&method=Referers.getWebsites&idSite=1&period=day&date=last10&format=xml&token_auth=XXXXXXXXXXXXX
it seems they are missing sites... all referrers URL are displayed ?
| missing data in API request ? | https://api.github.com/repos/matomo-org/matomo/issues/694/comments | 1 | 2009-05-05T20:50:17Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/694 | 37,350,689 | 694 |
[
"matomo-org",
"matomo"
] | The visit generator UI currently requires Super User access, but this is not enough, as it is available through a simple link in the API page. Instead, the UI should warn the user and ask for confirmation when clicking on the visit generator link. Once data has been generated, it is not possible to remove this fake data, which might corrupt historical reports and cause data issues.
| Visit generator should ask for user confirmation before generating lots of fake data | https://api.github.com/repos/matomo-org/matomo/issues/693/comments | 2 | 2009-05-05T20:48:46Z | 2014-07-08T10:00:26Z | https://github.com/matomo-org/matomo/issues/693 | 37,350,688 | 693 |
[
"matomo-org",
"matomo"
] | In Germany, Piwik would be a much better alternative to Google Analytics, if there would be an option to deactivate the storing of ip-addresses. Maybe ip-addresses could optionally be saved "hashed" instead of "cleartext"?
Background: In Germany the situation is not clear - maybe storing of ip-addresses is not allowed because it harms privacy. See: [http://forum.piwik.org/index.php?showtopic=825].
Piwik would be the first software I know with this "Feature" - so every German company could use it without probably getting problems with privacy law.
| Add a anonymize IP addresses setting | https://api.github.com/repos/matomo-org/matomo/issues/692/comments | 24 | 2009-05-05T08:41:58Z | 2014-07-08T10:17:40Z | https://github.com/matomo-org/matomo/issues/692 | 37,350,684 | 692 |
[
"matomo-org",
"matomo"
] | With https and reverse proxies, Piwik oftentimes uses absolute URLs (http://host/path/script).
Task is to use relative URLS (e.g., /path/script) throughout. This should eliminate the IE warning, "This page contains both secure and nonsecure items".
Also: refactor fix for #590.
| Task: Convert absolute URLs to relative URLs | https://api.github.com/repos/matomo-org/matomo/issues/691/comments | 4 | 2009-05-05T08:18:43Z | 2014-07-08T10:00:00Z | https://github.com/matomo-org/matomo/issues/691 | 37,350,683 | 691 |
[
"matomo-org",
"matomo"
] | hi,
We checked that this bug is not a duplicate of #462 (although it contains the same sql error).
After the installation of piwik on our server, I was unable to login, getting this error :
```
SQLSTATE[28000] [1045] Access denied for user 'xxx'@'localhost' (using password: YES)
Backtrace:
#0 /xxx/www/piwik/libs/Zend/Db/Adapter/Abstract.php(228): Zend_Db_Adapter_Pdo_Abstract->_connect()
#1 /xxx/www/piwik/core/Piwik.php(1180): Zend_Db_Adapter_Abstract->getConnection()
#2 /xxx/www/piwik/core/FrontController.php(230): Piwik::createDatabaseObject()
#3 /xxx/www/piwik/index.php(48): Piwik_FrontController->init()
#4 {main}
```
then my admin was able to correct the error in piwik/config/config.ini.php : he found out that the password i use (in mysql database), which contains the char ampersand (&) was apparently twice encoded causing it to be stored as &amp; instead of simply &
once the password was corrected, login was possible and everything seems to work properly.
another strange thing about passwords occured while choosing the piwik super user password : piwik rejected all passwords containing special characters saying they didn't match although they did for sure (as a lazy person, i copied/pasted them in the both fields). tried several times and it worked only when i gave in a password without special characters. we did not retried many times to check which ones did work, which once didn't etc. but we think it might be related to the same bug as the first mentionned here and so we don't think it's worth opening another new ticket.
bye & thanks for providing a nice open source website traffic analyzer !
Keywords: mysql password html ampersand
| mysql password html encoded causing problems with special chars like & | https://api.github.com/repos/matomo-org/matomo/issues/690/comments | 2 | 2009-05-04T22:07:21Z | 2014-08-20T09:35:34Z | https://github.com/matomo-org/matomo/issues/690 | 37,350,682 | 690 |
[
"matomo-org",
"matomo"
] | I've seen the following new search engines in April:
- http://www.google.lk/search?hl=en&q=piwik&btnG=Search&meta=
- http://www.google.com.gh/search?hl=en&q=piwik
- http://www.google.rs/search?hl=sr&q=piwik&btnG=%D0%9F%D0%BE%D1%82%D1%80%D0%B0%D0%B6%D0%B8&meta=
- http://www.google.ch/search?hl=en&safe=off&num=100&q=piwik&btnG=Search&meta=
- http://www.123people.de/ext/frm?ti=personensuche%20telefonbuch&search_term=piwik&search_country=DE&st=suche%20nach%20personen
- http://www.everyclick.com/search?keyword=piwik&locale=world
- http://www.google.lk/search?q=piwik&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a
- http://blogsearch.google.co.in/blogsearch?as_q=MySQL&num=10&hl=en&client=firefox-a&scoring=d&ie=UTF-8&ctz=-330&c2coff=1&as_epq=&as_oq=&as_eq=&as_qdr=a&as_drrb=b&as_mind=23&as_minm=4&as_miny=2009&as_maxd=28&as_maxm=4&as_maxy=2009&lr=lang_en&safe=active&q=MySQL&sa=N&start=10
- http://www.google.com.gi/search?hl=en&safe=off&client=firefox-a&rls=org.mozilla:en-GB:official&hs=1LC&q=piwik&btnG=Search
Attached is a patch to core/DataFiles/SearchEngines.php that adds these search engines. It also fixes the google.ch problem mentioned in bug #688.
| New search engines | https://api.github.com/repos/matomo-org/matomo/issues/689/comments | 2 | 2009-05-02T12:00:25Z | 2014-07-08T10:00:00Z | https://github.com/matomo-org/matomo/issues/689 | 37,350,681 | 689 |
[
"matomo-org",
"matomo"
] | google.ch is included in the list of external websites, despite being correctly listed in the list of Piwik search engines.
The URLs in the report all have the following format:
http://www.google.ch/search?q=[search_term]&hl=de&start=10&sa=N
| google.ch is reported as external websites rather than as search engine | https://api.github.com/repos/matomo-org/matomo/issues/688/comments | 2 | 2009-05-02T09:17:46Z | 2014-07-08T10:00:00Z | https://github.com/matomo-org/matomo/issues/688 | 37,350,680 | 688 |
[
"matomo-org",
"matomo"
] | The tracking code displayed by piwik can cause IE7 to fail to load the page.
The reason is that IE7 does not like <script> tags that are not directly under the body to append an element to body. IE7 will not display the page at all but instead show an alert box with a message. Removing the <a> around the piwik tag will solve the problem.
Not all versions of IE7 are affected - however I have reports of this from both Win XP and Vista 32 & 64bit; It seems to be spreading as I got reports about problems with other scripts (not piwik) from sites that have . There is a microsoft knowledge base article detailing the problem and offering possible fixes (there is also a browser path) - I don't have the URL right now - I will add it later to this report.
I belive this bug is similar to the one described in #229 - the duplicate referenced did have nothing to do with the cause of the problem.
| IE7 can not load | https://api.github.com/repos/matomo-org/matomo/issues/687/comments | 4 | 2009-05-01T03:30:55Z | 2014-07-08T09:59:59Z | https://github.com/matomo-org/matomo/issues/687 | 37,350,678 | 687 |
[
"matomo-org",
"matomo"
] | live.com is sending fake visits to most websites with fake keywords, to check for cloaks. This is stupid and fakes web analytics data, lots of users think "Ohhh live is sending me visitors, finally!". But really microsoft is spamming... Lots of people are complaining about this on the web.
We have to block these Ips ranges:
example IPs:
65.55.110.40
65.55.109.206
65.55.109.143
65.55.110.184
65.55.107.212
65.55.109.85
65.55.107.228
65.55.109.143
65.55.107.238
65.55.109.40
65.55.109.27
65.55.109.58
65.55.109.180
65.55.107.209
65.55.109.135
65.55.109.70
65.55.109.221
65.55.110.74
65.55.110.43
65.55.110.120
65.55.110.27
65.55.110.51
65.55.110.245
65.55.110.35
65.55.110.16
65.55.109.124
65.55.109.47
65.55.109.169
65.55.110.182
65.55.110.107
65.55.109.244
65.55.109.236
65.55.110.121
65.55.109.24
65.55.107.236
65.55.109.142
65.55.109.20
65.55.109.45
65.55.109.186
65.55.109.154
65.55.107.202
65.55.110.204
65.55.109.239
65.55.109.25
65.55.109.237
65.55.110.242
65.55.109.232
65.55.109.83
65.55.110.203
65.55.107.218
65.55.109.178
65.55.110.131
65.55.110.155
65.55.107.208
65.55.109.191
65.55.110.181
65.55.110.226
65.55.109.178
65.55.109.107
65.55.109.10
65.55.109.23
65.55.110.192
65.55.110.94
65.55.110.155
65.55.110.91
65.55.109.37
65.55.109.61
65.55.110.197
65.55.110.106
65.55.109.52
65.55.107.205
65.55.109.206
65.55.107.185
65.55.109.38
65.55.110.86
65.55.110.158
65.55.109.43
65.55.110.244
65.55.109.108
65.55.110.53
65.55.109.185
65.55.110.24
65.55.110.86
65.55.110.48
65.55.109.107
65.55.110.43
65.55.110.189
65.55.109.173
65.55.109.43
65.55.110.245
65.55.109.146
65.55.109.182
65.55.110.73
65.55.110.41
65.55.109.243
see some of the many complaints...
- http://kaioa.com/node/58
- http://sebastians-pamphlets.com/msn-admits-clueless-and-ineffective-spamming/
| search.live.com spamming websites web analytics with spam | https://api.github.com/repos/matomo-org/matomo/issues/686/comments | 4 | 2009-05-01T02:28:30Z | 2014-07-08T09:59:59Z | https://github.com/matomo-org/matomo/issues/686 | 37,350,676 | 686 |
[
"matomo-org",
"matomo"
] | Hi,
Ive reopened the ticket #374 one week ago but I didn't get a solution for this error. vipsoft in that ticket told that problem was solved but I keep with the problem.
Ive attached a screenshot with the problem showing the version number at the top right of the image (0.2.34) the latest one.
Ideas or solutions will be wellcome
| Memory leak Error - Allowed memory size Error | https://api.github.com/repos/matomo-org/matomo/issues/685/comments | 10 | 2009-04-30T20:11:33Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/685 | 37,350,675 | 685 |
[
"matomo-org",
"matomo"
] | Just upgraded, everything went well. However, my Piwik home page has the word 'Array +' next to the date at the top. If I click the date it brings up the calendar. If I click Array it expands into multiple Arrays each pointing to a report with a period of day, week, or year.
Also, the alert message box in the top right-hand corner now has "General_PiwikIsACollaborativeProject" in it and nothing else.
| 0.2.32->0.2.34 Upgrade Observations | https://api.github.com/repos/matomo-org/matomo/issues/684/comments | 1 | 2009-04-30T17:48:46Z | 2014-07-08T09:59:59Z | https://github.com/matomo-org/matomo/issues/684 | 37,350,674 | 684 |
[
"matomo-org",
"matomo"
] | Hi folks,
since putting in Piwik(0.2.34) JS in one of our website I've noticed that it actually triggers the QuickTime PlugIn(QuickTime\qttask.exe) in IE6 which in return brings up my firewall alert box!
I guess it comes from Visitors->Settings->Plugins, so is there a way to disable this for a particular PlugIn?
Shouldn't these things under all circumstances be avoided and everything be carried out very discrete?
This may look like Piwik is snooping arround a bit to much in peoples computers, I'd say!
| Add ability to disable plugin detection in piwik.js | https://api.github.com/repos/matomo-org/matomo/issues/683/comments | 5 | 2009-04-30T07:44:31Z | 2014-07-08T10:00:54Z | https://github.com/matomo-org/matomo/issues/683 | 37,350,673 | 683 |
[
"matomo-org",
"matomo"
] | I've noticed a problem with newly registered sites and the MultiSitesPlugin. As soon as you register a site via the API, then go straight to the Multi Site widget, you get an error like this:
Notice: Undefined property: Piwik_DataTable_Simple::$rows in /home/stats/piwik/core/DataTable.php on line 457 Backtrace -->
#0 Piwik_ErrorHandler(8, Undefined property: Piwik_DataTable_Simple::$rows, /home/stats/piwik/core/DataTable.php, 457, Array ()) called at [/home/stats/piwik/core/DataTable.php:457]
#1 Piwik_DataTable->rebuildIndex() called at [/home/stats/piwik/core/DataTable.php:433]
#2 Piwik_DataTable->getRowFromLabel(0) called at [/home/stats/piwik/core/DataTable/Simple.php:54]
#3 Piwik_DataTable_Simple->getColumn(0) called at [/home/stats/piwik/plugins/MultiSitesPlugin/Controller.php:156]
#4 Piwik_MultiSitesPlugin_Controller->getSummary(Piwik_DataTable_Array Object ([=> Array (),[](metadata]) => Array ([=> Piwik_DataTable_Simple Object ([](2]) => Array ([=> Piwik_DataTable_Row Object ([c](0]) => Array ([=> Array ([label](0])
An example of the API call I'm using is:
http://domain.com/piwik/?module=API&method=SitesManager.addSite&siteName=example.org&urls[0]=http://example.org&token_auth=XXXXXXXXXXXXX
| Notice: Undefined property: Piwik_DataTable rows | https://api.github.com/repos/matomo-org/matomo/issues/682/comments | 1 | 2009-04-30T05:07:59Z | 2014-07-08T09:59:58Z | https://github.com/matomo-org/matomo/issues/682 | 37,350,672 | 682 |
[
"matomo-org",
"matomo"
] | We have tons of Statements like this in our mysql errorlog. perhaps you could take care of this.
cheers
```
090427 9:22:37 [Warning] Statement is not safe to log in statement format. Statement: /* SHARDING_ID_SITE = 1 */
UPDATE piwik_log_visit
SET visit_last_action_time = '2009-04-27 09:22:37',
visit_exit_idaction = '7',
visit_total_actions = visit_total_actions + 1,
visit_total_time = UNIX_TIMESTAMP(visit_last_action_time) - UNIX_TIMESTAMP(visit_first_action_time)
WHERE idvisit = '35037'
AND visitor_idcookie = 'XXXXXXXXXXXXXXXXXXXXX'
LIMIT 1
```
| Mysql-Warning: Statement is not safe to log in statement format | https://api.github.com/repos/matomo-org/matomo/issues/681/comments | 5 | 2009-04-27T09:31:22Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/681 | 37,350,671 | 681 |
[
"matomo-org",
"matomo"
] | Current date picker doesn't have a good UI. It is not clear what dates are currently selected, what is clickable, and design is not eye candy.
Here is a proposal for improving the date picker:
See attached file for proposed mockup of general look n feel (Marcin mockup modified by Matthieu)
See current Piwik calendar on the demo: piwik.org/demo - click on the date to show the calendar.
Definitions
```
* By "Changing state" I mean "firing a callback to update the date of the report".
* By "active" I mean "the day(s) are highlighted in the calendar to show that the currently displayed report covers these days.
```
Specs
```
* set a minimum date: the minimum date is the first date in the calendar on which the user can click on (first date for which we have data). Days before minimum dates have different CSS styles and are not clickable.
* Dates in the future are not clickable - have custom CSS style with light color (same as days before minimum date).
* by default the selector shows "MONTH YEAR", ie. "August 2008", "September 2008". It does not have two selectors, one for month and one for year.
* all dates assumptions must be server based; for example, the minimum date and "today" are generated and fed to the calendar object, not read directly in Javascript; this is because the reports could be set in different time zone from the users' browser.
```
Notion of "period": user can select day, week, month, or year period.
```
* if day is selected, only one day is active. Clicking on the selector to change the month doesn't change state (simply updates calendar to show days in the selected month). Clicking on a new day in calendar changes state. The "Date Range" shows "Monday 15 August 2009".
* if week is selected, all days in the week of the current day are active; weeks can go over two different months; If week overlaps between two months, when changing month in the JS calendar, days of the selected week are active. Clicking on the selector to change the month doesn't change state. The "Date Range" shows "Week 30 Dec - 6 Jan 2009"
* if month is selected, all days in month are active. Clicking on the selector to change the month changes state: the new selected month is applied to the report. The "Date Range" shows "August 2009"
* if year is selected, all days in all months are active. The selector then shows years rather than month, ie. "2008" rather than "September 2008"/"October 2008" etc. (when day/week/month period is selected, the selector shows one entry per month). The "Date Range" shows "Year 2009".
```
Notes:
```
* when month or year is selected, and changing to a sub period, date defaults to the selected period starting at beginning of the current date. Example: if August 2009 is selected and user changes to week or day, it will select "Week 2 Aug - 9 Aug 2009" and "Monday 1st August 2009".
* a click on any of the period changes state directly, and collapse period selector; the user doesn't need to see the calendar, because he has feedback of currently selected period in the explicit "Date Range" string.
* calendar doesn't shows days from previous and next month. cells are left blank
* all period strings would be generated in Javascript, which means that JS has knowledge of how to build these strings; calendar would get i18n strings with format, for example: days-> "%D %j %F %Y", week -> "Week %j1 %M1 - %j2 %M2 %Y2", etc.
* clicking anywhere on the closed calendar div opens the calendar. clicking anywhere outside the calendar div closes the calendar.
* in the future, Piwik may support "custom date range" reports, so I think we would have a new entry below "year": "Custom range", and on the left two or three calendars would be displayed to allow selection of a wider date range. However this is not a requirement now.
```
| Improve usability and design of the current date picker calendar | https://api.github.com/repos/matomo-org/matomo/issues/680/comments | 15 | 2009-04-27T06:55:44Z | 2014-07-08T10:01:10Z | https://github.com/matomo-org/matomo/issues/680 | 37,350,670 | 680 |
[
"matomo-org",
"matomo"
] | I don't know if this is a regression from #379, but some might expect something like this to work:
```
$token = Zend_Registry::get('config')->superuser->password;
$request = new Piwik_API_Request('
...
&token_auth='.$token.'
...
');
```
Instead this returns:
```
You can't access this resource as it requires a 'view' access for the website id = 1.
```
| Superuser Access to Internal API | https://api.github.com/repos/matomo-org/matomo/issues/679/comments | 2 | 2009-04-26T17:03:22Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/679 | 37,350,669 | 679 |
[
"matomo-org",
"matomo"
] | I have code witten in Java and Javascript that track web user from "execution time" and network time to the time user finished browing a page.Is it possible to create a plugin with this in piwik. If so can someone help me. I can ship the code to him to convert it php or use java brige. Let me know
| Plugin with Java code | https://api.github.com/repos/matomo-org/matomo/issues/678/comments | 2 | 2009-04-24T04:56:14Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/678 | 37,350,668 | 678 |
[
"matomo-org",
"matomo"
] | Reported by kaystrobach in comment:ticket:551:3:
it's the same for feedback, dashboard, api, ... -> all are hardcoded ... :(, if seen this after deeactivating the feedbackplugin
| Should suppress widgets and links for disabled plugins | https://api.github.com/repos/matomo-org/matomo/issues/677/comments | 6 | 2009-04-23T17:43:08Z | 2014-07-08T10:01:20Z | https://github.com/matomo-org/matomo/issues/677 | 37,350,667 | 677 |
[
"matomo-org",
"matomo"
] | Plugin that logs visits information to the file when we are not able to connect to the database.
When using <= 0.2.34 version apply TrackerSecondaryDb-0.2.34.patch attached to the ticket before installing the plugin.
When using trunk or > 0.2.34 just install the plugin and see the README.
| TrackerSecondaryDb plugin. | https://api.github.com/repos/matomo-org/matomo/issues/676/comments | 12 | 2009-04-23T11:35:47Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/676 | 37,350,666 | 676 |
[
"matomo-org",
"matomo"
] | To get an experience, how much visitors and page views the current day will bring, you could try my new plugin "Forecast". It shows the visitors, bouncing visitors, returning visitors and page views.
The calculation is not the best at all and will be improved.
Support and Download are found at my Blog: [http://jan.bogutzki.de/piwik-plugin]
Keywords: third-party-plugin
| Visitor Forecast | https://api.github.com/repos/matomo-org/matomo/issues/675/comments | 1 | 2009-04-22T19:20:36Z | 2014-08-03T11:26:00Z | https://github.com/matomo-org/matomo/issues/675 | 37,350,665 | 675 |
[
"matomo-org",
"matomo"
] | I posted a blog comment about this but I think someone deleted my comment. All the api token authentication is completely busted. I had posted the fix in the comment, but now i can't find it. I don't see any mention in the changelog so I'm assuming it's not fixed.
| API keys are completely broken | https://api.github.com/repos/matomo-org/matomo/issues/674/comments | 6 | 2009-04-22T16:14:08Z | 2014-07-08T10:01:25Z | https://github.com/matomo-org/matomo/issues/674 | 37,350,664 | 674 |
[
"matomo-org",
"matomo"
] | When I do a search i Google and go to the website it gets reported in piwik as it came from Live. Im using explorer 8 and XP, I dont know if that got anything to do with it?
We do have other registered visits from google but the one done from me did get registered as live even though it was google I used. If you have any questions my e-mail is sofi.rosenberg@datiq.se
| report wrong searchengine | https://api.github.com/repos/matomo-org/matomo/issues/673/comments | 3 | 2009-04-22T09:10:06Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/673 | 37,350,662 | 673 |
[
"matomo-org",
"matomo"
] | Hello piwik developers,
im proud to announce the TYPO3 extension piwikintegration, which will be released soon in the TYPO3 extension repository.
http://piwik.org/blog/2008/06/new-plugin-typo3-integration/
Its partly based on the extension discussed in the upper blog article.
Its completely integrated in TYPO3 (Backendmodule, Userauthentification, etc.).
'''But I do need a change in the main source code of Piwik.
I need an additional hook in:
https://github.com/piwik/piwik/blob/master/core/FrontController.php?rev=head#L240
which is called directly after successful creation of the configuration object.
215 try {
216 Piwik::createConfigObject();
217 } catch(Exception $e) {
218 Piwik_PostEvent('FrontController.NoConfigurationFile', $e);
219 $exceptionToThrow = $e;
220 }
Piwik_PostEvent('FrontController.ConfigurationLoaded'); //or similar
'''I would like to use this hook to dynamically override the database settings with the valid ones stored in the TYPO3 settings.
This would ensure, that the database settings are always up to date.
Thanks for your great work on PIWIK.
Regards Kay
| Using plugin postLoad hook to override configuration | https://api.github.com/repos/matomo-org/matomo/issues/672/comments | 7 | 2009-04-21T15:18:59Z | 2014-07-08T09:59:56Z | https://github.com/matomo-org/matomo/issues/672 | 37,350,660 | 672 |
[
"matomo-org",
"matomo"
] | no submenu present
in other installations there is a submenu where values like usersmanager, etc can be selected, i can choose these modules only by url
| Superuser admin menu not shown | https://api.github.com/repos/matomo-org/matomo/issues/671/comments | 9 | 2009-04-21T15:14:00Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/671 | 37,350,659 | 671 |
[
"matomo-org",
"matomo"
] | Piwik should report an error if changes in the activated plugins could not be written to config.ini.php.
Keywords: config.ini.php, user rights
| Display an error message if a config file can't be written (eg. activating a plugin) | https://api.github.com/repos/matomo-org/matomo/issues/670/comments | 1 | 2009-04-20T09:00:32Z | 2014-07-08T09:59:56Z | https://github.com/matomo-org/matomo/issues/670 | 37,350,658 | 670 |
[
"matomo-org",
"matomo"
] | When adding features through new plugins, it is possible, that the menu takes a break and hangs over the content area.
| Design Bug in Main-Menu | https://api.github.com/repos/matomo-org/matomo/issues/669/comments | 3 | 2009-04-19T18:13:43Z | 2014-07-08T09:59:56Z | https://github.com/matomo-org/matomo/issues/669 | 37,350,657 | 669 |
[
"matomo-org",
"matomo"
] | In the visit.php file of Piwik_Tracker, use the function below instead of ip2long to get the right number .
function myip2long($ip){
if (is_numeric($ip)){
return sprintf("%u", floatval($ip));
} else {
return sprintf("%u", floatval(ip2long($ip)));
}
}
| piwik_log_visit.location_ip is negative on 32 bit systems | https://api.github.com/repos/matomo-org/matomo/issues/668/comments | 20 | 2009-04-19T03:57:51Z | 2014-07-08T10:02:47Z | https://github.com/matomo-org/matomo/issues/668 | 37,350,654 | 668 |
[
"matomo-org",
"matomo"
] | We several relatively high traffic sites (averaging several thousand unique visitors per day) and have major performance issues loading the graphs on the front page. We are willing to provide a scrubbed snapshot of our MySQL database for testing purposes or will even investigate bugs if anyone has suggestions of places to start.
We work in a Solaris virtualized environment running a custom built latest version of the apache and php. Please see attached documents for a sample of the failed index page and the load on the server when attempting to access it.
| Performance with large datasets | https://api.github.com/repos/matomo-org/matomo/issues/667/comments | 6 | 2009-04-17T23:54:07Z | 2014-07-08T09:59:55Z | https://github.com/matomo-org/matomo/issues/667 | 37,350,653 | 667 |
[
"matomo-org",
"matomo"
] | When upgrading to a new version, the database upgrades take too long to run in the web browser. Mine timed out, and left me with a half upgraded database which I had to manually fix by reading the upgrade files.
I would like one or all of:
- An option to run the database upgrades at the command line.
- Progress to show which database migration is currently being run (in the web browser and/or on the command line)
- It to do each upgrade separately, and record it is done in the database. So if things go wrong, it is easier to carry on from where you left off. Only one migration would need fixing.
Example command from Updates/0.2.27.php:
ALTER TABLE `piwik_log_visit` ADD `visit_goal_converted` VARCHAR( 1 ) NOT NULL AFTER `visit_total`
So far that has taken 3 minutes, I suspect it will take about 6. I had a whole bunch of upgrades to run, which in total will take a couple of hours I suspect. Not a realistic thing to do in one web request.
I've marked this critical, as it caused my piwik installation to be totally broke during a routine upgrade.
| Database upgrades may take too long to run in web browser | https://api.github.com/repos/matomo-org/matomo/issues/666/comments | 9 | 2009-04-17T18:02:09Z | 2014-07-08T10:01:05Z | https://github.com/matomo-org/matomo/issues/666 | 37,350,652 | 666 |
[
"matomo-org",
"matomo"
] | Sometime is track in my php log that execution of geopip.inc takes longer than 30 seconds. It is not all the time.
The exact error:
[21:03:44](16-Apr-2009) PHP Fatal error: Maximum execution time of 30 seconds exceeded in D:\Webserver\stats.mvanlaar.net\htdocs\plugins\GeoIP\libs\geoip.inc on line 317
| GeoIP Plugin: script executing of geopip.inc longer then 30 seconds | https://api.github.com/repos/matomo-org/matomo/issues/665/comments | 2 | 2009-04-16T21:23:46Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/665 | 37,350,650 | 665 |
[
"matomo-org",
"matomo"
] | File:piwik.js
Version:0.2.34
Line:112
Problem: The img tag produced by the script in piwik.js sometimes creates gaps or spaces wherever my piwik code is on my website
Currently: document.writeln('<img src="'+_pk_src+'" alt="" style="border:0" />');
Fix: document.writeln('<img src="'+_pk_src+'" alt="" style="border:0;display:none;" />');
| img in javascript creates space in some pages (includes fix) | https://api.github.com/repos/matomo-org/matomo/issues/664/comments | 1 | 2009-04-16T20:50:01Z | 2014-07-08T09:59:54Z | https://github.com/matomo-org/matomo/issues/664 | 37,350,649 | 664 |
[
"matomo-org",
"matomo"
] | Hi,
I have installed piwik at a non-secure server and its working fine there. But when I am trying to install it at secure server, it is not working properly. The piecharts and bar graphs are not displaying correctly. Instead it showing https://something.com/webstatanalysis/index.php?module=UserCountry&action=getCountry&idSite=1&period=day&date=2009
How can I solve this problem?
Please show me the light.
Thanks
Surajit
| how to run piwik at secure server | https://api.github.com/repos/matomo-org/matomo/issues/663/comments | 1 | 2009-04-16T15:23:29Z | 2014-07-08T09:59:54Z | https://github.com/matomo-org/matomo/issues/663 | 37,350,648 | 663 |
[
"matomo-org",
"matomo"
] | Call clear_all_cache when bumping to a newer Piwik version to immediately invalidate the cache.
| Clear Smarty cache with each Piwik update | https://api.github.com/repos/matomo-org/matomo/issues/662/comments | 1 | 2009-04-15T17:39:36Z | 2014-07-08T09:59:54Z | https://github.com/matomo-org/matomo/issues/662 | 37,350,647 | 662 |
[
"matomo-org",
"matomo"
] | Piwik click tracking should use the click event instead of the mousedown event because:
1.) mousedown is not the same as a click and it should be tracking clicks.
2.) The current way of doing things prevents the right-click menu from appearing until the tracking code has run, which can take a long time for downloads or external links.
| should use click event instead of mousedown | https://api.github.com/repos/matomo-org/matomo/issues/661/comments | 3 | 2009-04-15T12:36:01Z | 2024-01-03T09:55:54Z | https://github.com/matomo-org/matomo/issues/661 | 37,350,645 | 661 |
[
"matomo-org",
"matomo"
] | Currently Piwik does an insanely high number of external http requests to load the UI. This makes loading the Piwik UI very slow! Currently (0.2.34) Piwik has:
- 22 external JavaScript files.
- 10 external StyleSheets.
(using Yahoo Slow FF extension)
The goal of this ticket is to lower the number of http requests done for JS and CSS files down to 2 requests.
Resources
- the pattern described below is used in OpenX see the source code in [combine.php](http://code.openx.org/repositories/changes/ox/www/admin/assets/combine/combine.php?rev=32194)
We could:
- force all plugins to define their Javascript & CSS files in a hook so that they are known to a "manager"
- this manager would take care of generating a single javascript include and single CSS include in the template code (answering a Smarty hook eg.`
\{postEvent name="template_js_import"\`}). For example for the JS include:`
<script src='plugins/CoreHome/mergeJavascript.php?files=PATH_JS_1,PATH_JS_2'>`
- note that there is currently a similar basic support in Piwik (see the hook called "template_js_import" and "template_css_import"). This partial support should be removed and updated to use the one described here.
- this single javascript (or CSS) include would output a file containing all merged .js (or .css) files required for the page to work. The JS (and potentially CSS) files would be minified using a PHP script calling an external minifier library.
- during debug & development, we would set a config variable`
[Debug] mergeAndMinifyAllJavascriptIncludes` to false, which would result in all the javascript files being included in different`
<script src=''>` as currently done (easier to debug and develop)
- this would simplify reusing external libraries as we could just include their "dev versions" (not minified) and we would know Piwik would minify automatically. Currently we have to include both minified and not minified versions of all jquery plugins we use, which is quite confusing
Features
- cache the merged output on disk
- we would zlib compress output if zlib available
- send proper http headers to ensure it's cached (note that we may have to respect the [yahoo advice about etag](http://developer.yahoo.com/performance/rules.html#etags))
- uses [JMIN php implentation](http://code.google.com/p/jsmin-php/)
- OpenX implementation doesn't use CSS minifier but we could add this feature: [CSS minifier in php](http://code.google.com/p/cssmin/). Not sure if the few bytes saved by using css minification are worth the lose of readability in stylesheets though.
Developers welcome to work on this feature! :)
| Make Piwik UI faster: merge all Javascript and CSS files together, minify, cache the merged files on disk | https://api.github.com/repos/matomo-org/matomo/issues/660/comments | 32 | 2009-04-15T04:03:44Z | 2014-07-08T10:17:20Z | https://github.com/matomo-org/matomo/issues/660 | 37,350,644 | 660 |
[
"matomo-org",
"matomo"
] | Hi!
So I just did a fresh install of the newest version of Piwik (0.2.34) and so it showed me just 1 visitor (me). When I set "enable_browser_archiving_triggering" in the global.ini.php to 0 and refreshed the page, it showed mit zero vistors. Well I wondered myself and changed it back to the default value 1 and voila, it showed me the one visitor again.
Might this be a bug?
Greetings!
| archiving script misc/cron/archive.sh should be able to archive today's stats (with a parameter) | https://api.github.com/repos/matomo-org/matomo/issues/659/comments | 4 | 2009-04-14T23:40:55Z | 2014-07-08T09:59:53Z | https://github.com/matomo-org/matomo/issues/659 | 37,350,643 | 659 |
[
"matomo-org",
"matomo"
] | I just noticed that version 0.2.34 is out and thinking that it includes a solution to ticket #44. Now when I upgrade to that version I get an error. No data in Live user's widget. When I turn-on the debugger there is error on jquery.js (fn.call(document,jQuery). Any help
| Error in version 0.2.34 in Live! plugin | https://api.github.com/repos/matomo-org/matomo/issues/658/comments | 2 | 2009-04-14T15:20:41Z | 2014-07-08T09:59:53Z | https://github.com/matomo-org/matomo/issues/658 | 37,350,642 | 658 |
[
"matomo-org",
"matomo"
] | After updating to 0.2.33 (and now 0.2.34) the widgets are not shown any longer. On Opera the message "Oops ... problem during the request, try again" appears. Firefox`s error console prints:
Fehler: uncaught exception: ["Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "http://MYDOMAIN/MYPATH/libs/jquery/jquery.js Line: 12"](Exception...)
and
Error: No element found
Sourcefile: http://MYDOMAIN/MYPATH/index.php?module=Referers&action=getSearchEngines&idSite=1&period=day&date=2009-04-13
Zeile: 1
However, new entries are stored into the database, obviously. Another point is, that the widgets are shown, when i select a date before the update to 0.2.33. I guess, some changed in the database, though not correctly (i think i read somewhere something about utf-8, not sure).
How can i fix it?
| No widgets are displayed, "Oops ... problem during the request" | https://api.github.com/repos/matomo-org/matomo/issues/657/comments | 12 | 2009-04-14T12:30:03Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/657 | 37,350,641 | 657 |
[
"matomo-org",
"matomo"
] | It would be great to have an easy possibility to hide the files that are not needed to be public from the view and place them somewhere outside the DocumentRoot of the webserver.
This is kind of best practice and I would appreciate this highly! The way it is at the moment is way easier to install, but also way more insecure. Perhaps you could provide some alternative way for paranoid sysadmins :-)
Thanks for your effort
| Split frontend- and backend files | https://api.github.com/repos/matomo-org/matomo/issues/656/comments | 11 | 2009-04-14T10:10:45Z | 2014-07-08T10:00:59Z | https://github.com/matomo-org/matomo/issues/656 | 37,350,640 | 656 |
[
"matomo-org",
"matomo"
] | When I try to update via /piwik/index.php?module=CoreUpdater&action=newVersionAvailable I get following Notice:
```
Notice: Undefined variable: newVersion in /Library/WebServer/Documents/WebServer/Documents/piwik/plugins/CoreUpdater/Controller.php on line 25
Backtrace -->
#0 Piwik_ErrorHandler(8, Undefined variable: newVersion, /Library/WebServer/Documents/WebServer/Documents/piwik/plugins/CoreUpdater/Controller.php, 25, Array ([view] => Piwik_View Object ([] => CoreUpdater/templates/update_new_version_available.tpl,[] => Piwik_Smarty Object ([template_dir] => Array ([0] => plugins,[1] => themes/default,[2] => themes),[compile_dir] => tmp/templates_c,[config_dir] => configs,[plugins_dir] => Array ([0] => libs/Smarty/plugins,[1] => core/SmartyPlugins),[debugging] => 1,[error_reporting] => 6143,[debug_tpl] => ,[debugging_ctrl] => NONE,[compile_check] => 1,[force_compile] => ,[caching] => 0,[cache_dir] => tmp/cache,[cache_lifetime] => 3600,[cache_modified_check] => ,[php_handling] => 0,[security] => ,[secure_dir] => Array (),[security_settings] => Array ([PHP_HANDLING] => ,[IF_FUNCS] => Array ([0] => array,[1] => list,[2] => isset,[3] => empty,[4] => count,[5] => sizeof,[6] => in_array,[7] => is_array,[8] => true,[9] => false,[10] => null),[INCLUDE_ANY] => ,[PHP_TAGS] => ,[MODIFIER_FUNCS] => Array ([0] => count),[ALLOW_CONSTANTS] => ),[trusted_dir] => Array (),[left_delimiter] => {,[right_delimiter] => },[request_vars_order] => EGPCS,[request_use_auto_globals] => 1,[compile_id] => ,[use_sub_dirs] => ,[default_modifiers] => Array (),[default_resource_type] => file,[cache_handler_func] => ,[autoload_filters] => Array (),[config_overwrite] => 1,[config_booleanize] => 1,[config_read_hidden] => ,[config_fix_newlines] => 1,[default_template_handler_func] => ,[compiler_file] => Smarty_Compiler.class.php,[compiler_class] => Smarty_Compiler,[config_class] => Config_File,[_tpl_vars] => Array ([SCRIPT_NAME] => /WebServer/Documents/piwik/index.php,[piwikUrl] => http://localhost/WebServer/Documents/piwik/,[piwik_version] => 0.2.32),[_smarty_vars] => ,[_sections] => Array (),[_foreach] => Array (),[_tag_stack] => Array (),[_conf_obj] => ,[_config] => Array ([0] => Array ([vars] => Array (),[files] => Array ())),[_smarty_md5] => f8d698aea36fcbead2b9d5359ffca76f,[_version] => 2.6.22,[_inclusion_depth] => 0,[_compile_id] => ,[_smarty_debug_id] => SMARTY_DEBUG,[_smarty_debug_info] => Array (),[_cache_info] => Array (),[_file_perms] => 420,[_dir_perms] => 505,[_reg_objects] => Array (),[_plugins] => Array ([modifier] => Array (),[function] => Array (),[block] => Array (),[compiler] => Array (),[prefilter] => Array (),[postfilter] => Array (),[outputfilter] => Array ([trimwhitespace] => Array ([0] => smarty_outputfilter_trimwhitespace,[1] => ,[2] => ,[3] => 1,[4] => 1)),[resource] => Array (),[insert] => Array ()),[_cache_serials] => Array (),[_cache_include] => ,[_cache_including] => ),[] => Array ()))) called at [/Library/WebServer/Documents/WebServer/Documents/piwik/plugins/CoreUpdater/Controller.php:25]
#1 Piwik_CoreUpdater_Controller->newVersionAvailable()
#2 call_user_func_array(Array ([0] => Piwik_CoreUpdater_Controller Object ([] => Array (),[] => ,[] => Array (),[] => Array (),[] => Array (),[] => CoreUpdater,[] => 2009-04-13,[] => Piwik_Date Object ([] => 1239573600)),[1] => newVersionAvailable), Array ()) called at [/Library/WebServer/Documents/WebServer/Documents/piwik/core/FrontController.php:147]
#3 Piwik_FrontController->dispatch() called at [/Library/WebServer/Documents/WebServer/Documents/piwik/index.php:51]
```
| Undefined variable when using update function | https://api.github.com/repos/matomo-org/matomo/issues/655/comments | 1 | 2009-04-14T09:27:51Z | 2014-07-08T09:59:52Z | https://github.com/matomo-org/matomo/issues/655 | 37,350,639 | 655 |
[
"matomo-org",
"matomo"
] | When I try to update via /piwik/index.php?module=CoreUpdater&action=newVersionAvailable I get following Notice:
Notice: Undefined variable: newVersion in /Library/WebServer/Documents/WebServer/Documents/piwik/plugins/CoreUpdater/Controller.php on line 25
Backtrace -->
#0 Piwik_ErrorHandler(8, Undefined variable: newVersion, /Library/WebServer/Documents/WebServer/Documents/piwik/plugins/CoreUpdater/Controller.php, 25, Array ([=> Piwik_View Object ([](view]) => CoreUpdater/templates/update_new_version_available.tpl,[=> Piwik_Smarty Object ([template_dir](]) => Array ([=> plugins,[1](0]) => themes/default,[=> themes),[compile_dir](2]) => tmp/templates_c,[=> configs,[plugins_dir](config_dir]) => Array ([=> libs/Smarty/plugins,[1](0]) => core/SmartyPlugins),[=> 1,[error_reporting](debugging]) => 6143,[=> ,[debugging_ctrl](debug_tpl]) => NONE,[=> 1,[force_compile](compile_check]) => ,[=> 0,[cache_dir](caching]) => tmp/cache,[=> 3600,[cache_modified_check](cache_lifetime]) => ,[=> 0,[security](php_handling]) => ,[=> Array (),[security_settings](secure_dir]) => Array ([=> ,[IF_FUNCS](PHP_HANDLING]) => Array ([=> array,[1](0]) => list,[=> isset,[3](2]) => empty,[=> count,[5](4]) => sizeof,[=> in_array,[7](6]) => is_array,[=> true,[9](8]) => false,[=> null),[INCLUDE_ANY](10]) => ,[=> ,[MODIFIER_FUNCS](PHP_TAGS]) => Array ([=> count),[ALLOW_CONSTANTS](0]) => ),[=> Array (),[left_delimiter](trusted_dir]) => {,[=> },[request_vars_order](right_delimiter]) => EGPCS,[=> 1,[compile_id](request_use_auto_globals]) => ,[=> ,[default_modifiers](use_sub_dirs]) => Array (),[=> file,[cache_handler_func](default_resource_type]) => ,[=> Array (),[config_overwrite](autoload_filters]) => 1,[=> 1,[config_read_hidden](config_booleanize]) => ,[=> 1,[default_template_handler_func](config_fix_newlines]) => ,[=> Smarty_Compiler.class.php,[compiler_class](compiler_file]) => Smarty_Compiler,[=> Config_File,[_tpl_vars](config_class]) => Array ([=> /WebServer/Documents/piwik/index.php,[piwikUrl](SCRIPT_NAME]) => http://localhost/WebServer/Documents/piwik/,[=> 0.2.32),[_smarty_vars](piwik_version]) => ,[=> Array (),[_foreach](_sections]) => Array (),[=> Array (),[_conf_obj](_tag_stack]) => ,[=> Array ([0](_config]) => Array ([=> Array (),[files](vars]) => Array ())),[=> f8d698aea36fcbead2b9d5359ffca76f,[_version](_smarty_md5]) => 2.6.22,[=> 0,[_compile_id](_inclusion_depth]) => ,[=> SMARTY_DEBUG,[_smarty_debug_info](_smarty_debug_id]) => Array (),[=> Array (),[_file_perms](_cache_info]) => 420,[=> 505,[_reg_objects](_dir_perms]) => Array (),[=> Array ([modifier](_plugins]) => Array (),[=> Array (),[block](function]) => Array (),[=> Array (),[prefilter](compiler]) => Array (),[=> Array (),[outputfilter](postfilter]) => Array ([=> Array ([0](trimwhitespace]) => smarty_outputfilter_trimwhitespace,[=> ,[2](1]) => ,[=> 1,[4](3]) => 1)),[=> Array (),[insert](resource]) => Array ()),[=> Array (),[_cache_include](_cache_serials]) => ,[=> ),[](_cache_including]) => Array ()))) called at [/Library/WebServer/Documents/WebServer/Documents/piwik/plugins/CoreUpdater/Controller.php:25]
#1 Piwik_CoreUpdater_Controller->newVersionAvailable()
#2 call_user_func_array(Array ([=> Piwik_CoreUpdater_Controller Object ([](0]) => Array (),[=> ,[](]) => Array (),[=> Array (),[](]) => Array (),[=> CoreUpdater,[](]) => 2009-04-13,[=> Piwik_Date Object ([](]) => 1239573600)),[=> newVersionAvailable), Array ()) called at [/Library/WebServer/Documents/WebServer/Documents/piwik/core/FrontController.php:147](1])
#3 Piwik_FrontController->dispatch() called at [/Library/WebServer/Documents/WebServer/Documents/piwik/index.php:51]
| Undefined variable when using update function | https://api.github.com/repos/matomo-org/matomo/issues/654/comments | 1 | 2009-04-14T09:27:19Z | 2014-07-08T09:59:52Z | https://github.com/matomo-org/matomo/issues/654 | 37,350,638 | 654 |
[
"matomo-org",
"matomo"
] | Currently the Piwik tracking code has a noscript which could be used to record visits from people without Javascript enabled.
There is some work required to
- filter out search engine bots
- filter out spam bots
- filter out all other type of bots
Of course this could also be used to log bots and show them in a specific Piwik report "Bot activity".
The initial design decision was to not record any visitor without Javascript as it is a lot of work to ensure that the data coming from Javascript-disabled devices is accurate and not bot initiated.
To record a visit without JS, you must call
```
piwik.php?idsite=$ID_SITE
&rec=1
&action_name=$ACTION_NAME
```
See also PUSH API without Javascript #134
Keywords: bots noscript
| The <noscript> image call doesn't currently record any visit, but it could | https://api.github.com/repos/matomo-org/matomo/issues/653/comments | 9 | 2009-04-13T23:54:02Z | 2014-07-08T10:17:47Z | https://github.com/matomo-org/matomo/issues/653 | 37,350,637 | 653 |
[
"matomo-org",
"matomo"
] | Since my update from 0.2.32 to 0.2.33 my page has half the visitors then before, other pages even hav no visitors anymore
| Some visitors not reported | https://api.github.com/repos/matomo-org/matomo/issues/652/comments | 3 | 2009-04-13T20:15:36Z | 2014-07-08T09:59:51Z | https://github.com/matomo-org/matomo/issues/652 | 37,350,636 | 652 |
[
"matomo-org",
"matomo"
] | There is a problem where piwik throws error messages and isn't working at all. This happens if PHP is correctly configured for Drupal CMS (http://drupal.org/requirements). The source of this issue is "session.save_handler: user".
```
[Session]
; Handler used to store/retrieve data.
session.save_handler = user
```
As a workaround I tried using "files", but I'm not sure if this may break
something in Drupal...
```
[Session]
; Handler used to store/retrieve data.
session.save_handler = files
```
The error message that is thown is:
```
Fatal error: session_start() [<a
href='function.session-start'>function.session-start</a>]: Failed to
initialize storage module: user (path: C:\Programme\PHP\sessions) in
piwik\index.php on line 42
```
Are you able to fix this bug soon, please?
| Piwik requires session.save_handler: files | https://api.github.com/repos/matomo-org/matomo/issues/651/comments | 8 | 2009-04-13T11:24:38Z | 2014-07-08T10:00:41Z | https://github.com/matomo-org/matomo/issues/651 | 37,350,635 | 651 |
[
"matomo-org",
"matomo"
] | Hi after a clean full update of piwik. I uploaded everything by ftp because the provided update method failed.
I don't have any referrers stat anymore. the graph show no data available.
If anyone know a way to come back to a stable state. I suppose i can't use piwik 0.2.32 because of the updated table.
| bug after update : no referes stat anymore | https://api.github.com/repos/matomo-org/matomo/issues/650/comments | 6 | 2009-04-10T09:45:12Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/650 | 37,350,633 | 650 |
[
"matomo-org",
"matomo"
] | I set the minimum font to 16 in my browser, to see correctly the text. However, if the text of a Piwik's widget is larger than the widget's width, there's no horizontal scroll bar, so the text is hidden and not accessible. I'll attach a screen shot.
My version: Piwik 0.2.33
| UI: Widget overflow not visible/scrollable | https://api.github.com/repos/matomo-org/matomo/issues/649/comments | 4 | 2009-04-10T02:04:31Z | 2014-07-08T09:59:51Z | https://github.com/matomo-org/matomo/issues/649 | 37,350,632 | 649 |
[
"matomo-org",
"matomo"
] | The 1 x 1 pixel is broken, it gives a red cross on the webpages. Also piwik does not trakc any webvisits any more sinds the upgrade to 0.2.33.
| image broken with 0.2.33 update / visit tracking | https://api.github.com/repos/matomo-org/matomo/issues/648/comments | 20 | 2009-04-09T22:29:44Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/648 | 37,350,628 | 648 |
[
"matomo-org",
"matomo"
] | If I install Piwik behind a reverse proxy, I get some problems with the images and javascript URLs created by the tool. Instead of http://piwik.my-domain.com/... (public URL) I get http://piwik.local_network/ (internal URL) generated in front end.
The problem occures with Piwik versions 0.2.32 and 0.2.33.
For configuring reverse proxy I use apache mod_proxy module and this command in VHost configuration on public accessable host:
```
ProxyPass / http://piwik.local_network/
ProxyPassReverse / http://piwik.local_network/
```
and using own VHost on internal server.
Well, the cause is: with this type of installation the`
$_SERVER['HTTP_HOST']`variable contains 'piwik.local_network' and not the real host name, which should be like 'piwik.my-domain.com'.
The (proposed and working) solution is:
1. change lines 114-ff. in core/Url.php as following:
instead of
```
if(isset($_SERVER['HTTP_HOST']))
{
$url .= $_SERVER['HTTP_HOST'];
}
else
{
$url .= 'unknown';
}
```
use this one:
```
if(isset($_SERVER['HTTP_X_FORWARDED_HOST']))
{
$url .= $_SERVER['HTTP_X_FORWARDED_HOST'];
}
elseif(isset($_SERVER['HTTP_HOST']))
{
$url .= $_SERVER['HTTP_HOST'];
}
else
{
$url .= 'unknown';
}
```
1. Replace line 181-ff. in plugins/Login/controller.php as following:
after
```
$piwikHost = $_SERVER['HTTP_HOST'];
```
add
```
if(isset($_SERVER['HTTP_X_FORWARDED_HOST']))
{
$piwikHost = $_SERVER['HTTP_X_FORWARDED_HOST'];
}
```
That's all.
PS:
Patched files are attached.
| Apache Reverse Proxy Support | https://api.github.com/repos/matomo-org/matomo/issues/647/comments | 8 | 2009-04-09T11:14:43Z | 2014-07-08T10:00:00Z | https://github.com/matomo-org/matomo/issues/647 | 37,350,625 | 647 |
[
"matomo-org",
"matomo"
] | One thing that would be important to ensure accurate numbers is making sure the tracking image isn't cached. We should send back the following headers:
Cache-Control: private, no-cache, proxy-revalidate
Pragma: no-cache
So in core/Tracker.php, maybe do something like:
protected function outputTransparentGif()
{
if( !isset($GLOBALS[|| !$GLOBALS['DEBUGPIWIK']('DEBUGPIWIK'])) )
{
$trans_gif_64 = "R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==";
header("Content-type: image/gif");
header('Pragma: no-cache');
header('Cache-Control: private, no-cache, proxy-revalidate');
print(base64_decode($trans_gif_64));
}
}
| Cache headers should be set explicitly | https://api.github.com/repos/matomo-org/matomo/issues/646/comments | 2 | 2009-04-09T03:41:27Z | 2014-07-08T09:59:50Z | https://github.com/matomo-org/matomo/issues/646 | 37,350,624 | 646 |
[
"matomo-org",
"matomo"
] | It would greatly help OS packagers if your distribution files could be given unique filenames (either in addition to, or instead of, the existing latest.zip - e.g. piwik-0.2.33.zip).
| request distribution zipfiles to have versioned filenames | https://api.github.com/repos/matomo-org/matomo/issues/645/comments | 1 | 2009-04-09T02:49:20Z | 2015-06-20T03:41:23Z | https://github.com/matomo-org/matomo/issues/645 | 37,350,623 | 645 |
[
"matomo-org",
"matomo"
] | looking here http://piwik.wecowi.de you should probably see that the charts for visitors per day and visitors per hour are not working
| Charts does not work | https://api.github.com/repos/matomo-org/matomo/issues/644/comments | 5 | 2009-04-08T13:17:12Z | 2014-07-08T09:59:50Z | https://github.com/matomo-org/matomo/issues/644 | 37,350,622 | 644 |
[
"matomo-org",
"matomo"
] | Language file not found for the plugin 'ExamplePlugin'.
Backtrace:
#0 /var/www/vhosts/piwik.wecowi.de/httpdocs/core/PluginsManager.php(179): Piwik_PluginsManager->loadTranslation(Object(Piwik_ExamplePlugin), 'de')
#1 /var/www/vhosts/piwik.wecowi.de/httpdocs/core/FrontController.php(260): Piwik_PluginsManager->postLoadPlugins()
#2 /var/www/vhosts/piwik.wecowi.de/httpdocs/index.php(48): Piwik_FrontController->init()
#3 {main}
| Translation of Example Plugin | https://api.github.com/repos/matomo-org/matomo/issues/643/comments | 1 | 2009-04-08T13:15:50Z | 2014-07-08T09:59:50Z | https://github.com/matomo-org/matomo/issues/643 | 37,350,621 | 643 |
[
"matomo-org",
"matomo"
] | [the Microsoft Web Platform offers a complete ecosystem for building and hosting web sites, services, and applications.](http://www.microsoft.com/web/gallery/)
If a community member is keen, we could package Piwik to work on this platform and increase Piwik awareness. Instructions on how to package for the platform ca be found on:
[Application Packaging Guide for the Windows Web Application Gallery](http://learn.iis.net/page.aspx/578/application-packaging-guide-for-the-windows-web-application-gallery/)
| Package Piwik for the Windows Web Application Gallery | https://api.github.com/repos/matomo-org/matomo/issues/642/comments | 41 | 2009-04-06T23:29:08Z | 2014-07-08T10:02:53Z | https://github.com/matomo-org/matomo/issues/642 | 37,350,618 | 642 |
[
"matomo-org",
"matomo"
] | Piwik in a .net website tracks /javascript:__doPostBack... links as external links.
| .net javascript postback is tracked as external link | https://api.github.com/repos/matomo-org/matomo/issues/641/comments | 4 | 2009-04-06T10:29:58Z | 2014-07-08T09:59:49Z | https://github.com/matomo-org/matomo/issues/641 | 37,350,617 | 641 |
[
"matomo-org",
"matomo"
] | currently if you request search engines or keywords for a week, the 'nb_uniq_visitors' in the response is not the number of unique visitors for this keyword or search engine. It is the sum of the nb_uniq_visitors for each day in the week.
It will be renamed to 'sum_daily_nb_uniq_visitors' in all API calls.
It also affects some fields in Actions.get*
This ticket also mean that we should not show 'Unique Visitors' columns in any table when the period is not 'day'.
Note that it is customizable on a plugin basis. Another plugin could run the query on the full set of logs to extract the exact number of unique visitors for each keyword/search engine/website/resolution/etc. but that would be **very** resource intensive.
We still have plans to process the Number of Unique Visitors accurately for any period, see #5428
| Remove 'nb_uniq_visitors' from all API calls when period != day as the data is not correct | https://api.github.com/repos/matomo-org/matomo/issues/640/comments | 3 | 2009-04-03T07:36:36Z | 2014-07-08T09:59:48Z | https://github.com/matomo-org/matomo/issues/640 | 37,350,616 | 640 |
[
"matomo-org",
"matomo"
] | Hi!
To test the campaign feature I changed the campaign vars in global.config.php, but did not remeber that when installing an update of Piwik, so I lost 2 month of campaign information. So please move those parameters into normal config, that is not automatically replaced when updating.
Regards
Marco
| Campaign settings should move into config.ini.php | https://api.github.com/repos/matomo-org/matomo/issues/639/comments | 1 | 2009-03-31T12:11:12Z | 2014-07-08T09:59:48Z | https://github.com/matomo-org/matomo/issues/639 | 37,350,615 | 639 |
[
"matomo-org",
"matomo"
] | I have a multilanguage website, where users from all over the world are active. To see what language is not implemented yet or what language is used very often, i needed a plugin that shows me the primary language of the visitor.
Downloads: http://jan.bogutzki.de/piwik-plugin
Keywords: language, plugin, third-party-plugin
| Languages of the Visitors | https://api.github.com/repos/matomo-org/matomo/issues/638/comments | 9 | 2009-03-30T11:45:44Z | 2014-08-03T11:26:00Z | https://github.com/matomo-org/matomo/issues/638 | 37,350,614 | 638 |
[
"matomo-org",
"matomo"
] | Hi,
I am trying to show a widget and I need to login for that.
The thing is that the login process leaves a cookie.
I need to find a way to show this widget without leaving a cookie behind.
(The reason is that I don't want anyone to go to the admin interface and be logged in)
I tried to use token_auth but it didn't work.
Any suggestions?
Thanks,
Udi
| Question: how to show a widget without leaving a cookie? | https://api.github.com/repos/matomo-org/matomo/issues/637/comments | 3 | 2009-03-29T13:27:42Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/637 | 37,350,613 | 637 |
[
"matomo-org",
"matomo"
] | Ok, I posted this before, but vipsoft seems to think user access and anonymous access are the same thing and deleted it.
vipsoft> "Oops. Given ticket #554, we won't be blocking access to the site manager page."
They are not the same thing. but meh.
Anyway if you goto '/index.php?module=SitesManager&action=displayJavascriptCode&idsite=1' of any piwik install you will be granted access to that page without the need to log in.
Other pages are affected as well.
Personally if you restrict anonymous access to a site then ALL of that site should be blocked. Not a few pages or ones that count, but ALL of the site.
Feel free vipsof to delete this ticket, I can code so I will just fix the issue myself. But I thought I would be nice for your users (that can not code or dont have the time) to be able to trust 'NO ACCESS' truly means 'NO ACCESS'.
| Concerns re: Anonymous access to SitesManager & Feedback | https://api.github.com/repos/matomo-org/matomo/issues/636/comments | 4 | 2009-03-29T01:08:23Z | 2014-07-08T09:59:48Z | https://github.com/matomo-org/matomo/issues/636 | 37,350,612 | 636 |
[
"matomo-org",
"matomo"
] | Anonymous users can still access the site management section of Piwik even when they have been restricted with 'No Access'
Calling the URL's;
/index.php?module=SitesManager&action=displayJavascriptCode&idsite=1
/index.php?module=SitesManager&action=index&idsite=1
/index.php?module=Feedback&action=index&idsite=1&keepThis=true&TB_iframe=true&height=400&width=350
Will all display results with out authentication.
Other pages maybe affected, but these are the ones I know of.
The data exposed isn't critical but still poses a minor security issue.
| Security: Anonymous access to 'Sites Management' even in 'NO ACCESS' mode | https://api.github.com/repos/matomo-org/matomo/issues/635/comments | 2 | 2009-03-28T10:02:07Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/635 | 37,350,611 | 635 |
[
"matomo-org",
"matomo"
] | After Upgrade to the lasted versions, i get a lot of this error messages:
Warning: require_once(Zend/Registry.php) [function.require-once]: failed to open stream: No such file or directory in mydomain.ch/subdomains/piwik/httpdocs/core/ErrorHandler.php on line 12
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Registry.php' (include_path='.:.:') in mydomain.ch/subdomains/piwik/httpdocs/core/ErrorHandler.php on line 12
All files are existing and new upload with no success.
| Failed opening required 'Zend/Registry.php' | https://api.github.com/repos/matomo-org/matomo/issues/634/comments | 14 | 2009-03-26T21:19:13Z | 2014-08-03T11:22:17Z | https://github.com/matomo-org/matomo/issues/634 | 37,350,610 | 634 |
[
"matomo-org",
"matomo"
] | I configured the logging to be sent to files
instead of the screen. But the archiving process could'nt handle this. It
came up with with this error, another piwik user already had:
http://lists.piwik.org/pipermail/piwik-hackers/2008-August/000336.html
The underlying problem is not to chmod tmp/logs/logger_message and other
log-files to 777 or something; The logging script seems to use a wrong
relative path to the log-files at all; Cause it is called by a cronjob or by
hand from a position anywhere in the filesystem, supposable the logger script
trys to open a tmp/logs-path and file relativ to this position in the
filesystem and not relativ to the piwik base path.
The fastest and simplest workaround for me was it to just change the [path]
log variable in the global.ini to an absolute path.
| when specifying logging messages/errors/exceptions to a file in piwik config, the archiving breaks as path is invalid | https://api.github.com/repos/matomo-org/matomo/issues/633/comments | 1 | 2009-03-26T04:57:22Z | 2014-07-08T09:59:47Z | https://github.com/matomo-org/matomo/issues/633 | 37,350,609 | 633 |
[
"matomo-org",
"matomo"
] | i have tried to use piwik in a zend framework project so i have copy the example on the [Calling the API From within PHP](http://dev.piwik.org/trac/wiki/API/CallingTechniques) page and paste it in a zf controller
after hacking the include_path to avoid 'cannot redeclare class exception' (see #631)
then i got the following error :
```
Fatal error: Call to undefined method Zend_Db_Adapter_Pdo_Mysql::resetConfigArray() in D:\WORK\SITES WEB\JC2\SRC\lib\piwik\core\Piwik.php on line 1184
--> Piwik::createDatabaseObject( ) ..\FrontController.php:234
```
Matthieu said on the forum that's because resetConfigArray() is a custom method from piwik, but now the classes are added from the standart library used for the whole project.
i suggest any custom method like this one to be moove in new classes extending the original classes (eg Zenwik_Db_Adpater)
while looking at this i also noticed that piwik is using Zend_Registry to store data throw the process.
Any user using already zf will surely use Zend_Registry too so every entry in it should be prefixed to avoid scope issue
```
Zend_Registry::set('piwik_config',$config)
```
maybe something similar should be done for zend_session and zend_auth
PS : maybe same pb can happen with other third party librarys (smarty is used a lot too ...)
| Local mods to Zend Framework should be subclassed | https://api.github.com/repos/matomo-org/matomo/issues/632/comments | 6 | 2009-03-26T02:22:21Z | 2014-07-08T09:59:47Z | https://github.com/matomo-org/matomo/issues/632 | 37,350,608 | 632 |
[
"matomo-org",
"matomo"
] | i have tried to use piwik in a zend framework project so i have copy the example on the [Calling the API From within PHP](http://dev.piwik.org/trac/wiki/API/CallingTechniques) page and paste it in a zf controller and got the error "cannot redeclare class Zend_Exception"
this happen very early in the process :
```
index.php l 45 : require_once "FrontController.php";
```
i think the easiest way to solve it is to change the set_include_path argument with get_include_path() in first position so if zend lib is already used the files will be included from there but :
1) it will slow down every other inlusion adding folders to look in at the top of the stack
2) maybe some compatibility pb can happen between piwik version and the user version (users need to have up piwik version of zf or later to ensure full compat, except if major breaking changes are introduced into zf but that seems unlikely)
At first i tough about a config entry like 'overwrite ZF Folder = my/folder/to/ZF'
but when the error occur there is no access to the config file yet ...
PS : maybe same pb can happen with other third party librarys (smarty is used a lot too ...)
| ZF classes declared twice when calling piwik api from a ZF project | https://api.github.com/repos/matomo-org/matomo/issues/631/comments | 7 | 2009-03-26T02:00:23Z | 2014-07-08T10:00:22Z | https://github.com/matomo-org/matomo/issues/631 | 37,350,607 | 631 |
[
"matomo-org",
"matomo"
] | removing mysqlish in order to improve compatibliy with other database backend.
So replace the _ON DUPLICATE_ with : _SELECT ? UPDATE : INSERT;_
As it will be ok because the _ON DUPLICATE_ clause is use only on queries wchich not used a lot. It can have faillure **if** it is used concurrently, the time to do a fail update, an insert can hit the database and then the next insert (from the failed update) will failled.
However we can use a sql function if needed (it will be able to catch the error and make the right thing).
| remove ON DUPLICATE | https://api.github.com/repos/matomo-org/matomo/issues/630/comments | 9 | 2009-03-25T22:59:51Z | 2014-07-08T09:59:47Z | https://github.com/matomo-org/matomo/issues/630 | 37,350,606 | 630 |
[
"matomo-org",
"matomo"
] | when using multiple domains (sites) in piwik the entered URL doesnt show up in "show code" block on sites administration. Instead it uses the current URL from which the page is called. e.g. http://testserver:8010/ instead http://example.org/
when we prepare the website localy and deploy it to the production server we must use the final domain e.g. example.org instead of testserver:8010 .
This causes a problem on the testserver as the tracking is accessing the production server instead.
IMHO js should just call the /piwik/ js&php scripts on the current server.
If somebody needs it on a different server there should be other config possibility.
regards
Tibor
| incorrect handling of multiple sites | https://api.github.com/repos/matomo-org/matomo/issues/629/comments | 1 | 2009-03-25T11:25:44Z | 2014-07-08T09:59:47Z | https://github.com/matomo-org/matomo/issues/629 | 37,350,605 | 629 |
[
"matomo-org",
"matomo"
] | logging works only on safari, IE, but not in firefox
there are no errors shown in access or error log of apache
installation had no errors, all checkpoints where green
web server
ubuntu server 8.10
LAMP
PHP 5.2.6
piwik:0.2.32
PC
win xp SP3
firefox 3.0.7 (doesnt log)
Safari 3.1.2 (OK)
IE 7.0.5730 (OK)
let me know if i can provide more helpful information.
regards
Tibor
| logging doesnt work with firefox 3.0.7 | https://api.github.com/repos/matomo-org/matomo/issues/628/comments | 4 | 2009-03-25T11:04:51Z | 2014-07-08T09:59:47Z | https://github.com/matomo-org/matomo/issues/628 | 37,350,604 | 628 |
[
"matomo-org",
"matomo"
] | 1) on Safari, mixed case domain names are not downcased when evaluating the source element's hostname property.
2) Array.push(), eg _pk_hosts_alias.push(), is unsupported on IE5 Mac
| Misreported outlinks | https://api.github.com/repos/matomo-org/matomo/issues/627/comments | 4 | 2009-03-25T02:44:04Z | 2024-01-03T09:59:34Z | https://github.com/matomo-org/matomo/issues/627 | 37,350,603 | 627 |
[
"matomo-org",
"matomo"
] | Please provide a function to safely log requests from within javascript functions which modify the DOM.
Currently, when you try to log a visit from within a Javascript function which generates HTML output, calling piwik_log results in a document.writeln which apparently clobbers "large parts" of the DOM.
We worked around this issue by using something like
```
var imgsrc = _pk_getUrlLog('pix/' + io.filename, 5, pkBaseURL + 'piwik.php');
box.innerHTML += '<img src="'+imgsrc+'" border="0">';
```
in the Javascript which we use to dynamically generate our pages, but this is Bad Practice (tm).
| Provide a function to safely submit logs from within Javascript functions | https://api.github.com/repos/matomo-org/matomo/issues/626/comments | 2 | 2009-03-25T00:30:39Z | 2014-07-08T09:59:46Z | https://github.com/matomo-org/matomo/issues/626 | 37,350,602 | 626 |
[
"matomo-org",
"matomo"
] | Currently the evolution graphs don't have icons below the graph.
We could
- show the "simple table" icon to show the table version of the graph
- show the "export" link to export the data in Xml/json/php/csv
See also #624 to add an icon to save the graph as PNG.
| Add "table" and "export as" icons below all Evolution graph | https://api.github.com/repos/matomo-org/matomo/issues/625/comments | 1 | 2009-03-24T20:49:26Z | 2014-07-08T09:59:46Z | https://github.com/matomo-org/matomo/issues/625 | 37,350,601 | 625 |
[
"matomo-org",
"matomo"
] | When we update to OFC v2 (see #5742) there is a new feature that we will want to use: export the graph as PNG.
Below evolution graph we could show the export as image icon behind the + icon.
Below all other tables, when the data is shown as a graph (pie and bar), we could add a new icon behind the + that would save the graph as an image.
We have two options as to how the graph is generated:
- either server side
- locally on the user's browser
I'm not sure if we choose one option and leave the user to decide. What are the use cases for this? Would users download the graph to paste in their word document or report, or would they use the graph to include on their webpage?
In the case we generate graph on the server side and save it, for example, in tmp/graphs/ problem could arise if the user includes the graph <img src=piwik/tmp/graphs/X.png"> and then delete the tmp folder, all graphs would be broken.
It seems safer to force the user to download the graphs on their computer and do their own choice (reupload it if necessary?).
| Add icon "save as image PNG" below all graphs | https://api.github.com/repos/matomo-org/matomo/issues/624/comments | 1 | 2009-03-24T20:47:00Z | 2014-07-08T09:59:46Z | https://github.com/matomo-org/matomo/issues/624 | 37,350,599 | 624 |
[
"matomo-org",
"matomo"
] | I seach a plugin whith stats for my actions/pages.
When i click on a label page visited in piwik (ex : /index), i want to see last visits graph and visits by local time for the page were i clicked.
| graph by page visited | https://api.github.com/repos/matomo-org/matomo/issues/623/comments | 2 | 2009-03-24T18:01:52Z | 2014-07-08T09:59:46Z | https://github.com/matomo-org/matomo/issues/623 | 37,350,598 | 623 |
[
"matomo-org",
"matomo"
] | I want to add a visit in log_visit table but when i add it (19/03/2009) :
INSERT INTO `stats3d_log_visit` (`idvisit`, `idsite`, `visitor_localtime`, `visitor_idcookie`, `visitor_returning`, `visit_first_action_time`, `visit_last_action_time`, `visit_server_date`, `visit_exit_idaction`, `visit_entry_idaction`, `visit_total_actions`, `visit_total_time`, `visit_goal_converted`, `referer_type`, `referer_name`, `referer_url`, `referer_keyword`, `config_md5config`, `config_os`, `config_browser_name`, `config_browser_version`, `config_resolution`, `config_pdf`, `config_flash`, `config_java`, `config_director`, `config_quicktime`, `config_realplayer`, `config_windowsmedia`, `config_cookie`, `location_ip`, `location_browser_lang`, `location_country`, `location_continent`, `location_provider`) VALUES
(51868, 1, '17:44:23', '15', 0, '2009-03-19 17:44:23', '2008-01-01 23:59:05', '2009-03-19', 12, 12, 2, 73, 0, 1, _,_, '', 'f3cd377f312540bc32cb2213e0c7d98b', 'WS3', 'FF', '3.0', '1280x1024', 0, 1, 1, 1, 0, 0, 0, 1, 0, 'fr,fr-fr,en-us,en', 'fr', 'eur', '3d2plus.neteasygate');
I delete old archives.
I can't see the new visit and piwik and the archive is not created.
When i add new visit, in piwik i just can see archives of 2 last days.
| add a visit and make new archive | https://api.github.com/repos/matomo-org/matomo/issues/622/comments | 1 | 2009-03-24T10:45:24Z | 2014-08-03T11:22:23Z | https://github.com/matomo-org/matomo/issues/622 | 37,350,597 | 622 |
[
"matomo-org",
"matomo"
] | I followed the update instructions on http://piwik.org/docs/update/
After copying all the files I open the my piwik site and did start the upgrade.
On the next page Piwik says that the upgrade was successfull but instead of the login page the upgrade page is loading again.
So there must be something wrong.
| Upgrade from 0.2.9 to 0.2.32 failed | https://api.github.com/repos/matomo-org/matomo/issues/621/comments | 1 | 2009-03-23T11:36:03Z | 2014-07-08T09:59:46Z | https://github.com/matomo-org/matomo/issues/621 | 37,350,596 | 621 |
[
"matomo-org",
"matomo"
] | Piwik should use autoload to automatically load the classes.
This would simplify the code, would make loading pages faster, as unecessary includes wouldn't be loaded, and would greatly increase reusability of the code.
For example, Zend does it via`
Zend_Loader::registerAutoload();`
see the code on http://www.google.com/codesearch/p?hl=en#1oUPVh-C1Wg/trunk/eval/gx/zendframework/library/Zend/Loader.php&q=%22spl_autoload_register(array($class,%27autoload%27))%3B&l=32
Once implemented we can remove all require_once from all .php files.
The includes for the Piwik_\* (core/PluginsFunctions/*) shortcut functions would still be required and could all be merged in one include file.
| Piwik should use autoload (lazy load) classes instead of using require_once | https://api.github.com/repos/matomo-org/matomo/issues/620/comments | 7 | 2009-03-22T22:04:45Z | 2014-07-08T10:00:39Z | https://github.com/matomo-org/matomo/issues/620 | 37,350,595 | 620 |
[
"matomo-org",
"matomo"
] | The following search engines are not recognized by Piwik 0.2.32:
http://www.google.com.bh/search?hl=ar&q=piwik&lr=
http://www.google.com.jm/search?hl=en&q=piwik
http://www.google.com.na/search?hl=en&q=piwik
http://www.google.ch/search?hl=en&as_q=&as_epq=piwik&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=images
http://www.google.ch/search?as_q=piwik&num=100&hl=de&btnG=Google-Suche&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=&as_rights=&safe=images
http://ipv6.google.com/search?hl=en&q=piwik&start=0&sa=N
http://search.nifty.com/websearch/search?cflg=%E6%A4%9C%E7%B4%A2&select=2&chartype=&q=piwik&ck=andsrch_l_nif
http://searchservice.myspace.com/index.cfm?fuseaction=sitesearch.results&qry=piwik&type=Web
http://www.ask.com/web?q=exim%20redundancy&qsrc=2417&o=0&l=dir&qid=4AD61DE0CF96BA0CB4D272E2EED3CB64&page=2&jss=1
http://www.yasni.de/index.php?action=search&search=1&sh=&name=piwik&filter=Stichwort
Please note that google.ch is already included, but these searches seem to be searches by a search appliance and use different paramters (as_q and as_epq). Check http://www.stanford.edu/services/websearch/Google/asq_documentation.html for more info.
Also note that www.ask.com is already listed, but with a different search paramter ("ask" instead of "q"). I did not remove the entry with the "ask" parameter, because I can't verify right now, if they changed the parameter or if it is somehow dependent on the country you search from.
Attached is a patch against core/DataFiles/SearchEngines.php
| New search engines | https://api.github.com/repos/matomo-org/matomo/issues/619/comments | 2 | 2009-03-20T09:46:50Z | 2014-07-08T09:59:46Z | https://github.com/matomo-org/matomo/issues/619 | 37,350,594 | 619 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.