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
We found some errors and deprecations in the codebase, here's the list
File: admin/tool/trigger/guzzle/GuzzleHttp/Promise/functions.php Line: 222 Message: Function each() is deprecated since PHP 7.2 and removed since PHP 8.0; Use a foreach loop or ArrayIterator instead Type: error
File: admin/tool/trigger/guzzle/GuzzleHttp/Promise/functions.php Line: 257 Message: Function each() is deprecated since PHP 7.2 and removed since PHP 8.0; Use a foreach loop or ArrayIterator instead Type: error
File: admin/tool/trigger/guzzle/GuzzleHttp/Promise/functions.php Line: 313 Message: Function each() is deprecated since PHP 7.2 and removed since PHP 8.0; Use a foreach loop or ArrayIterator instead Type: error
File: admin/tool/trigger/edit.php Line: 74 Message: Using ${var} in strings is deprecated since PHP 8.2, use {$var} instead. Found: ${pluginname} Type: warning
File: admin/tool/trigger/edit.php Line: 74 Message: Using ${var} in strings is deprecated since PHP 8.2, use {$var} instead. Found: ${eventname} Type: warning
Thank you very much for your efforts
The text was updated successfully, but these errors were encountered:
Hi there - thanks for your report! - if you have internal development capabilities, feel free to help further by submitting a PR to update the guzzle lib within the codebase. Also you might want to be aware that we have a newer plugin "tool_dataflows" which we're moving towards using for most of our clients over the older tool_trigger plugin (althogh there are also some php 8.2 deprecation notices that need to be fixed on that codebase too.)
Hi, thanks for the great work on this plugin
We found some errors and deprecations in the codebase, here's the list
File: admin/tool/trigger/guzzle/GuzzleHttp/Promise/functions.php
Line: 222
Message: Function each() is deprecated since PHP 7.2 and removed since PHP 8.0; Use a foreach loop or ArrayIterator instead
Type: error
File: admin/tool/trigger/guzzle/GuzzleHttp/Promise/functions.php
Line: 257
Message: Function each() is deprecated since PHP 7.2 and removed since PHP 8.0; Use a foreach loop or ArrayIterator instead
Type: error
File: admin/tool/trigger/guzzle/GuzzleHttp/Promise/functions.php
Line: 313
Message: Function each() is deprecated since PHP 7.2 and removed since PHP 8.0; Use a foreach loop or ArrayIterator instead
Type: error
File: admin/tool/trigger/edit.php
Line: 74
Message: Using ${var} in strings is deprecated since PHP 8.2, use {$var} instead. Found: ${pluginname}
Type: warning
File: admin/tool/trigger/edit.php
Line: 74
Message: Using ${var} in strings is deprecated since PHP 8.2, use {$var} instead. Found: ${eventname}
Type: warning
Thank you very much for your efforts
The text was updated successfully, but these errors were encountered: