PHP Deprecation on AllCoreTables.php after 5.75.0 Upgrade
I tried upgrading our Durpal 10 instance, running php 8.2.20, to 5.75.0 and receive these errors after the upgrade (the site does not come up, it seems to be a fatal error):
[PHP Warning] Undefined array key "class" at /var/www/civicrm/vendor/civicrm/civicrm-core/CRM/Core/DAO/AllCoreTables.php:290
[PHP Deprecation] str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated at /var/www/civicrm/vendor/civicrm/civicrm-core/CRM/Core/DAO/AllCoreTables.php:290
In AllCoreTables.php line 160:
array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
Edited by pbarmak