View Single Post
Old 06-02-2016, 10:20 AM   #1264
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
The "500 Internal Server Error" is a tricky one. It could be a problem with ngnix or with COPS. And that does not help you much.

First start with reinstalling COPS with the latest version from Github: https://github.com/seblucas/cops or
Code:
git clone https://github.com/seblucas/cops
if you know what you are doing.

Then (in the COPS directory) copy config_default.php to config_local.php and link to your calibre directory with the settng $config['calibre_directory'] = './'; in config_local.php.

Any errors when you connect to COPS with http://<IP-RaspberryPi>/cops/checkconfig.php ?

The calibre directory should have the accessibility rights 755 (chmod -R 755 calibre_directory). Also try to (re)name the directory without "spaces".

On my Pi (with Apache) it works.
mariosipad is offline   Reply With Quote