This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Problem with local nominatim search

0

Hello,

i tried to install a local NOMINATIM server. Now I have the problem that i cannot access the nominatim/search.php. When i call a search i get an output like:

50) $iFinalLimit = 50; $iLimit = $iFinalLimit + min($iFinalLimit, 10); $iMinAddressRank = 0; $iMaxAddressRank = 30; $aAddressRankList = array(); $sAllowedTypesSQLList = false; // Format for output if (isset($_GET['format']) && ($_GET['format'] == 'html' || $_GET['format'] == 'xml' || $_GET['forma...

I suspect this might be a problem with the user rights as i get a 403 Forbidden when i try to acces http://localhost/nominatim

Does anyone have a clue how i can fix this problem?

Greetings

Flo

asked 29 Jul '13, 10:40

fajgiess's gravatar image

fajgiess
16112
accept rate: 0%

edited 01 Dec '18, 22:37

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

2

Does your server process the PHP? It looks like it doesn't. So probably you should check by creating a phpinfo.php file in your server webroot and writing < ?php phpinfo(); ?> in it.

answered 29 Jul '13, 15:44

gormo's gravatar image

gormo
2.9k32660
accept rate: 13%

4

Thanks for the tip... The problem was that due to a typo i didn't install php5 ... now it works fine.

(01 Aug '13, 08:03) fajgiess

OSZAR »