Replies: 0
Troubleshooting mode complains of a lack of a default theme, when actually twentytwentytwo was already installed. The array of default themes in health-check-troubleshooting-mode.php needs to be updated in the mu-plugins and the plugins folders, respectively.
/wp-content/mu-plugins/health-check-troubleshooting-mode.php
and
/wp-content/plugins/health-check/assets/mu-plugin/health-check-troubleshooting-mode.php
both starting from line ~34:
private $default_themes = array(
#alx359-->
'twentytwentytwo',
'twentytwentyone',
#<--alx359
'twentytwenty',
'twentynineteen',
'twentyseventeen',
'twentysixteen',
'twentyfifteen',
'twentyfourteen',
'twentythirteen',
'twentytwelve',
'twentyeleven',
'twentyten',
);