I am currently tracking my website through another piwik analytics i have set up for another website. But i need to get the one that is not working, working as soon as possible!
I removed the code posted above and added another tracking code i have set up. I cant afford to loose data cause i have to send a report to my customers. The tracking code that is set up right now is under www.emagsearchnfind.com/analytics/piwik, that one is working fine. I just installed piwik under www.edriveatc.com/analytics/piwik and that one is not working, even when i insert the proper javascript tracking code.
I don’t see any obvious problems with the tracking code, and it looks like your Piwik installs are on the same box. Can you check your error logs on the web server?
You should have seen an installation warning about incompatible MySQL client/server versions.
I’m guessing one installation is using PDO_MYSQL and the other is using MYSQLI, and that the MYSQLI extension is linked against the incompatible client library, while PDO_MYSQL uses mysqlnd.
edit config/config.ini.php, and change “adapter=MYSQLI” to “adapter=PDO_MYSQL”
[quote=vipsoft @ Aug 18 2010, 06:51 AM]You should have seen an installation warning about incompatible MySQL client/server versions.
I’m guessing one installation is using PDO_MYSQL and the other is using MYSQLI, and that the MYSQLI extension is linked against the incompatible client library, while PDO_MYSQL uses mysqlnd.
edit config/config.ini.php, and change “adapter=MYSQLI” to “adapter=PDO_MYSQL”[/quote]
when i went through the installation i saw a warning about the PDO_MYSQL, so i changed it to MYSQLI during the installation.
I just now changed my config.ini.php file like you suggested and my analytics are working fine! thank you! style_emoticons/<#EMO_DIR#>/smile.gif