piwik安装过程

http://blog.csdn.net/gudaoqianfu/article/details/7255864

错误:
1.  安装完成后,显示状态错误的提示Installation_InvalidStateError。
不理会,直接进入piwik/index.php。

2.  进入首页图片显示不正常。
应为浏览器无法显示svg格式图片,可能要修改成png格式。
解决方式: chrome浏览器无法显示,firefox正常。
http://forum.piwik.org/read.php?2,106882,106980,quote=1
If you are using Apache please create a .htaccess with the following content in your Piwik root directory:
AddType image/svg+xml svg svgz
AddEncoding gzip svgz

然后清空缓存,刷新。

你可能感兴趣的:(安装)