Title:
Bug 83985:Coldfusion Updater 1 breaks coldfusion arraysDuplicating problem and deletion problems
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Ron Lebfrom / Ron Lebfrom (Ronsweb)
Created: 08/30/2010
Components: Language, Datastructure
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Major / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Coldfusion Updater 1 breaks coldfusion arraysDuplicating problem and deletion problems . We installed updater 1 on our production server to try and save time. We ended up having to completely re install CF without the updater 1. I did not have any time to investigate the problem. It affected our institution dramaticly. I am still trying to recover. I just wanted to report the problem.All I can provide at this point is some colfusion functions that were used.Here is some CF code: <cfscript> Session.page=StructNew(); Session.page.category_ID=ArrayNew(1); Session.page.name=ArrayNew(1); Session.page.pagepath=ArrayNew(1); </cfscript>Another function used (ArrayDeleteAt):<cfset ArrayDeleteAt(Session.page.category_ID,ThisItem)>Another function used(ListFind):<cfset pageselectedpos=ListFind(ArrayToList(Session.page.category_ID),URL.category_ID)>Another function(ArrayLen):<cfloop from="6" to="#ArrayLen(Session.page.category_id)#" index="x">
Method:
Result:
Coldfusion Updater 1 breaks coldfusion arraysDuplicating problem and deletion problems . We installed updater 1 on our production server to try and save time. We ended up having to completely re install CF without the updater 1. I did not have any time to investigate the problem. It affected our institution dramaticly. I am still trying to recover. I just wanted to report the problem.All I can provide at this point is some colfusion functions that were used.Here is some CF code: <cfscript> Session.page=StructNew(); Session.page.category_ID=ArrayNew(1); Session.page.name=ArrayNew(1); Session.page.pagepath=ArrayNew(1); </cfscript>Another function used (ArrayDeleteAt):<cfset ArrayDeleteAt(Session.page.category_ID,ThisItem)>Another function used(ListFind):<cfset pageselectedpos=ListFind(ArrayToList(Session.page.category_ID),URL.category_ID)>Another function(ArrayLen):<cfloop from="6" to="#ArrayLen(Session.page.category_id)#" index="x">
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041966
External Customer Info:
External Company:
External Customer Name: Ron Lebfrom
External Customer Email: 133907D4446362FF99201549
External Test Config: 08/30/2010
Attachments:
Comments: