Hiya!
I user CKFinder under a server that has strict security provisions, as compared to 99% of the servers I work on.
So what the users do is use FTP to upload all files, and then CKEditor and CKFinder to link up files to text and whatnot as per usual.
Now the issue is that CKFinder throws all kinds of errors in the php error logs since there are no thumbnails for any of the manually uploaded files. They have around 800 files uploaded, and growing.
Is there a way to have CKFinder not display the thumbnails and just have text links or something similar?
I user CKFinder under a server that has strict security provisions, as compared to 99% of the servers I work on.
So what the users do is use FTP to upload all files, and then CKEditor and CKFinder to link up files to text and whatnot as per usual.
Now the issue is that CKFinder throws all kinds of errors in the php error logs since there are no thumbnails for any of the manually uploaded files. They have around 800 files uploaded, and growing.
Is there a way to have CKFinder not display the thumbnails and just have text links or something similar?
Re: Not showing thumbnails
I put that to false to see if it would work (or wreck havoc)... and to my delight it did what I needed.
I guess that there are default thumbnail images that CKFinder uses in some situations.
This is one of those!
I opened up CKFinder, check the error logs, no new errors.
Horray!
Re: Not showing thumbnails
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Not showing thumbnails
I have since deleted the error logs and cleared them off the server because they were rather large.
I can tell you what was happening:
Any files that were uploaded manually through FTP (95% of the files) did not have any thumbnails at all, not even default. These files would throw error like getimagesize and other image-related errors.
I apologize for not being very specific, but using the solution I typed above alleviated all the issues.