No tracking data after update to 2.1.0

Hello,

after upgrading to Piwik 2.1.0, I didn’t get any more tracking data. Even my log_visit table remains at round about 1.4mio entries. I already read the troubleshooting (Piwik doesn’t track any visits and pages, and shows “There is no data for this report” in all reports), but there is no hint on my problem.

In my server logs, there are no errors. Also all requests to piwik.php always returns http code 200 (OK). In order to eliminate any error, I already made a fresh install of the latest Piwik version, copied back my config.ini.php, but the problem remains.

Any ideas?

Thanks,
Puschel

The problem was the database adapter mysqli. With this adapter, I could use dashboard, admin-interface etc., but not the tracking itself.

When I set $GLOBALS[‘PIWIK_TRACKER_DEBUG’] to true and call the piwik.php directly, I’ve seen the message “Unsupported database adapter mysqli”.

Now I changed to PDO_MYSQL an it seems to work.