observer icon indicating copy to clipboard operation
observer copied to clipboard

fix any mysql errors so we can accept new PHP 8.1+ behavior

Open brookgagnon opened this issue 1 year ago • 1 comments

We missed some mysql error bugs (especially or maybe exclusively in updates) only caught now because PHP 8.1+ will fatal error on mysql error. We should fix these bugs.

Temporarily, we have set PHP 8.1+ to not fatal error in this case. But it's better if it does.

brookgagnon avatar Feb 21 '23 19:02 brookgagnon