rtCamp / rtMedia

rtMedia (formerly Buddypress Media) adds advanced multimedia functionality to WordPress, BuddyPress and bbPress
https://rtmedia.io/
122 stars 111 forks source link

Fix PHP@8.2.1 deprecation errors #2013

Closed Utsav-Ladani closed 8 months ago

Utsav-Ladani commented 8 months ago
pavanpatil1 commented 8 months ago

Hi @Utsav-Ladani, Verified the PR and it is working fine the Deprecations error on the media page are not visible now.

However, On the Activity page there is one more deprecation warning is visible.

PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in app\public\wp-includes\kses.php on line 1744

Check if this is related and need to be fixed.

Utsav-Ladani commented 8 months ago

@pavanpatil1, I resolved the error. You can check now.

pavanpatil1 commented 8 months ago

It seems fixed and working fine now