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:

Only local images are allowed.

How can I remove this image/text and make silent the Piwik module ?

Thank you for your help.

Jorge I. Meza.

CommentFileSizeAuthor
Screenshot.png3.22 KBjimezam

Comments

hass’s picture

Status: Active » Postponed (maintainer needs more info)

Could you please provide a link to your "broken" site? I'd like to take a look... not sure what's going on there.

jimezam’s picture

Sure. The URL is: http://www.fdquindio.org/apps/site/.

Thank you for your help.

jimezam.

hass’s picture

Status: Postponed (maintainer needs more info) » Fixed

Your Piwik installation seems to be down/broken and gives a 503 error... this is not a problem of the piwik drupal module.

Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
jimezam’s picture

That'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.

hass’s picture

Status 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%2F300602

Loading this only seems working:
http://www.fdquindio.org/apps/piwik/piwik.php

Take a look with firebug network analysis. I would expect this is a bug in piwik or your installation or mod_security!?

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

jimezam’s picture

After 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/