• Hello,

    I’m unable to view the post meta due to some PHP 7+ issues encountered.

    Could you push an update to resolve the following?

    Fatal error: Uncaught ValueError: mb_strlen(): Argument #2 ($encoding) must be a valid encoding, "utf8mb4" given in /wp-content/plugins/tdd-debug-bar-post-meta/class-debug-bar-post-meta.php on line 54

    This was solved by returning the public function…

    Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, string given in /wp-content/plugins/tdd-debug-bar-post-meta/class-debug-bar-post-meta.php on line 40

    This was solved by using boolval($key)

    Kind regards,
    Mike

The topic ‘PHP errors’ is closed to new replies.