Hi there,

I do my first steps in programming flex and using amfphp. I have a simple program that loads data from mysql into a flex table. When I tried to extend the example into an adress book app, it didn't work any longer. The mysql data is not shown in the flex table. So I tried to debug this, but can't find any error.

I set the amfphp gateway to the debuggateway.php, checked the apache and mysql logfiles, but cannot find any error.

Thegateway.call( "adress.getPersons", new Responder(onResult, onFault)); has a Fault and calls the onFault function, where I tried to get information in debug mode with trace(fault) - nothing.

What can I do to figure out what is going on ? Thanx.

Reply via email to