View Single Post
Old 07-21-2022, 07:39 AM   #1868
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 726
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@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!
mariosipad is offline   Reply With Quote