we have hosted drupal and piwik on the same dedicated apache server. There is no firewall and there is no mod_security module installed.

Both the installations are working fine individually, but when we try to validate piwik from .com/admin/settings/piwik...we get the following error.

The validation of "http://test.com/piwik/piwik.php" failed with error "Not Found" (HTTP code 404).

We are using custom themes and they have

print $closure

at the end. We have not been able to troubleshoot this. Any help will be most welcome.

Thanks

Comments

hass’s picture

Status: Active » Fixed

Yes, this URL gives a 404. Error message is correct. You need to fix the test.com server.

>wget -v "http://test.com/piwik/piwik.php"
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc
--2012-06-xx xx:xx:xx--  http://test.com/piwik/piwik.php
Auflösen des Hostnamen »test.com«.... 50.23.225.49
Verbindungsaufbau zu test.com|50.23.225.49|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
2012-06-xx xx:xx:xx FEHLER 404: Not Found.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.