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

Warning: count(): Parameter must be an array or an object ... - see soln #624

Closed
kensoh opened this issue Nov 13, 2019 · 1 comment
Closed
Labels

Comments

@kensoh
Copy link
Member

kensoh commented Nov 13, 2019

Users (Windows, macOS, Linux) with existing PHP7 installation will get above error when running TagUI. This is because PHP 7 has a backward incompatible change for the function count().

This is similar to the issue that happens when macOS users upgraded to Catalina release, because that release upgrades PHP to version 7 - #597

@kensoh kensoh added the query label Nov 13, 2019
@kensoh kensoh changed the title Warning: count(): Parameter must be an array or an object that implements Countable Warning: count(): Parameter must be an array or an object ... Nov 13, 2019
@kensoh kensoh changed the title Warning: count(): Parameter must be an array or an object ... Warning: count(): Parameter must be an array or an object ... - see soln Nov 13, 2019
@kensoh
Copy link
Member Author

kensoh commented Nov 13, 2019

The solution for now is to use the cutting edge version which already has this fixed - https://github.com/kelaberetiv/TagUI#set-up

In a future packaged release, this fix will be part of the zip file and does not require the additional step of updating your existing installation with the cutting edge files.

Thanks @siowyisheng for flagging this!

@kensoh kensoh closed this as completed Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant