Closed (fixed)
Project:
Piwik Web Analytics
Version:
7.x-2.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Mar 2012 at 21:14 UTC
Updated:
14 May 2012 at 14:43 UTC
How to install this module?
I installed module in Drupal and it is asking for Piwik Site ID. I do not have a Piwik account and can't find how to create one.
Also, am I supposed to also install the core Piwik files, 5MB downloaded from their website, uploaded to: example.com/piwik?
When I run through the installation, I get to 25% (when you enter database info/login) and when I click "Next" it simply takes me to my drupal website, to a 404 error page. It's like Drupal is taking over Piwik install and not letting me stay in the /piwik directory.
Comments
Comment #1
hass commentedThis is out of scope in this drupal module queue. You need to add an path exclusion to htaccess file and install piwik from piwik.org.
Comment #2
mntash commentedDo you mean this:
Nevermind, you mean this:
Thanks!
Comment #3
hass commentedNo.
Comment #4
hass commentedComment #5
hass commentedComment #7
WeRockYourWeb.com commentedmntash, to exclude files/folders from your Drupal rewrite rules, look for this towards the bottom of your .htaccess file:
The first three conditions say that all URLs will be rewritten except for existing files, directories and a request for /favicon.ico. You can add your own conditions here. For example, to avoid rewriting for urls of the form /piwik/.*: