This theme needs to be upgraded to work with Drupal 9. See the table below:
| File name | Line | Error |
|---|---|---|
| themes/custom/fortytwo/fortytwo-internals/fortytwo.drush.inc | 42 | Call to deprecated function drush_get_option(). |
| themes/custom/fortytwo/fortytwo-internals/fortytwo.drush.inc | 52 | Call to deprecated function drush_get_option(). |
| themes/custom/fortytwo/fortytwo-internals/fortytwo.drush.inc | 73 | Call to deprecated function drush_print(). |
| themes/custom/fortytwo/fortytwo-internals/fortytwo.drush.inc | 97 | Call to deprecated function drush_get_option(). |
| themes/custom/fortytwo/fortytwo-internals/fortytwo.drush.inc | 133 | Call to deprecated function drush_print(). |
| themes/custom/fortytwo/fortytwo-internals/fortytwo.drush.inc | 147 | Call to deprecated function drush_mkdir(): See \Symfony\Component\Filesystem\Filesystem::mkdir. |
| themes/custom/fortytwo/fortytwo-internals/fortytwo.drush.inc | 149 | Call to deprecated function drush_copy_dir(): Use \Symfony\Component\Filesystem\Filesystem::copy. |
| themes/custom/fortytwo/includes/fortytwo.inc | 78 | Call to deprecated function drupal_set_message(): in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead. |
| themes/custom/fortytwo/includes/theme-settings-general.inc | 112 | Call to deprecated method l() of class Drupal: in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\Link instead. Example: |
| themes/custom/fortytwo/includes/theme-settings-general.inc | 120 | Call to deprecated method l() of class Drupal: in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\Link instead. Example: |
| themes/custom/fortytwo/includes/theme-settings-general.inc | 335 | Call to deprecated function drupal_render(): as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the |
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | d9_upgrade_status-3062797.patch | 2.35 KB | sergiu stici |
Comments
Comment #2
sergiu stici commentedI corrected part of deprecated functions, without drush components. Patch is here, please review.
Comment #4
fabianderijkThis is now fixed in the 8.x-4.x branch