Larry, Are you breaking the network connection between the client and server for your test? If so, I don't see how it could be related to something on the server.
If so, it would seem to me to be a difference between Firefox for Windows versus Mac. You mentioned that you were running Firefox via IIS, so I think you mean you're using the Firefox client browser (on the PC) and the IIS web server (on the target server). I suspect this error code is for any errors that the Firefox browser doesn't know how to interpret, as it seems to come up under a variety of situations, but it appears that maybe it's limited to the Windows version of the browser from your comments. If you're instead breaking the network connection between the web server and the MS SQL database, then the PHP server may be returning an RPC response that the Qooxdoo RPC code can't interpret correctly. I can't tell for sure, but it sounds like you're trying to interpret what's happening at the server by the error message displayed in the Qooxdoo client, which is probably too late to be of any real use. Maybe the PHP error options for connecting to MSSQL are different between the two PHP installations. You might verify the error level setting between the two environments to see if one of them is set to handle errors differently. It also might help to build a standard HTML test page on the server that will allow you to see what's happening at the server when you break the MSSQL communication link, without the added complexity of the RPC communication channel being involved in the process. HTH, Gene On Wed, 2009-05-27 at 08:08 -0700, larry blische wrote: > > > Matthew Gregory wrote: > > > > It looks to me as this is a cloent side issue as it is failing to the > > send the data. Are you posted your data to the same server the page has > > been loaded from? > > > > Yes - I agree that it looks like a client side issue. > Yes - the PHP back end is on the same server that the javascript loads from.
------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
