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
Is phpmyvisites compatible with SAFE MODE php activated (safemode)?
It seems that some users successfully installed phpmyvisites with safe-mode activated.

You have to create manually these directories.

phpmv2/config/
phpmv2/datas/
phpmv2/datas/archives/
phpmv2/datas/cache_artichow/
phpmv2/datas/cache_lite/
phpmv2/datas/cache_smarty/
phpmv2/datas/tpl_compiled/

and set CHMOD 777 permission on these directories.

If they existed already, and if phpmyvisites doensn't work due to php safe mode activated, delete them and create manually.
Back to FAQ