Ticket #7 (closed defect: fixed)

Opened 2 years ago

Last modified 14 months ago

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

Changed 14 months ago by theduckylittle

  • status changed from new to closed
  • resolution set to fixed

This is because "dl" is disabled in your PHP installation. The Trunk PHP does not call DL.

Note: See TracTickets for help on using tickets.