Error "host name may not be null"
Hi,
I'm hosting COPS on a synology DS with DSM 5.0. Everything is fine, just Android Moon+ Reader reports the error "host name may not be null" when accessing the data.
I changed the parameter
/*
* generate a invalid OPDS stream to allow bad OPDS client to use search
* Example of non compliant OPDS client : Moon+ Reader
* Example of good OPDS client : Mantano, FBReader
* 1 : enable support for non compliant OPDS client
* 0 : always generate valid OPDS code
*/
$config['cops_generate_invalid_opds_stream'] = "1";
but this had no effect.
FB-Reader works fine.
Any idea what's going wrong ?
Frank
|