Xavier,
This means that the script was executed but sent no output to the server. If its your script, check it.
If you've donwload it, try setting the
register_globals parameter in php.ini set to
on:
register_globals=on
This is know to solve the problem with many script that use the old PHP variables naming convention.