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

Config.ini.php Updation not getting reflected and Global.ini.php is observed #19230

Closed
Prithivi-Rajan opened this issue May 17, 2022 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@Prithivi-Rajan
Copy link

I'm running the Matomo as a docker file and I'm trying to update the config.ini.php file for rows

datatable_archiving_maximum_rows_actions = 10000
datatable_archiving_maximum_rows_referrers = 10000

where as I'm seeing the results to be

datatable_archiving_maximum_rows_actions = 500
datatable_archiving_maximum_rows_referrers = 1000

Expected Behavior

I should see below values in Matomo UI
datatable_archiving_maximum_rows_actions = 10000
datatable_archiving_maximum_rows_referrers = 10000

Current Behavior

datatable_archiving_maximum_rows_actions = 500
datatable_archiving_maximum_rows_referrers = 1000

Possible Solution

Looks like the global.config.ini is referred irrespective of the changes done in config.ini.php

Steps to Reproduce (for Bugs)

Context

Your Environment

  • Matomo Version: 3.13.4-debian
  • PHP Version:
  • Server Operating System:
  • Additionally installed plugins:
  • Browser:
  • Operating System:
@Prithivi-Rajan Prithivi-Rajan added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label May 17, 2022
@sgiehl
Copy link
Member

sgiehl commented May 17, 2022

@Prithivi-Rajan Are you still using Matomo 3.13.4? In this case we highly recommend to update to Matomo 4.
But besides that there is no known Bug in Matomo 3 regarding the config. Please double check that you put the configuration into the correct section. They need to go into [General]

@MatomoForumNotifications

This issue has been mentioned on Matomo forums. There might be relevant details there:

https://forum.matomo.org/t/config-ini-php-updation-not-getting-reflected-and-global-ini-php-is-observed/45960/2

@sgiehl sgiehl closed this as completed Nov 11, 2022
@sgiehl sgiehl added answered For when a question was asked and we referred to forum or answered it. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. labels Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants