File src/index.php tries to get the contents of ./lib/IHRAM_en.FCL, but that file does not exist, and so you get the following warnings:
Warning: file_get_contents() [function.file-get-contents]: Unable to access ./lib/IHRAM_en.fcl in /membri/mordigante/fidoreadphp/index.php on line 178
Warning: file_get_contents(./lib/IHRAM_en.fcl) [function.file-get-contents]: failed to open stream: No such file or directory in /membri/mordigante/fidoreadphp/index.php on line 178
The correct filename is ./lib/IHRAM_en.fcl as also referred by others files (README, manual/fidoreadphp_manual_en.tex), so you ought to rename it.
Anonymous
Fixed with commit r45, thanks!