No Data is recorded

After installing piwik - no data is recorded.

http://www.leipziger-wingolf.de

I have inserted the piwik-code into the pages - nothing happens :-/

Any suggestions?

Tnx

Sebastian

The tracking code is a generic recommendation. You should feel free to tailor it to your environment. In your case, your site is only available via http, so try simplifying it as:

<!-- Piwik -->
<script type="text/javascript" src="http://www.leipziger-wingolf.de/piwik/piwik.js"></script>
<script type="text/javascript">
try {
  var pkBaseURL = "http://www.leipziger-wingolf.de/piwik/";
  var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
  piwikTracker.trackPageView();
  piwikTracker.enableLinkTracking();
} catch( err ) {
}
</script>
<!-- End Piwik Tag -->

p.s. I noticed you have the tracking code pasted twice.

nothing happens - no inserts in mysql table - i have checked it with phpmyadmin

i used also the ID number 2 - this is the homepage which i want to track

any suggestions ?

I deleted and installed piwik again - it runs.

What was the fault ?

I don’t know style_emoticons/<#EMO_DIR#>/blink.gif

Thanks for helping :slight_smile: