Utilizo este para no abrir un nuevo hilo.
Estoy empezando con AMFPHP tambien, y me da un error:
Código :
Warning: Cannot modify header information - headers already sent by (output started at /home/rubenkas/public_html/remoting/gateway.php:1) in /home/rubenkas/public_html/remoting/exception/Exceptions.php on line 53
/1/onStatusnull����code@ description�Cannot modify header information - headers already sent by (output started at /home/rubenkas/public_html/remoting/gateway.php:1)details
Mi gateway.php es:
Código :
<?php
include("/home/rubenkas/public_html/remoting/app/Gateway.php");
$gateway = new Gateway();
$gateway->setBaseClassPath("/home/rubenkas/public_html/remoting/services/");
$gateway->service();
?>
¿Que puede ser? No hay espacios en blanco ni nada. HELP

que ya fallo en el principio...