@huber70
You are nearly there!
To make it work it depends on the PATH to the "calibree" directory.
2 examples:
1 - you place the "calibree" directory in the root of your server:
$config['calibre_directory'] = '/calibree/';
2 - you place the "calibree" directory as a subdirectory of COPS:
$config['calibre_directory'] = './calibree/';
Hope this helps you.
|