I think I found the issue... And I think it's a bug...
I used the FB4 function to create the base PHP class. I then modified the FB4 created "update" function to use an object instead of an integer. FB didn't re-adjust the superclasses after I made that change. What I did to fix it was to create a whole new update function and the error went away. sj ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Scott Sent: Monday, March 29, 2010 6:04 PM To: [email protected] Subject: [flexcoders] Purplexing error I'm getting a weird error when updating a mysql table through PHP. I've tested the function using PHP and it works perfect. I've also made sure the variables match the object. When I fill in my textbox and click submit, I get this error: ArgumentError: updateItem called with an item which is not managed on this client: tblGroupsRPCDataManager.tblGroupsRPCDataManager:#:3 at mx.data::ConcreteDataService/updateItem()[C:\depot\DataServices\branches \dune_rc\frameworks\projects\data\src\mx\data\ConcreteDataService.as:106 6] at mx.data::DataManager/updateItem()[C:\depot\DataServices\branches\dune_rc \frameworks\projects\data\src\mx\data\DataManager.as:2139] at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.data::ManagedOperation/updateItemProxy()[C:\depot\DataServices\branch es\dune_rc\frameworks\projects\data\src\mx\data\ManagedOperation.as:495] at mx.rpc.remoting::Operation/send()[E:\dev\gumbo_beta2\frameworks\projects \rpc\src\mx\rpc\remoting\Operation.as:212] at _Super_TblGroupsService/updateTblGroups()[X:\PackRat\www\src\services\tb lgroupsservice\_Super_TblGroupsService.as:254] at Config/button_clickHandler()[X:\PackRat\www\src\Config.mxml:73] at Config/__button_click()[X:\PackRat\www\src\Config.mxml:131] I'm not sure what it's trying to tell me... Any ideas out there? -- This message has been scanned for viruses and dangerous content by MailScanner <http://www.mailscanner.info/> , and is believed to be clean.

