We’ve recently upgraded to PHP8.2 and are experiencing an issue uploading images with Moxiemanager, getting the error “Trying to access array offset on value of type null”. So it’s clearly stumbling over a null value in an array somewhere during the upload process but I’m having troubling identifying where, even with debug on. Can anyone help me pinpoint where in process it might be falling over?
(I’ve read this post: Issue with TinyMCE Moxiemanager on PHP8 and have applied the suggested changes, which resolved an earlier issue where the dialogue wouldn’t render).
Is Moxie supported in PHP8? The last changelog update is dated Feb 2020.