Yes that worked! (Yes, I recently upgraded to PHP 8.2)
Thanks for such a quick fix!
Host support also followed up with the following:
“The error your website is encountering stems from the array_sum() function in PHP, which is being passed a boolean value instead of an array. This indicates that the function is expected to operate on an array but is receiving a false value, which is often the result of a failed operation or check.”
Works perfect, thank you!!