YOURS configuration

Hi…I configured YOURS on Debian Linux,But it not working at all.I used wiki page to configure YOURS.

I think name finder is not working.
The api’s are working.I am using my own database.(abc.pak file).

If any one know how to configure and make it run or any changes required in source code please tell me.

Thanks and regard.

The Namefinder has nothing to do with Gosmore (or routing). The clientside javascript calls Nominatim through a proxy script on the server (because of cross site security constraints). The proxy script is named transport.php and it uses CURL to relay the namefinding request to Nominatim and output Nominatim’s answer to the client.

So, if this process is not working the this could be caused by a missing CURL PHP library. So if you don’t have this plugin then that would be the first thing to fix.

If you still have problems then please use Firefox and the firebug plugin to check:

  • If you see any namefinder requests from the client to transport.php?
  • What transport.php answer is on a request?

Thank you very much…I am a new to Software Development field and i got such a great project(Routing Application).
I really thankful to YOURS people really a great development.

Great your solution works perfectly…thank you so much

hi lambertus
thanks for your great work but i cant run YOURS yet!
i use apache 2 on open suse 11.3 and my path to put out index file is: /srv/www/htdocs
when i create an index.html file and put it in this dir it work fine but when i create “yours” dir and copy contents of /version-1.0-via/www in that and enter these URLs:

http://localhost/yours
http://localhost

i get the error :

Access forbidden!

You don’t have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403

my variables:

$www_dir = ‘/srv/www/htdocs/yours’;

$yours_dir = ‘/home/Goesmore_sources/Gosmore’;

i also copy contents of your dir into htdocs and not worked again (with changing variables value)
in all ways help.html and map.html files work properly but when i enter http://localhost/yours/index.php firefox wants to save it!

You posted that question in this thread as well. Please continue in that thread.