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

downloads list : unable to extend the limit of displayed items #13394

Closed
mhow2 opened this issue Sep 6, 2018 · 1 comment
Closed

downloads list : unable to extend the limit of displayed items #13394

mhow2 opened this issue Sep 6, 2018 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@mhow2
Copy link

mhow2 commented Sep 6, 2018

Hi,
I'm trying to view and possibly export the whole downloads metrics and I'm unable to do so.

I tried the FAQ at https://matomo.org/faq/how-to/faq_54/ but without any success.
Also tried to raise the PHP constant and config variable as mentioned in global config:

; maximum number of rows for pages in categories (sub pages, when clicking on the + for a page category)
; note: should not exceed the display limit in Piwik\Actions\Controller::ACTIONS_REPORT_ROWS_DISPLAY
; because each subdirectory doesn't have paging at the bottom, so all data should be displayed if possible.
datatable_archiving_maximum_rows_subtable_actions = 5000

Notice that after modifications I'm invalidating reports with :
./console core:invalidate-report-data --dates="2018-01-01,2020-01-01"

And re-archive with:
./console core:archive --force-all-websites --force-all-periods=315576000 --force-date-last-n=1000 --url='https://xxx/matomo/'

using matomo 3.6

@mhow2
Copy link
Author

mhow2 commented Sep 7, 2018

I finally been able to extend the number of items. I'm unsure what was the problem exactly. I just restarted from scratch with a fresh config/global.ini.php . Maybe there was a caching issue too.

@mhow2 mhow2 closed this as completed Sep 7, 2018
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Oct 17, 2018
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

2 participants