Responsive file manager does not show all images

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
amarant
Forum Members
Forum Members
Posts: 32
Joined: Thu Mar 28, 2013 10:40 am

Responsive file manager does not show all images

Post by amarant »

Responsive file manager on the server does not show all images in the image containers.
All the image containers are there but most of them without an image shown.
I can open the images in view.
On the local website (xammp) they show up Ok.
In the .htaccess the RedirectMatch 403 etc. modified according the module help.

Does anyone know what causes this problem and how i can solve this.

In the Firefox Webinspector i see in the div class="img-container":
For a shown image:

Code: Select all

<img class="original lazy-loaded" data-original="../../../../uploads/images/Bep/nieuws/thumb_Valkjongen.jpg" src="../../../../uploads/images/Bep/nieuws/thumb_Valkjongen.jpg" style="display: inline;">
The size of this lazy loaded image appears to be 96 x 76 px which fits in the immage container.
The imge containers are 122 x 91 px

For a not shown image:

Code: Select all

<img class=" lazy-loaded" data-original="../../../../tmp/thumbs/images/Bep/nieuws/Valkinvlucht.jpg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC">
The size of the image 322 x 307 px which exceeds the size of the image container.
All the not shown images exceed the image container size in height and/or width.

Code: Select all

Request header:
GET /tmp/thumbs/images/Bep/nieuws/Valkinvlucht.jpg HTTP/1.1
Host: http://www.dervv.nl
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Accept: */*
Accept-Language: nl,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Referer: http://www.dervv.nl/modules/TinyMCE/responsive_filemanager/filemanager/dialog.php?type=1&descending=false&lang=en&akey=dbe37786e4f82f11bdebd053d36ad7ee
Cookie: CMSSESSID[removed]=[removed]; _sk_=987cf9a004fff472; cms_admin_user_id=1; cms_passhash=[removed]
DNT: 1
Connection: keep-alive

Response header:
HTTP/1.1 403 Forbidden
Date: Mon, 03 Oct 2016 13:43:48 GMT
Server: Apache
Accept-Ranges: bytes
Keep-Alive: timeout=1, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Last edited by velden on Mon Oct 03, 2016 3:56 pm, edited 1 time in total.
Reason: removed potentially sensitive data and added code blocks
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Responsive file manager does not show all images

Post by Rolf »

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
amarant
Forum Members
Forum Members
Posts: 32
Joined: Thu Mar 28, 2013 10:40 am

SOLVED Re: Responsive file manager does not show all images

Post by amarant »

This worked after allso deleting ../../../../tmp/thumbs.

Thank You
Post Reply

Return to “The Lounge”