View Single Post
Old 10-31-2017, 02:48 PM   #58
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 802
Karma: 628976
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
Quote:
Originally Posted by oren64 View Post
I tried and get an error in log file:

Code:
error 2 opening file "/mnt/onboard/content/wikipedia_en_ray_charles_2015-06.zim
The XML library file '/mnt/onboard/wikipedia/library.xml' is empty (or has only remote books).
What I did patching the FW 4.6.9995 with the patch `Allow launching browser without wifi connected`.

Install Kiwix-Serverinstallation.

Tried the file "ray charles" from here in English.

\wikipedia folder is:
\wikipedia\wikipedia_en_ray_charles_2015-06.zim
\wikipedia\library.xml
\wikipedia\index

restart, try the address 127.0.0.1, and get nothing.

What did I wrong?
Sorry for answering late, I was on a trip.
You did everything right but I guess in the path variable in library.xml there is an error.

In your library.xml there should be one entry:
path="wikipedia_en_ray_charles_2015-06.zim" indexPath="./index/wikipedia_en_ray_charles_2015-06.zim.idx"
yours is probably:
path="../content/wikipedia_en_ray_charles_2015-06.zim" indexPath="../index/wikipedia_en_ray_charles_2015-06.zim.idx"which points to a directory two levels up.

Edit:
Thanks for the browser patch, I couldn't find the function in libnickel myself.

Edit2: Guess I should change the folder structure according to the one in the kiwix zip files.

Last edited by nhedgehog; 11-01-2017 at 06:31 AM.
nhedgehog is offline   Reply With Quote