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

Problem installing the Nominatim web front-end

0

I am currently trying to set up a OSM Server together with Nominatim to do Reverse Geocoding. OSM works fine (I can render maps with Mapnik etc...)

I also set up the tables for Nominatim following this: https://wiki.openstreetmap.org/wiki/Nominatim/Installation#Set_up_the_website

But when I copy the website directory to /var/www/ and open the page, it will just show an empty page. (PHP-Parser works fine) I already hunted the problem down to a line in "init.php", where it says "require_once('DB.php');", but there is no DB.php in the website/.htlib/ directory. Is it missing, or where is this usually to be found?

asked 09 Mar '11, 15:59

Santhor's gravatar image

Santhor
6112
accept rate: 0%

edited 09 Mar '11, 16:46

Jonathan%20Bennett's gravatar image

Jonathan Ben...
8.3k1785108


One Answer:

1

I would assume that this refers to the PHP's Pear DB module.

answered 09 Mar '11, 17:28

petschge's gravatar image

petschge
8.3k217398
accept rate: 21%

Source code available on GitHub .