php drupal-check.phar modules/contrib/cleantalk/
13/13 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ---------------------------------------------------
Line src/EventSubscriber/BootSubscriber.php
------ ---------------------------------------------------
155 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------
------ ---------------------------------------------------
Line src/Form/CleantalkCheckUsersForm.php
------ ---------------------------------------------------
124 Call to deprecated function drupal_set_message().
155 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------
[ERROR] Found 3 errors| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal_set_message-3072604-2.patch | 6.55 KB | sergiu stici |
Comments
Comment #2
sergiu stici commentedHere is the patch, please review.
Comment #3
heddnLooks good to me. There's a fair amount of whitenoise in the patch though. Any way to remove that and _only_ apply the changes for drupal_set_message?
Comment #4
heddnComment #5
serge-m commentedHello.
Does the problem persist in the newest version of the plugin?
The archive and our update guide are here:
https://cleantalk.org/help/update-drupal8
Thank you.
Comment #6
heddnYes, it does. We need to remove the old drupal_set_message calls and replace with the messenger service.
Comment #7
serge-m commentedThank you for the information.
We will investigate the issue in January 2020.
Please, wait.
Comment #8
davydovct commentedThanks, fixed.