View Single Post
Old 03-31-2012, 09:46 PM   #220
Azrhei
Member
Azrhei began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2012
Device: Kindle
Quote:
Originally Posted by chaley View Post
In most of the cases where we have seen something like this before it has been caused by the web server configuration not passing the extra information after index.php.

What web server are you using? Is PHP a module in that web server, or are you using some sort of CGI setup? Does the web server have permissions *all the way* from the root to the book?

You mention Windows path names: does the case of the letters match? There can be no end of trouble moving windows libraries to linux, because windows is very happy to use "author" while the folder is named "Author". Linux doesn't like this at all.

I also note that the title in the URL does not match the title in the file system. The link is missing the "Author -" in front of "Some Book Title". This is strange, because it indicates that the info in metadata.db does not match the info in the file system.
File names are correct and unchanged from what Calibre set them, I mis-typed them in the post (I didn't C/P). All files are accessible to the web (I can download them directly if I just type the exact path rather than using the script mock path)

I'm gonna start going through the code myself and adding the necessary error handling and some debug code to see if I can improve it. I will keep you posted.

Oh, It's Linux PHP (module).
Azrhei is offline   Reply With Quote