YunoHost-Apps / cops_ynh

Calibre OPDS (et HTML) PHP Serveur
GNU General Public License v2.0
1 stars 5 forks source link

Problem installing COPS - Database error #4

Open arthurlutz opened 6 years ago

arthurlutz commented 6 years ago

Am trying to install COPS on yunohost. The install says everything is fine but when I go the application I get a "Database error" with COPS CONFIGURATION CHECK.

screenshot from 2018-04-16 18-43-40

enamaryn commented 6 years ago

Salut ! Just modify file /var/www/cops/config_default.php, this line

$config['calibre_directory'] = 'CHANGEHERE'; for example : $config['calibre_directory'] = '/var/www/lufi/files/ebooks/';

et mettre le dossier que tu choisis www-data en tant que propriétaire avec la commande suivant :+1:

chown -R www-data:www-data CHANGEHERE for example : chown -R www-data:www-data /var/www/lufi/files/ebooks

Good luck !