After update to 1.11.1 Piwik logo only shows in FireFox

I just updated from 1.10.1 to 1.11.1 and the Piwik logo will not load on IE 9 and Chrome, but it will load on FireFox. I checked and the logo file exists at themes/default/images/logo.svg I’ve tried this on multiple computers at multiple locations.

Could it be a permission issue on the logo file itself?

I don’t think the problem is permissions. It is set to 644 so everyone can read it and you can see the logo in FireFox, just not IE or Chrome.

Can you try and turn on compatabiltiy mode for IE?

disable Compatibility Mode in Internet Explorer 8 or 9:
Open Internet Explorer.
Click the Tools menu at the top of the window (or press Alt + T if the Tools menu is not visible) to view the Tools menu.
Uncheck Compatibility View to disable this mode.

Switching to compatibility view in IE did get the logo to show up, but I got multiple “widgets can’t be created without an uniqueId” error messages.

Check this link…

https://github.com/piwik/piwik/commit/9f1400981876f15c5f12b01d2c8ffea88a590c23

If you are using Apache please create a .htaccess with the following content in your Piwik root directory:


AddType image/svg+xml svg svgz
AddEncoding gzip svgz

I used this method, but still can’t display the logo on my piwik stat site?

Can you PM me the link to your Piwik installation?

I had the same issue when updating a few versions ago (did not bother to fix that until now). After creating the .htaccess file as Fabian said and switching to https (why did I not do this earlier?) it now works.