Re: Not able to use GeoIP PECL location provider
If it returns empty, then this means that the GeoIP extension is not installed for your PHP. Read here on how to reinstall it: http://www.php.net/manual/en/book.geoip.php
View ArticleRe: Special character are not correctly saved as UTF8 in Piwik Table...
@Micha, feel free to open a ticket at dev.piwik.org. I tracked a new request for Piwik in the Chrome console: _paq.push(["setDocumentTitle", "Ä"]) _paq.push(["trackPageView"]) The result in the DB is:...
View ArticleRe: INFILE and Windows problem
Can you check the mysql config for this path (/var/lib/mysql). Maybe the datadir/basedir option is misconfigured? http://dev.mysql.com/doc/refman/5.1/en/windows-create-option-file.html
View ArticleRe: Server Error when upgrading to 1.11
Please delete the UserLanguage plugin from the plugins folder (after deactivating it in the UI)
View ArticleRe: INFILE and Windows problem
Thanks for your reply, the MySQL server is a different box and Ubuntu, so I think that's a red herring. However, I have just noticed that Piwik isn't adding "LOCAL" to the SQL for some reason so I...
View ArticleRe: INFILE and Windows problem
Oh. Well in your case that is certainly the problem, without LOCAL the MySQL server will try to read the file from its own host. Not sure of the implications if we just add LOCAL to that query. Let me...
View ArticleRe: Bug report: "Undefined variable: header"
cermakjn, should already be fixed in latest version? Try upgrading to Piwik 1.11.1
View ArticleCrowdfunding Custom Alerts to be notified when your website traffic changes
We have opened a new crowdfunding campaign to raise funds to implement the "Custom Alerts" feature: [crowdfunding.piwik.org] ===> Please consider pledging for the campaign so we can reach our...
View ArticlePlugin - Add link to menu
Quick question: when creating a plugin for the "Settings" area, how do you tell it which heading to fall under? I currently have the following: public function getListHooksRegistered() { return array(...
View ArticleRe: Not able to use GeoIP PECL location provider
That's the problem. It is already installed. When I run pecl install geoip, I get the message that the latest version of geoip is already installed. As I mentioned in my post, it was working before.
View ArticleRe: Not able to use GeoIP PECL location provider
Can you check phpinfo()? You said you upgraded PHP - so maybe it's just not activated for your newer PHP version.
View ArticleRe: Plugin - Add link to menu
Use Piwik_AddAdminSubMenu() as shown in: https://github.com/piwik/piwik/blob/master/plugins/SitesManager/SitesManager.php#L45
View ArticleRe: Not able to use GeoIP PECL location provider
What should I look for? pecl is not found in the results.
View ArticleRe: Not able to use GeoIP PECL location provider
Look for an entry called geoip. It should list extension and library version. If it's not there, then it's not activated for your PHP installation. E.g. on Linux you should have the following line in...
View ArticleRe: Not able to use GeoIP PECL location provider
mod_geoip is in the loaded modules list. Also extension=geoip.so is in the php.ini along with the geoip.custom_directory entry. This is something I added long time back.
View ArticleRe: Missing logo on forum pages
@Fabian: I can also see it on the piwik.org general domain but not on the forums subdomain (forum.piwik.org).
View Article