X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a517dd0ccf39b85a22e088ee7b2af857fca66c13..1e60e5426317c52d1b0ac8bb9eb229e1c3c8f9d7:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index a7c805f7..d8ff2f64 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -1,5 +1,30 @@

Internal Server Error

"; + echo '

Nominatim has encountered an internal error while processing your request. This is most likely because of a bug in the software.

'; + echo "

Details: ".$sError,"

"; + echo '

Feel free to report the bug in the OSM bug database. Please include the error message above an the URL you used.

'; + if (CONST_Debug) + { + echo "

Debugging Information


"; + if ($sSQL) { + echo "

SQL query

".$sSQL.""; + } + if ($vDumpVar) { + echo "

Result

"; + var_dump($vDumpVar); + echo ""; + } + } + echo "\n\n"; + exit; + + } + function fail($sError, $sUserError = false) { if (!$sUserError) $sUserError = $sError;