NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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


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.

permanent link

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
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×193
×34
×15
×8

question asked: 29 Jul '13, 10:40

question was seen: 5,505 times

last updated: 01 Dec '18, 22:37

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum