When I'm browsing to my sub folders I can't see all my thumbnails and need to press many times the refresh button to show all of them.
This is happening in the current version as well in the previous one.
Is there a fix for it?
I have attached an example.
Thanks
This is happening in the current version as well in the previous one.
Is there a fix for it?
I have attached an example.
Thanks
Re: Thumbnails doesn't showing up --> bug
Thanks
Re: Thumbnails doesn't showing up --> bug
try to delete all thumbnails from directory/subdirectory you have problems (you can move them to have a backup). Then try to refresh CKFinder it should recreate all thumbnails.
Re: Thumbnails doesn't showing up --> bug
Re: Thumbnails doesn't showing up --> bug
Is there a way to debug this thing?
Thanks
Re: Thumbnails doesn't showing up --> bug
Re: Thumbnails doesn't showing up --> bug
The running PHP is 5.2.12 with following modules:
./configure' '--prefix=/usr/local/php5' '--enable-force-cgi-redirect' '--enable-fastcgi' '--with-config-file-path=/usr/local/etc/php5/cgi' '--with-curl=/usr/local/lib' '--with-gd' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=/usr' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--enable-zip' '--enable-gd-native-ttf' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-mbstring'
Zlib as you can see above is enabled.
Any suggestions?
Thanks a lot
Re: Thumbnails doesn't showing up --> bug
please write me on which browser do you have this issue ?
Re: Thumbnails doesn't showing up --> bug
No matter what browser I use I have the same problem. Tried with Chrome and Firefox and my client with Internet Explorer too. All of them on latest stable version.
Re: Thumbnails doesn't showing up --> bug
can you try set $config['Thumbnails']['directAccess'] option to true and check if this helps ?
Re: Thumbnails doesn't showing up --> bug
Under config.php there isn't such a thing.
Please provide the full syntax and the file that you want me to try.
Thanks a lot
Re: Thumbnails doesn't showing up --> bug
sorry of course config.php file. Search for $config['Thumbnails'] and there is something like 'directAccess' => false,
Re: Thumbnails doesn't showing up --> bug
Re: Thumbnails doesn't showing up --> bug
Re: Thumbnails doesn't showing up --> bug
Re: Thumbnails doesn't showing up --> bug
I have no more idea what happen in your situation. Maybe it's something with your server response time.
Images are displayed with css use , so maybe browser stop loading page before server response to slow.
Re: Thumbnails doesn't showing up --> bug
I finally figure out what was causing this...it was the mod_security rules. I will need to debug them to find which one is causing the error.
Do I need to swap back to config.php the directaccess setting?
Thanks
Re: Thumbnails doesn't showing up --> bug
Re: Thumbnails doesn't showing up --> bug
Make sure EnableSendfile and EnableMMAP are set to 'off' by setting the following:
EnableSendfile off
EnableMMAP off