Quote:
Originally Posted by AndrewD
As far as I can tell from your site, LDM thinks that it is creating new thumbs, but somehow they are then not found.
Couple of questions:
- Does it display a thumb correctly when you add a new entry to the database (i.e. is it only the old entries which have a problem)?
- When you moved server, did you change the location of the master images from which the thumbs are generated?
My guess is that LDM can't find the master images from which it builds the thumbnail, but I may be wrong.
To get to the bottom of this, I'll need admin access to your site.
|
New or old, doesnt work unless I turn 'create oninstert' on. When I moved servers I changed the location of nothing. The thumbnail GIFs are the same name as my video files in the same directory. Remember the simple-avi-image script you wrote? Well you wrote it for me; except I modified it a few months back to work for MKV -> GIF rather than AVI -> JPG. You have admin access now. From my old server I jsut copied all the data and the database...
I did discover a weird occurance... I have my 'local_file_root_prefix' set to '/downloads'... so if I have a file setup as /file.mkv, when click on it will go to 'http://www.crookedjester.com/downloads/file.mkv' (this file doesnt actually exist, just using it as an example)... this is with 'force_redirect' set to 0. The thumbnail would be at /file.gif.
If I change my 'force_redirect' to 2, instead it will ignore the 'local_file_root_prefix' and go to 'http://www.crookedjester.com/file.mkv' instead... Could this be caused by the same issue with the thumbnails not being found?