php drupal-check.phar modules/contrib/easychart/
15/15 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ---------------------------------------------------------
Line src/Form/OptionsForm.php
------ ---------------------------------------------------------
97 Call to deprecated function file_unmanaged_save_data().
98 Call to deprecated function drupal_set_message().
101 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------------
------ ------------------------------------------------------
Line src/Form/ResetOptionsConfirmForm.php
------ ------------------------------------------------------
41 Call to deprecated function file_unmanaged_delete().
42 Call to deprecated function drupal_set_message().
------ ------------------------------------------------------
------ ---------------------------------------------------
Line src/Form/ResetPresetsConfirmForm.php
------ ---------------------------------------------------
44 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------
------ ---------------------------------------------------
Line src/Form/ResetTemplatesConfirmForm.php
------ ---------------------------------------------------
44 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------
------ ------------------------------------------------------------------------------------------------------------
Line src/Plugin/entity_embed/EntityEmbedDisplay/Easychart.php
------ ------------------------------------------------------------------------------------------------------------
Class Drupal\entity_embed\EntityEmbedDisplay\EntityEmbedDisplayBase not found and could not be autoloaded.
------ ------------------------------------------------------------------------------------------------------------
[ERROR] Found 8 errors | Comment | File | Size | Author |
|---|---|---|---|
| #3 | deprecated-3090089-3.patch | 5.86 KB | sharif.elshobkshy |
| #2 | deprecated-3090089-2.patch | 4.73 KB | sergiu stici |
Comments
Comment #2
sergiu stici commentedHere's the patch, please review.
Comment #3
sharif.elshobkshy commentedUpdated previous (#2) patch to include additional Drupal 9 requirements.
Comment #4
niles38 commentedLooks like the patch in #3 works according to Upgrade Status. Thanks!
There are still some deprecated drush functions that I was able to take care of here (/modules/contrib/easychart/drush/easychart.drush.inc):
I'm not sure how to handle the sortable deprecated library. Since that page never worked for us either (see https://www.drupal.org/project/easychart/issues/2979557 ) I'm not sure what we should do about that.
Comment #5
web-beest