Closed (fixed)
Project:
Piwik Web Analytics
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2008 at 12:05 UTC
Updated:
30 May 2008 at 13:41 UTC
When I fill out the settings for PIWIK Drupal module I get this message : A valid Piwik url is required. The provided URL was not accessible.
The URL I use http://www.sterwindt.nl/piwik If i use it in directly in the browser it works fine. Am I missing something.
Best regards,
Sjaak Terwindt.
Comments
Comment #1
hass commentedHave you installed piwik from piwik.org under http://www.sterwindt.nl/piwik? The http://www.sterwindt.nl/piwik/piwik.php and piwik.js must be accessible in this folder... looks like the descriptions is not clear. i'm getting a file not found (404) on the link you provided.
Comment #2
sjaakter commentedI've uninstalled piwik. I'll install it again tomorrow and try it again. Perhaps you can help me out then. Thanks.
Comment #3
hass commentedKeep in mind - you need two parts:
1. A working Piwik Installation (http://piwik.org/last.zip)
2. The Piwik module (http://drupal.org/project/piwik) to integrate #1 in your Drupal site.
Comment #4
sjaakter commentedHi,
I've re-installed piwik at http://www.sterwindt.nl/piwik and also installed the module in Drupal. Again I can access piwik with url http://www.sterwindt.nl/piwik but the settings in the module keep saying "A valid Piwik url is required. The provided URL was not accessible.".
Thanks for your help.
Comment #5
hass commentedOk, there seems to be an issue. Please keep the piwik up and i will try to fix this bug in ~10 hours. Thank you for you patience.
Comment #6
hass commentedDo you have any explanation, why your web server gives a 406 status code on this request? With IE and Firefox it works and give me a correct status "200".
Comment #7
hass commentedPlease use the next dev version only... it have fixed a critical bug for a roles visibility bug and this one also adds some more helpful error messages that could help you with your server issue. I have successfully tested the module with piwik.org/demo and locally.
Comment #8
sjaakter commentedWith the new version I get a message : The validation of "http://www.sterwindt.nl/piwik/piwik.php" failed with error "Not Acceptable" (HTTP code 406). I'll contact the provider and see if they can inform me about the 406. Why the server returns this value. It will take a while for I'm away for business for over a week. Thanks for your help.
Comment #9
hass commentedYep, that error message is what I've changed.
Comment #10
sjaakter commentedI've done some searching on Drupal.org and found http://drupal.org/node/154919. I followed the link in the first reply and found the solution in adding
SecFilterEngine Off
SecFilterScanPOST Off
to the .htaccess file. Now I can make the settings and I can see the piwip stuff added at every page I look at (looking at the page source). I think this solves the problem. I've seen some activity know. Great.
Thanks a lot for your help.
Best regards,
Sjaak Terwindt
Comment #11
hass commentedInteresting... Aside this validation is only a GET. So if you'd like to keep your server as it was you could try the first setting only or
Comment #12
hass commentedComment #13
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.