Volumes/Data/Backup/iBook/Shared/Trash/marioc.jpg
Volumes/Data/Backup/iBook/Shared/Trash/marioc.jpg
@jvanderzande Nice fix, however it does not work for me :( line: `exec($sqlite3pgm.' '.$dbfilename.' -cmd ".output '.$dumpfile.'" .dump', $out, $retval);` gives me an error: `/usr/bin/sqlite3: Error: too many options: ".output...
@jvanderzande On a Tonidoplug2 with Debian Squeeze and php 5.3: ``` root@TonidoPlug2:/var/www/tmp# sqlite3 -version 3.7.3 root@TonidoPlug2:/var/www/tmp# root@TonidoPlug2:/var/www/tmp# sqlite3 metadata.db -cmd ".output ./test.dump" .dump sqlite3: Error: too many options: ".output ./test.dump"...
sqlite3 metadata.db .dump > ./test.dump Works! Thank you. However, I use cops with multiple libraries (I get a database error in checkconfig.php).
No need for me. I had not used that device in months, and then only for testing. It’s more that I like to know how things work or not work...
NIce addition! It now runs out of the box with the unsupported sqlite3.
To me this looks like issue #477 To fix this you can do either of 2 things: 1 - install COPS from [https://github.com/seblucas/cops/releases/tag/1.1.3](url) 2 - install COPS from source with...
A grey screen is usually caused by an error in the settings in config_local.php please post your config_local.php NB: edit out your domain name and external IP from your post...
Your config_local.php file should start with:
That looks correct. you could try the absolute path to the calibre library http://........../cops/checkconfig.php gives no error?
Did you install a release zip or git pull? use the zip. php 7.4 should work. Just for testing: Either install the calibre library in ../cops ( and adjust config_local.php...