matomo-org / plugin-PiwikDebugger

Debug and troubleshoot a Matomo server or a plugin with this useful plugin toolkit
GNU General Public License v3.0
3 stars 6 forks source link

display if any debug settings are set somewhere #3

Open diosmosis opened 10 years ago

diosmosis commented 10 years ago

Sometimes issues that look like bugs are either due to or triggered by debug settings that are set.

diosmosis commented 10 years ago

Debug settings are settings like those in the [Debug] INI config section.

mattab commented 10 years ago

I think more generally we could display all settings from the config file (except [Database] since it contains the password), since many settings in [General] or [Tracker] have big influence in understanding how Piwik works.

tsteur commented 10 years ago

All config values are already displayed in debug bar and on a separate page. It also shows the database config since you might need them when connecting to the database via a database browser. I added Adminer for this which is a slim database management in a single file.