WPIntell

Source evidence

Error on PHP 8

Highlighting Code Block · support · 2023-07-14T06:22:00+00:00

mixedsentiment
highseverity
0.89relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 35 rows with source links

14.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Muhammad Zohaib resolved
Plugin gives an error on PHP 8 and works fine when I switch to 7.4 PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_kana() in plugins/highlighting-code-block/class/loos_hcb_scripts.php:133 Stack trace: 0 /home/user/public_html/wp-includes/class-wp-hook.php(308): LOOS_HCB_Scripts::hook_admin_head() 1 /home/user/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() 2 /home/user/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 3 /home/user/public_html/wp-admin/admin-header.php(163): do_action() 4 /home/user/public_html/wp-admin/index.php(137): require_once('/home/user/…') 5 {main} thrown in /home/user/public_html/wp-content/plugins/highlighting-code-block/class/loos_hcb_scripts.php on line 133 The mb_convert_kana() is part of the mbstring extension, which is not enabled in PHP 8 by default. To resolve this issue, you’ll need to make sure that the mbstring extension is enabled in your PHP 8 installation. This reply was modified 2 years, 8 months ago by Muhammad Zohaib . Reason: Marked as resolved

Comments

1 shown
Muhammad Zohaib 2023-09-22T08:47:00+00:00

The mb_convert_kana() is part of the mbstring extension, which is not enabled in PHP 8 by default. To resolve this issue, you’ll need to make sure that the mbstring extension is enabled in your PHP 8 installation. This reply was modified 2 years, 8 months ago by Muhammad Zohaib . Reason: Marked as resolved