[mapguide-trac] #1072: PHP CLI errors out under Windows 2008 /
Vista when MapGuide extension loaded
MapGuide Open Source
trac_mapguide at osgeo.org
Mon Aug 17 16:00:34 EDT 2009
#1072: PHP CLI errors out under Windows 2008 / Vista when MapGuide extension
loaded
----------------------+-----------------------------------------------------
Reporter: jbirch | Owner:
Type: defect | Status: new
Priority: medium | Milestone:
Component: Web API | Version: 2.1.0
Severity: minor | Resolution:
Keywords: php, cli | External_id:
----------------------+-----------------------------------------------------
Changes (by jbirch):
* priority: high => medium
* severity: major => minor
Comment:
Found a workaround. This is not really an acceptable solution, but good
enough to lower the priority of the ticket.
Add the following DWORD values to the registry:
{{{
HKLM\Software\Microsoft\Windows\Windows Error Reporting\DontShowUI = "1"
HKLM\Software\Microsoft\Windows\Windows Error Reporting\Disabled = "1"
}}}
Unfortunately, this entirely disables the WER UI and stops the reports
from being sent to MS. Maybe not a problem on a dedicated server, but on
a shared server often you want reports in things like MSSQL and ASP.Net
sent to MS.
References:
http://stackoverflow.com/questions/396369/how-do-i-disable-the-debug-
close-application-dialog-on-windows-vista
http://msdn.microsoft.com/en-us/library/bb513638(VS.85).aspx
--
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/1072#comment:1>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list