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

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: http://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


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

permanent link

answered 09 Mar '11, 17:28

petschge's gravatar image

petschge
8.3k217398
accept rate: 21%

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
×61

question asked: 09 Mar '11, 15:59

question was seen: 5,881 times

last updated: 09 Mar '11, 17:28

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