Re: Proxy Hide URL shows internal IP of server sending info Part 2:
So what is the proper way to make it read REMOTE_ADDR instead? I have also now run into the same issue as BeekerMeep in this thread [forum.piwik.org] So I am thinking Hide URL is in need of some love...
View ArticleRe: LOAD DATA INFILE
@flippy, still the same :) QuoteSimonSimCity As you can see, I use Ubuntu 12.04 and did install all packages out of their repository :) PHP: 5.3.10-1ubuntu3.6 MySQL Server: mysqld Ver...
View ArticleRe: LOAD DATA INFILE
and in your my.cnf do you have local-infile=1 Also see how Ubuntu starts it as a service. LOCAL works only if your server and your client both have been configured to permit it. For example, if mysqld...
View ArticleRe: LOAD DATA INFILE
Should it be enough if I see it set to ON, when I list the variables using this command? mysql> SHOW VARIABLES; And if you now ask about secure_file_priv, this is set to an empty string. This is...
View ArticleRe: LOAD DATA INFILE
Again read about Ubuntu 12.04 and MySQL on it, from what I read they disabled it by default. I do not have any Ubuntu machines to test that on. But also check how its started like I said, check your...
View ArticleRe: Does Piwik runs on the French ISP servers Free.fr (full phpinfo)
Hi, I asked the administrator directly. The answer is clear: Piwik prohibited. Ability to use Webalizer or PhpMyVistes, and that's all. Things like Real time Overview, in Google Analytics, are so...
View ArticleDevelopment environment
After upgrade to 0.12, in preferences - system check, I get an advice saying: File integrity Development environment detected. File integrity check skipped. However, I didn't set up any development...
View ArticleRe: new segmenting UI and ecommerce transactions
Good spotting, this is a known limitation / missing feature, see: [dev.piwik.org]
View ArticleRe: Can Piwik be used to report on mysql databases?
It could be done with a plugin, but this is not a built in feature.
View ArticleRe: Proxy Hide URL shows internal IP of server sending info Part 2:
Replace REMOTE_ADDR with REMOTE_ADDR in the piwik.php proxy file, it should then work!
View ArticleRe: Development environment
You should get this warning only if you use the GIT or SVN files. have you never used them? maybe some .svn or .git files are left.
View ArticleRe: Proxy Hide URL - new code doesn't working
It should work the same. Do you get any Javascript error ? Otherwise you may try to debug the request to piwik.php as explained in: [piwik.org]
View ArticleRe: Proxy Hide URL shows internal IP of server sending info Part 2:
Is there a typo in that? You said to replace with the same thing, or am I not getting what you mean?
View ArticleRe: Piwik API setVisitorId not stores into DB
what exact code do you use? it should work if calling setVisitorId() and setTokenAuth() to authenticate, in 1.12 release ?
View ArticleRe: Measuring Page Conversion Rates
It looks like I can get fairly close to measuring conversion rate per page by using custom variables. At the moment I track form submissions and shares something like this:...
View ArticleDevice type / Segment Issue
I did a pages report on a recently viewed page. I then created a segment by the new device type and specified one of the found results. The segment was saved, but I got no results for it. Even though...
View ArticleRe: LOAD DATA INFILE
SimonSimCity Hi. The solution I posted worked for me. The issue I had was that my service provided change me onto another server and I think PHP was also updated. It was after that change that Piwik...
View ArticleTraffic Not Being Listed
I recently made some changes to a site and wanted to make sure Piwik was working before I launched a new campaign. I updated the plugin on the site, but Piwik did not recognize the visitor I had on...
View ArticleRe: Proxy Hide URL shows internal IP of server sending info Part 2:
replace REMOTE_ADDR by SERVER_ADDR in piwik.php
View Article