-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] since version 1.2.2, images are not displayed in the gallery or when the link is hovered #51
Comments
Hey, Could you have a check in the web inspector? I'd take a look in the network tab while the images are supposed to load (either in the gallery or when hovering) to see if there are any errors reported there. I would also inspect the Double slashes usually shouldn't happen, and if they do, the URL should still work... Do you also have any configuration options set by any chance? |
No I haven't change anything in options
|
Hmm, strange, never seen that happen before. You don't have any addons or userscript that could interfere with it I assume? Do you run it on Linux or something else? |
oh.. maybe I'll look in usercripts and addons. |
Is the server running on Windows, though? If so, I may have to run some tests on Windows myself to see if there are any issues with it, but I don't have time for that at the moment as it would require some setting up. I think most people just use it on Linux, and I've personally only tested it on Linux, so I don't know whether or not that are any strange path differentiations within PHP when dealing with Windows compared to Linux, as that could be an issue, I really don't know... Wouldn't really make sense either way if it worked a version or two ago, though, as I haven't really changed that much since then. Only thing I can think of is enabling debugging to see if you get any messages there, or visiting the broken URLs to see if you see anything interesting there, either on the client-side or through the server logs... oh, and trying it in a different browser, of course, to see if the same thing happens there. |
sorry , quite busy but I'll tell you if any things appears or change . |
about IVFi-PHP
everything worked without problem until version 1.2.1 but since (V1.2.2 or V1.2.3) then the images no longer appear in galleries or when the link is hovered
And I can't figure what to correct in indexer.php
I noticed a 'double slash' is generated in the links as the folders are opened, and always before the last part of the url
like in this ex.
localhost/files/FDP // FDP250/
localhost/files/FDP/FDP250 // img29.jpg
The text was updated successfully, but these errors were encountered: