Regarding LDM 2.2.1:
Quote:
Originally Posted by AndrewD
Just to be clear on this:
a) In this situation, the LDM code uses an internal VB function construct_full_url() to produce a full url. That uses the value of $_SERVER['HTTP_HOST'] or similar, depending on server, to build the url.
|
.
Quote:
Originally Posted by AndrewD
b) The ../dir syntax is not valid for the thumbs_dir directory. (In fact, it is only valid in LDM for local_file_root_prefix and upload_dir and only when local_file_root is set to 1)
|
Maybe to put some validation in the settings dialog to get rid of this problem?
Quote:
Originally Posted by AndrewD
c) The strange problem - thumbnail displaying with Opera and not with IE - was probably not a browser issue. LDM creates different urls for the thumbnail, depending on whether it thinks it has cached the file or not. Before it has cached it, the url points to the thumbnail generator script.
|
Spooky that the IE/Opera problem remains 100% reproducable in 2.2.1 even with setting:
Thumbs space = "/thumbs"
The thumbnails will not load in IE 6.0.
Tried flushing caches and all.
Can this have something to do with file name, (
URL base name), generation for the thumbs?
Quote:
Originally Posted by AndrewD
d) You can always make this work (at least when I've uploaded a fix to someone else's problem...) by turning off thumbs_dir
|
Setting:
Thumbs space = ""
..and thereafter doing "Rebuild thumbs",
(http://www.teflon.net/forum/local_links_admin.php?action=doadmin&dothumbs=1), will make the problems go away.
If not rebuilding thumbs, the problem remains randomly for some of the pictures.
And even after clearing Thumbs space and rebuilding thumbs, there will still be remnant files in the thumbs directory.
Can this have something to do with file name generation for the thumbs and validating of cached thumbs?