Pues nada, con el ini_set sigue igual, no se muestra ningun error.
Deciros k para hacer las pruebas tengo este archivo:
Código:
<?
echo "That"
echo is
echo "a test"
?>
Como veis no tiene ";" y en el segundo echo faltan las comillas, por lo que deberian aparecer errores, pero nada de nada, al abrir el archivo sale una pantalla en blanco. con el ini_set lo deje asi:
Código:
<?
ini_set('display_errors','on');
echo "That"
echo is
echo "a test"
?>
Y sigue igual, y como os dije, si utlizo el .htaccess me da un error 500:
Cita: Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Se os ocurre que puede estar pasando? Estoy desesperado. Gracias