it would be a nice addition if you added a ajax debug window like mybic has http://www.litfuel.net/mybic/index.html?page=errors.
if there is php errors the data posted back is also shown. it makes the development process faster.
perhaps something like this is allready implanted, but I can't find any documentation on how one debugs...
Logged In: YES
user_id=355791
Originator: NO
If an error occured in PHP functions, it will be return an PHPRPC_Error Object.
You can use Firebug for debugging, it is a powerful debug tool. :D
Logged In: NO
thanks!
That did the spot. firebug works perfect.
As you said, php errors can be read in the response text ;)