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
Related to matomo-org/matomo#14821
Currently the plugins shows the following deprecation warning in PHP 7.4:
WARNING [2019-08-28 11:52:26] 17841 /var/www/matomo-beta/plugins/VisitorGenerator/libs/Faker/Faker/Provider/Lorem.php(94): Deprecated - join(): Passing glue string after ar
ray is deprecated. Swap the parameters - Matomo 3.11.0 - 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 has been fixed in fzaninotto/Faker@167d805, so either the library should be updated or the patch applied to remove the warnings.
The text was updated successfully, but these errors were encountered:
Related to matomo-org/matomo#14821
Currently the plugins shows the following deprecation warning in PHP 7.4:
This has been fixed in fzaninotto/Faker@167d805, so either the library should be updated or the patch applied to remove the warnings.
The text was updated successfully, but these errors were encountered: