• hi,

    i just upgraded to Debian 10 and upgraded all the relevant php7.3 and apche2 packages. (running wordpress 5.2.2)
    after upgrade every thing is working, only problem i face is with Health Check & Troubleshooting plugin and especially its “info” page.
    when i click the page i display partial code.
    —————————————————————————
    add_help_tab( array( ‘id’ => ‘converter’, ‘title’ => __( ‘Categories and Tags Converter’ ), ‘content’ => ‘

    ‘ . __( ‘Categories have hierarchy, meaning that you can nest sub-categories. Tags do not have hierarchy and cannot be nested. Sometimes people start out using one on their posts, then later realize that the other would work better for their content.’ ) . ‘
    ‘ . ‘

    ‘ . __( ‘The Categories and Tags Converter link on this screen will take you to the Import screen, where that Converter is one of the plugins you can install. Once that plugin is installed, the Activate Plugin & Run Importer link will take you to a screen where you can choose to convert tags into categories or vice versa.’ ) . ‘
    ‘, ) ); get_current_screen()->set_help_sidebar( ‘

    ‘ . __( ‘For more information:’ ) . ‘
    ‘ . ‘

    ‘ . __( ‘Documentation on Tools’ ) . ‘
    ‘ . ‘

    ‘ . __( ‘Support’ ) . ‘
    ‘ ); } require_once( ABSPATH . ‘wp-admin/admin-header.php’ ); ?>
    cap->manage_terms ) || current_user_can( $tags->cap->manage_terms ) ) : ?>

    Categories and Tags Converter available from the Import screen.’ ), ‘import.php’ ); ?>
    ——————————————————————————-

    and no where i can find what is the problem ?,
    rest of the pages “Status” “Troubleshooting” and “Tools” are working ok.

    any idea, or where i shoud i look to fix it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    To me, it’s look like some your files corrupted, I suggest you to disable all plugins first and than test this, If your help page work than activate plugin one by one and test issue after each activation to know which one is causing issue.

    If that’s not case, try switching theme and check

    If that also not help than i could suggest you to reinstall WordPress copy, this will not delete your site content, go to your WordPress admin dashboard > updates and click button to reinstall WordPress, this will replace wp-admin and wp-includes folder files.

    Thread Starter cheechee0

    (@cheechee0)

    hi, switching the theme works, thanks for your help :).

    Sure, You can contact Theme author for further support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘after php 7.3 upgrade Health Check & Troubleshooting info page not displaying’ is closed to new replies.