• PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + int in /wp-content/plugins/wp-tab-widget/wp-tab-widget.php:987

    PHP 8.1

    Fix:

    $count = (int)get_post_meta($post_id, '_wpt_view_count', true);

    Line 986

    • This topic was modified 1 year, 9 months ago by bridge2web.
  • The topic ‘PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + int’ is closed to new replies.