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

array_diff(): Expected parameter 1 to be an array, string given #16750

Closed
tsteur opened this issue Nov 18, 2020 · 0 comments · Fixed by #16752
Closed

array_diff(): Expected parameter 1 to be an array, string given #16750

tsteur opened this issue Nov 18, 2020 · 0 comments · Fixed by #16752
Assignees
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.
Milestone

Comments

@tsteur
Copy link
Member

tsteur commented Nov 18, 2020

core/Archive/ArchiveInvalidator.php(634): Warning - array_diff(): Expected parameter 1 to be an array, string given - Matomo 4.0.0-rc5 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already)

this happened after executing this

$ ./console plugin:deactivate MultiChannelConversionAttribution
Deactivated plugin MultiChannelConversionAttribution
$ ./console plugin:activate MultiChannelConversionAttribution
Activated plugin MultiChannelConversionAttribution
$ ./console plugin:deactivate MultiChannelConversionAttribution
$ ./console plugin:activate MultiChannelConversionAttribution
The plugin MultiChannelConversionAttribution is already activated.
$ ./console plugin:deactivate MultiChannelConversionAttribution

idSites = all in this case

image

@diosmosis can you have a look at this?

@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 Nov 18, 2020
@tsteur tsteur added this to the 4.0.0-RC milestone Nov 18, 2020
@diosmosis diosmosis self-assigned this Nov 18, 2020
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 a pull request may close this issue.

2 participants