I'm not having any luck debugging the issue with deleting messages while in the show message screen.
Here is the error:
Error: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status] Source file: http://www.popquizhotshot.com/rc_delete/program/js/app.js Line: 3326
To reproduce the error:
deleted
My javascript debugger shows that everything appears to be being called with all of the correct parameters and everything but when it reaches line ~3015 in http_request:
request_obj.GET(this.env.comm_path+'&_action='+escape(action)+'&'+querystring);
The request is never sent to the client. logging shows that index.php and mark.inc are never called.
It all works just fine when in the message list but it doesn't work when viewing a message. Any help would be greatly appreciated.
-Charles
(x-posted to forums)