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

Incorrect handling of Plugin sections in config.ini.php #5920

Closed
larsen0815 opened this issue Aug 4, 2014 · 5 comments
Closed

Incorrect handling of Plugin sections in config.ini.php #5920

larsen0815 opened this issue Aug 4, 2014 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@larsen0815
Copy link

I have updated my Piwik installation from 1.12 to 2.4.1 and after I fixed the first problem (#5919), the next problem was that the layout was broken, the menu was showing but not clickable, and no data was shown.

Turns out that Piwik apparently split up the configuation section "Plugins" to "PluginsInstalled" and "Plugins_Tracker" (not necessarly with this update), but still uses the old section if it exists. Removed that section and Piwik looks fine again.

@mattab
Copy link
Member

mattab commented Aug 4, 2014

Thanks for the report. having the old section should not have caused a problem. Maybe this was another issue that was fixed in a different way :)

@mattab mattab added the wontfix label Aug 4, 2014
@mattab mattab added this to the Short term milestone Aug 4, 2014
@larsen0815
Copy link
Author

No, most defnitely the cause of it. When I remove the section, the error is gone. When I put it back in, the error happens again.

@mattab
Copy link
Member

mattab commented Aug 5, 2014

What section do you add to config file in 2.4.1 to reproduce the bug?

@larsen0815
Copy link
Author

The section "Plugins":

[Plugins]
Plugins[] = "API"
Plugins[] = "Widgetize"
Plugins[] = "Actions"
Plugins[] = "Dashboard"
Plugins[] = "Referers"
Plugins[] = "UserSettings"
Plugins[] = "UserCountry"
Plugins[] = "VisitsSummary"
Plugins[] = "VisitFrequency"
Plugins[] = "VisitTime"
Plugins[] = "VisitorInterest"
Plugins[] = "Provider"
Plugins[] = "Login"
Plugins[] = "UsersManager"
Plugins[] = "SitesManager"
Plugins[] = "Installation"
Plugins[] = "Feedback"
Plugins[] = "CoreHome"
Plugins[] = "CoreUpdater"
Plugins[] = "CoreAdminHome"
Plugins[] = "CorePluginsAdmin"
Plugins[] = "Goals"
Plugins[] = "DBStats"
Plugins[] = "AnonymizeIP"
Plugins[] = "LanguagesManager"
Plugins[] = "SEO"
Plugins[] = "MultiSites"
Plugins[] = "PDFReports"
Plugins[] = "UserCountryMap"
Plugins[] = "Proxy"
Plugins[] = "Live"
Plugins[] = "CoreHome"
Plugins[] = "CoreUpdater"
Plugins[] = "CoreAdminHome"
Plugins[] = "CorePluginsAdmin"
Plugins[] = "Installation"
Plugins[] = "SitesManager"
Plugins[] = "UsersManager"
Plugins[] = "API"
Plugins[] = "Proxy"
Plugins[] = "LanguagesManager"
Plugins[] = "PrivacyManager"
Plugins[] = "DoNotTrack"
Plugins[] = "ImageGraph"

@mattab mattab added worksforme and removed wontfix labels Aug 10, 2014
@mattab
Copy link
Member

mattab commented Aug 10, 2014

Cannot reproduce the errors when I paste this in my config.

@mattab mattab closed this as completed Aug 10, 2014
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Sep 20, 2014
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. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants