Hello, I recently installed the Piwik module of Drupal and it seems to be working fine.
I have a little problem with it, I am getting a broken image at the bottom of my pages around the footer with the "Piwik" title. I don't want to show anything because it breaks my theme.
Using Firebug I get the following HTML code:
![]()
How can I remove this image/text and make silent the Piwik module ?
Thank you for your help.
Jorge I. Meza.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 3.22 KB | jimezam |
Comments
Comment #1
hass commentedCould you please provide a link to your "broken" site? I'd like to take a look... not sure what's going on there.
Comment #2
jimezam commentedSure. The URL is: http://www.fdquindio.org/apps/site/.
Thank you for your help.
jimezam.
Comment #3
hass commentedYour Piwik installation seems to be down/broken and gives a 503 error... this is not a problem of the piwik drupal module.
Comment #4
jimezam commentedThat's weird. I am accessing fine to Piwik at http://www.fdquindio.org/apps/piwik/.
What are you doing to get the 503 on my Piwik ?
Thank you for your help,
Jorge I. Meza.
Comment #5
hass commentedStatus code 503 (taken from firebug):
http://www.fdquindio.org/apps/piwik/piwik.php?url=http%3A%2F%2Fwww.fdquindio.org%2Fapps%2Fsite%2F&action_name=Noticias%20%7C%20FDQ&idsite=1&res=1280x1024&col=32&h=17&m=0&s=53&fla=1&dir=0&qt=1&realp=1&pdf=0&wma=1&java=1&cookie=1&title=Noticias%20%7C%20FDQ&urlref=http%3A%2F%2Fdrupal.org%2Fnode%2F300602Loading this only seems working:
http://www.fdquindio.org/apps/piwik/piwik.phpTake a look with firebug network analysis. I would expect this is a bug in piwik or your installation or mod_security!?
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
jimezam commentedAfter many tests, I could confirm that it was a mod_security issue, even if its strange because other site (coded by me on PHP) was not affected but my Drupal site did.
I solved this by disabling mod_security over piwik.php specifically with the following line on the .htaccess file.
SetEnvIfNoCase Request_URI ^/apps/piwik/piwik\.php$ MODSEC_ENABLE=Off
hass, thank you so much for your help.
jimezam.
Full description (spanish): http://blog.jorgeivanmeza.com/2009/06/problemas-con-mod_security/