I just upgraded Nominatim to 2.5.1 from 2.4.0. Reverse geocoding works properly but I'm getting errors when I hit the details.php page PHP Parse error: syntax error, unexpected '[' in .../website/details.php on line 93
which keeps the page from rendering. Further, the map does not load on the search page and gives me Uncaught ReferenceError: nominatim_map_init is not defined
. Both would seem like permissions errors but the permissions seem fine to access files. Further, as mentioned, reverse geocding works fine. Any help is appreciated, thanks.
asked 15 Oct '16, 17:54

cswrsinc
61●2●2●4
accept rate: 50%
Now tracked in https://github.com/twain47/Nominatim/issues/555
I'm using these directions, https://wiki.openstreetmap.org/wiki/Nominatim/Installation_on_CentOS and don't see a build directory.
Also, don't see anything in setup.php related to a builds directory related to web site creation.