Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer is writing wrong configuration for SSL installations to config.php.ini #3236

Closed
anonymous-matomo-user opened this issue Jun 20, 2012 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

After installing a new piwik on an ssl only server I had no logos displayed, because of using http:// instead of https:// in the src attribute of the image tags.

This is because the installer had written a wrong configuration to the config file.

In config/config.ini.php:
Instead of

'''[General]
assume_secure_protocol=1'''

the installer writes only

'''[General]
secure_protocol=1'''

@mattab
Copy link
Member

mattab commented Jul 19, 2012

(In [6515]) Fixes #3236 Thanks marcusx for the report and patch!! :) Very appreciated

@anonymous-matomo-user anonymous-matomo-user added this to the 1.12.x - Piwik 1.12.x milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants