An exception occured:
count(): Argument #1 ($value) must be of type Countable|array, null given
***Stack Traceback - Raw***
array (
0 =>
array (
'file' => '/home/www/videodb/core/functions.php',
'line' => 103,
'function' => 'errorpage',
'args' =>
array (
0 => 'An exception occured: ',
1 => 'count(): Argument #1 ($value) must be of type Countable|array, null given',
2 => true,
),
),
1 =>
array (
'function' => 'exception_handler',
'args' =>
array (
0 =>
\TypeError::__set_state(array(
'message' => 'count(): Argument #1 ($value) must be of type Countable|array, null given',
'string' => '',
'code' => 0,
'file' => '/home/www/videodb/core/output.php',
'line' => 224,
'trace' =>
array (
0 =>
array (
'file' => '/home/www/videodb/stats.php',
'line' => 73,
'function' => 'get_owner_ids',
'args' =>
array (
0 => 2,
),
),
),
'previous' => NULL,
)),
),
),
)
***End Stack Traceback - Raw***
***Stack Traceback - Formated***
file: /home/www/videodb/core/functions.php
line: 103
function: errorpage
0: An exception occured:
1: count(): Argument #1 ($value) must be of type Countable|array, null given
2: 1
function: exception_handler
0: TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/www/videodb/core/output.php:224
Stack trace:
#0 /home/www/videodb/stats.php(73): get_owner_ids(2)
#1 {main}
***End Stack Traceback - Formated***