I'm writing a pretty sophisticated PHP/JavaScript plugin for CK Finder. What I need to know is how to return errors from the PHP part of the plugin to the JavaScript part of the plugin so that we can get them in the system error box, or our own openMsgDialog. I could use the answer yesterday, but I'll be patient.
Wed, 09/08/2010 - 01:10
#1
Re: How to throw an error in PHP Plugin?
Still waiting...
Got my plug-in working but can't return an error message. Have tried something like:
Re: How to throw an error in PHP Plugin?
If you have everything setup correctly I imagine you could also inject the error into the response (but it would take some setup) and then you could have access to that via firebug in the net panel under response.