Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Changing back to PHP 7.4 makes it work again.

    Could this be related to the change to get_headers?
    https://www.php.net/manual/en/function.get-headers.php
    8.0.0The associative has been changed from int to bool.

    I’m getting the same critical error, using PHP 8.3

    Backend fatal error: PHP Fatal error: Uncaught TypeError: array_change_key_case(): Argument #1 ($array) must be of type array, bool given in /public_html/wp-content/plugins/media-list/medialist.php:68
    Stack trace: 0 /public_html/wp-content/plugins/media-list/medialist.php(68): array_change_key_case() 1 /public_html/wp-content/plugins/media-list/medialist.php(421): medialistpluginclass->medialistgeturlfilesize() 2 /public_html/wp-includes/shortcodes.php(434): medialistpluginclass->medialistmainplugin() 3 [internal function]: do_shortcode_tag()\n#4 /public_html/wp-includes/shortcodes.php(273): preg_replace_callback() 5 /public_html/wp-includes/class-wp-hook.php(324): do_shortcode() 6 /public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters() 7 /public_html/wp-includes/blocks/post-content.php(50): apply_filters() 8 /public_html/wp-includes/class-wp-block.php(519): render_block_core_post_content() 9 /public_html/wp-includes/class-wp-block.php(499): WP_Block->render() 10 /public_html/wp-includes/blocks.php(2061): WP_Block->render() 11 /public_html/wp-includes/blocks.php(2113): render_block() 12 /public_html/wp-includes/block-template.php(260): do_blocks() 13 /public_html/wp-includes/template-canvas.php(12): get_the_block_template_html() 14 /public_html/wp-includes/template-loader.php(106): include('/home/u169542p1…') 15 /public_html/wp-blog-header.php(19): require_once('/home/u169542p1…') 16 /public_html/index.php(17): require('/home/u169542p1…') 17 {main}\n thrown in /public_html/wp-content/plugins/media-list/medialist.php on line 68

    (I edited the path’s above to remove my site url.)

    When I disable the Medialist plugin, the page loads again.

    Any idea’s on how to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)