You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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.
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
The text was updated successfully, but these errors were encountered: