@jillmess
I found that this part oft the config_local.php now local.php had changed.
Code:
/*
* Full URL prefix (with trailing /)
* useful where a full URL is required, COPS is behind a proxy or the script name shows the wrong place
* Older e-readers like Mantano, Aldiko and Marvin may require it for Opensearch too.
* e.g.
* $config['cops_full_url'] = '/cops/';
* $config['cops_full_url'] = 'http://localhost/cops/';
* $config['cops_full_url'] = 'http://192.168.1.xxx/cops/';
* $config['cops_full_url'] = 'https://www.domainname.com/cops/';
*/
Maybe other things too after the readme for updating was made.