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
CommentFileSizeAuthor
#2 d9_upgrade_status-3062797.patch2.35 KBsergiu stici

Comments

fabianderijk created an issue. See original summary.

sergiu stici’s picture

Status: Active » Needs review
StatusFileSize
new2.35 KB

I corrected part of deprecated functions, without drush components. Patch is here, please review.

  • Sergiu Stici authored 87879b8 on 8.x-4.x
    Issue #3062797 by Sergiu Stici: Drupal 9 upgrade status
    
fabianderijk’s picture

Status: Needs review » Fixed

This is now fixed in the 8.x-4.x branch

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.