[mapguide-trac] #1887: QuickPlot + MapGuide 2.3 (SVN)
MapGuide Open Source
trac_mapguide at osgeo.org
Thu Dec 29 03:46:45 EST 2011
#1887: QuickPlot + MapGuide 2.3 (SVN)
---------------------------+------------------------------------------------
Reporter: wrees | Owner:
Type: defect | Status: new
Priority: low | Milestone: 2.3
Component: AJAX Viewer | Version:
Severity: major | Keywords: quickplot exceed settings defined by administrator mapguide 2.3
External_id: |
---------------------------+------------------------------------------------
Comment(by wuma):
From my test, tempnam() doesn't work with PHP 5.3.8 + IIS7.
That means we cannot fix the problem by tempnam(). We might simply add the
path separator before uniqueid():
$tempImage = sys_get_temp_dir() . DIRECTORY_SEPARATOR . "mgo" . uniqid();
The code would work for both Windows and Linux.
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1887#comment:4>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list