I've setup a RS 10.0 server (PHP 8.1.9, MySQL 8.0.30) and migrated an RS 9.4 instance (PHP 7.2.24, MySQL 5.7.38).
Everything seems to work fine, except for a minor feature. Clicking on "Featured Collections" (https://<host>/pages/collections_featured.php) from the top menu bar, generates the following error message:
"
/var/www/html/include/render_functions.php line 4821: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated".
Might this be a bug in RS10.0 or in PHP8.1.9; or perhaps something unique to my server?
Thank you,