Topic on Extension talk:Maps

New installation gets Error 500 {{#display_map}}

3
63.161.160.181 (talkcontribs)

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.

63.161.160.181 (talkcontribs)

I'm posting an update to my own question. "tail /var/log/httpd/access_log" shows:

AH01071: Got error 'Primary script unknown'

178.25.216.164 (talkcontribs)

I have the same problem.

WM 1.39.3, PHP 8.0.30 (fpm-fcgi), MariaDB 10.5.23, maps 10.1.1

when interting {{#display_map:center=Brandenburg Gate Berlin}} at main page for example I get the Error 500 when submitting.

Have you figured out the problem yet?

Reply to "New installation gets Error 500 {{#display_map}}"