Ticket #351 (closed defect: fixed)
Error with SES URLs after upgrade to RC
| Reported by: | teamteama | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Version: | 3.0.178 | Severity: | normal |
| Keywords: | Cc: |
Description
I just updated my beta version of MG3 to the RC version and started getting an error while using SES URLS.
Error is:
Element MOCKCGISCOPE.PATH_INFO is undefined in ARGUMENTS. com/model-glue/ModelGlue/gesture/eventrequest/url/SesUrlManager.cfc: line 35
33 : <cfif structKeyExists(arguments, "mockCgiScope")> 34 : <cfset pathArray = listToArray(arguments.mockCgiScope.PATH_INFO, "/") /> 35 : <cfelseif arguments.mockCgiScope.PATH_INFO NEQ arguments.mockCgiScope.SCRIPT_NAME> 36 : <cfset pathArray = listToArray(arguments.mockCgiScope.PATH_INFO, "/") /> 37 : </cfif>
Looks like the elseif statement is wrong. It will always error out if the if statement is false.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)