Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 4243

No analytics being collected with tracking JS (no replies)

$
0
0
Hi all,

I just installed Piwik recently on my VPS which is running the following:

Apache 2.4
Ubuntu 12.04 LTS
PHP 5.5


My directory structure is as follows

/var/www is my main website install (ForkCMS) - www.loosebruce.co.uk

/var/analytics is my piwik install location - www.loosebruce.co.uk/analytics



I setup a config for analytics like so:

# analytics config file allows redirection of /analytics

Alias /analytics /var/analytics

<Directory /var/analytics>
	Options FollowSymLinks
</Directory>

# Disallow web access to directories that don't need it
<Directory /var/analytics/>
	Require all granted
</Directory>


After installing Piwik successfully I added the Piwik tracking code to my <body> scripts on ForkCMS



When I navigate to my website, you can see in firebug that the tracking code is working and is fetching the piwik.js, however when I check my dashboard there is no hits being recorded.

No errors are being recorded on the browser console.

So what do you think is going wrong here?

Viewing all articles
Browse latest Browse all 4243

Trending Articles