Currently the following error occurs on every page request. This is due to passing too many array keys into t() in SlackLogger.php::prepareMessage
User deprecated function: Invalid placeholder (link) in string: TEST ERROR STRING Triggered on page @request_link. in Drupal\Component\Render\FormattableMarkup::placeholderFormat() (line 244 of /var/www/html/docroot/core/lib/Drupal/Component/Render/FormattableMarkup.php).
patch incoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | deprecated-function-log-format-markup-error-3270399-2.patch | 828 bytes | dan.ashdown |
Comments
Comment #2
dan.ashdown commentedPatch attached, this now only passing in the needed args preventing the info complaints.