@jajaX
OK! I can now reproduce your error!
There is something wrong in your config_local.php.
You have $config['calibre_internal_directory'] = array (etc
(You already have $config['calibre_directory'] = array (etc. )
This causes the 0Kb e-books after download (I tested this and can confirm.)
In your setup with apache2 this should be $config['calibre_internal_directory'] = '';
A few other remarks for config_local.php:
- $config['cops_use_url_rewriting'] = "0"; "1" is probably not needed.
- missing $config['default_timezone'] = "Europe/Paris"; If you live in France put this in just to be on the safe side.
- $config['cops_update_epub-metadata'] = "0"; not complete in your (copy of) config_local.php
- is $config['cops_thumbnail_cache_directory'] = "/config/cache/"; an existing directory? I have $config['cops_thumbnail_cache_directory'] = "/var/www/html/cops/cache/"; I had to mkdir the cache directory myself.
I would say try out these "fixes" and let us know if you can use COPS for 100% once again!
|