Ticket #7 (closed defect: fixed)
config.php generates bad XML
| Reported by: | tbrown@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | GeoMOOSE/PHP | Version: | 2.2 |
| Keywords: | Cc: |
Description
/htdocs/php/config.php
if(!extension_loaded('gd') && !extension_loaded('gd2')) {
dl('php_gd2.'.PHP_SHLIB_SUFFIX);
}
and the curl and dbase lines first generated 'dl not enabled', and then file not found messages formatted as html in the output of php/getmapbook.php, before the xml declaration for the map book.
enabling dl / installing the modules / commenting out the code for modules I didn't find fixed this.
Change History
Note: See
TracTickets for help on using
tickets.
