Mapbender setup.php
From MapbenderWiki
User: Thomas Baschetti (Module maintainer)
Introduction
The mapbender_setup.php script is a tool that checks some aspects of your installation and gives hints about where to find potential errors. This script is only intended for debugging and is not activated by default. It should not be left in the http directory on operational installations because it displays some about the installation that are not intended for the public (including the username of the database and the address, IP or FQDN of the database server).
How to Use
To use the script copy the file
./mapbender/tools/mapbender.setup
to your web directory. Remember to include the /tools/ subdirectory:
./mapbender/http/tools/mapbender_setup.php
Now you can then access the script through your regular web site at:
http://www.example.com/mapbender/tools/mapbender_setup.php
The script will run a few tests and highlight the results with the following hints:
- red = maybe your Mapbender will run into trouble
- blue = just a tip
- green = seems to be alright

