Volumes/Data/Backup/iBook/Shared/Trash/marioc.jpg

Results 177 comments of Volumes/Data/Backup/iBook/Shared/Trash/marioc.jpg
trafficstars

@Thomas-O Please post the output of http:/cops/checkconfig.php

@Thomas-O Ah, I think we misunderstood one another / I was not clear enough with what I need to help you. ;-) What I need is a screenshot from your...

@Thomas-O The guide you used to setup COPS should still work wit one (1) exception: Debian Bullseye no longer uses PHP5 but uses PHP7.4. So to install all the required...

in a terminal on the Cubox type: systemctl status cops what is the output?

Ok service not started, thought so. What is the output of: find /usr/bin - name php*

My mistake. It should be find /usr/bin -name php* witout the “ “ between - and name. However, where is php or php7. It needs to be installed (not in...

@Thomas-O For Kobo COPS needs a setting in config_local.php ``` /* * use URL rewriting for downloading of ebook in HTML catalog * See Github wiki for more information *...

Copy /* * use URL rewriting for downloading of ebook in HTML catalog * See Github wiki for more information * 1 : enable * 0 : disable */ $config['cops_use_url_rewriting']...

Let us try this: in the terminal type: **sudo a2enmod rewrite** then **sudo systemctl restart apache2** does this help?

My mistake, I forgot you run cops on php, not on a web server like apache. Apache is not installed. Then my suggested commands will not work. I (quickly) tested...