Hello, here is my config_local.php (there is no config_user.php, i said a mistake) :
<?php
if (!isset($config))
$config = array();
/*
* The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats.
* BEWARE : it has to end with a /
*/
$config['calibre_directory'] = './calibre_database_test/';
/*
* Catalog's title
*/
$config['cops_title_default'] = "COPS_test";
/*
* use URL rewriting for downloading of ebook in HTML catalog
* See README for more information
* 1 : enable
* 0 : disable
*/
$config['cops_use_url_rewriting'] = "1";
?>
nothing that could explain the blank page...
I use last version of Calibre. Could it be possible that database of last calibre version is not ok with COPS ?
|