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

Fix archive error "Empty or invalid response" in Matomo for WP #15934

Merged
merged 1 commit into from May 11, 2020

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented May 11, 2020

'Empty or invalid response '' for website id 1, Time elapsed: 1.941s, skipping'

in this case WP nggallery started an ob_start() handler causing the archive output to not appear on CLI. Other plugins might have caused this issue as well.

It would have been also fixed by launching climulti without the -q parameter (app/console climulti:request -q --matomo-domain...) but not sure what removing that parameter would break. Was initially added in 54be281#diff-884529fcd1f2c23383c971d5c19372ab

> 'Empty or invalid response \'\' for website id 1, Time elapsed: 1.941s, skipping'

in this case WP nggallery started an ob_start() handler causing the archive output to not appear on CLI. Other plugins might have caused this issue as well.

It would have been also fixed by launching climulti without the `-q` parameter (`app/console climulti:request -q --matomo-domain...`) but not sure what removing that parameter would break. Was initially added in 54be281#diff-884529fcd1f2c23383c971d5c19372ab
@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels May 11, 2020
@tsteur tsteur added this to the 3.13.6 milestone May 11, 2020
@tsteur tsteur merged commit 1f18b10 into 3.x-dev May 11, 2020
@tsteur tsteur deleted the archiveerror branch May 11, 2020 21:35
jonasgrilleres pushed a commit to 1024pix/pix-analytics that referenced this pull request Sep 22, 2020
…o-org#15934)

> 'Empty or invalid response \'\' for website id 1, Time elapsed: 1.941s, skipping'

in this case WP nggallery started an ob_start() handler causing the archive output to not appear on CLI. Other plugins might have caused this issue as well.

It would have been also fixed by launching climulti without the `-q` parameter (`app/console climulti:request -q --matomo-domain...`) but not sure what removing that parameter would break. Was initially added in matomo-org@54be281#diff-884529fcd1f2c23383c971d5c19372ab
jbuget pushed a commit to 1024pix/pix-analytics that referenced this pull request Sep 26, 2020
…o-org#15934)

> 'Empty or invalid response \'\' for website id 1, Time elapsed: 1.941s, skipping'

in this case WP nggallery started an ob_start() handler causing the archive output to not appear on CLI. Other plugins might have caused this issue as well.

It would have been also fixed by launching climulti without the `-q` parameter (`app/console climulti:request -q --matomo-domain...`) but not sure what removing that parameter would break. Was initially added in matomo-org@54be281#diff-884529fcd1f2c23383c971d5c19372ab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants