No data recorded for my website

Hello all,

First, thanks for this script. :slight_smile:

I have presently a problem with one of my websites. ( www.smallville-forums.com ) No data are recorded by Piwik. You can see that the code is correct, i don’t understand why it doesn’t work.
I have, on this web server, another website (using drupal cms), and everything is OK.

Anyone has a solution?

Regards,
FS.

Is this forumn built with phpbb3?

If so where did you put it into the site?(i mean teh piwik code)

Hey,

Thanks for the quick reply. :wink:
The forum is a phpbb2 as you can see here: www.smallville-forums.com.
I put the code in the footer, just before “”.

Regards,
FS.

ok which footer file and which theme? It should be the overall footer file and if you have more than 1 theme make sure its the active one.

regards

Hey,

Yes the code is in the overall footer file and in the following template: fisubice (presently enabled). As you can see on www.smallville-forums.com, the code is active :


...
</div>
<a name="bot" id="bot"></a></td></tr></table></td></tr></table></td></tr></table>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://admin.lex-network.com/piwik/" : "http://admin.lex-network.com/piwik/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 2);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) 
</script><noscript><p><img src="http://admin.lex-network.com/piwik/piwik.php?idsite=2" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code -->
</body>
</html>

Yeepee!!

I just found the solution here:

http://forum.piwik.org/read.php?2,84521

It works! :slight_smile: