phpMyVisites is changing into Piwik

Piwik is the next generation of phpMyVisites and aims to be an open source alternative to Google Analytics.

Try the online demo, download Piwik or find out more!




FAQ


FAQ : Known problems
How to make emails send work with my hosting service (mail)?
You have to change "$Mailer" value at line 20 of the file /core/include/myMailer.class.php

Replace
var $Mailer = "smtp";
by
var $Mailer = "mail";

If it doesn't work, please check that you have the necessary rights for writing in the file /config/crontab.php
Back to FAQ