I am using MediaWiki 1.39.3, PHP 8.1.18, MariaDB 10.3.38, and Maps 10.0.0. When I view Special:Version, I can see Maps 10.0.0. Everything else in MediaWiki is working, but today I just tried to view a map for the first time and every time I try to enter something like any of these, the page gives Error 500:
{{#display_map:center=Brandenburg Gate Berlin}}
{{#google_maps:center=Brandenburg Gate Berlin}}
In my LocalSettings.php, I have the following:
wfLoadExtension( 'Maps' );
$egMapsDefaultService = 'googlemaps3';
$egMapsGMaps3ApiKey = '<my_key>';
$egMapsDefaultGeoService = 'google';
Any help would be greatly appreciated.