Hi,
I just setup the ckfinder and run the standalone.aspx, all photo are displayed in question mark, what is wrong in my settings?
I just setup the ckfinder and run the standalone.aspx, all photo are displayed in question mark, what is wrong in my settings?
Re: Diplay Photo Thumbnail with Question Mark
FredCK
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Diplay Photo Thumbnail with Question Mark
CKFinder is looking in the correct directories now after a bit of pain
Mike
Re: Diplay Photo Thumbnail with Question Mark
Hope that helps someone.
Re: Diplay Photo Thumbnail with Question Mark
The thumbnails are created but now shown.
I'm using the PHP version.
Re: Diplay Photo Thumbnail with Question Mark
Rian: please try solution suggested here: viewtopic.php?f=10&t=6716 and let me know whether it helped you.
We will fix this issue in the next release.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Diplay Photo Thumbnail with Question Mark
Re: Diplay Photo Thumbnail with Question Mark
same problem here:
integrated ckfinder with fckeditor both from the latest version on .NET 1.1.
the whole staff work fine on local server but on web server it fails.
/UserFiles has full permissions for IIS_WPG and ISER_PCNAME (i have full remote access on web server so i'm sure about permissions)
interestingly enough the same folder on local server lack both users and corresponding permissions but it works fine !!!
as i discovered this is sth related to creating Folders.
on web server when it is /userfiles with no folders it returns Internal Server Error (500) saying System.IO.DirectoryNotFoundException: could not find a part of the path "D:\"
on local server once i open connector/upload file the required folders are created automatically.
when i create the folders manually the initial errors fades out.
what's the solution?
Re: Diplay Photo Thumbnail with Question Mark
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Diplay Photo Thumbnail with Question Mark
Re: Diplay Photo Thumbnail with Question Mark
But CKFinder for asp.net requires asp.net 2: http://www.ckfinder.com/docs
Ar you sure that you are using Asp.Net 1.1?
Or are you using the asp integration and then asp.net just for the thumbnails?
Re: Diplay Photo Thumbnail with Question Mark
Re: Diplay Photo Thumbnail with Question Mark
Or is there any way to do that?
Re: Diplay Photo Thumbnail with Question Mark
okay!
it's .NET 1.1
Question:
what user permissions must be set for /UserFiles?
Re: Diplay Photo Thumbnail with Question Mark
One of the bugs of Asp.Net 1.1 was related to the permissions required to create a directory. It doesn't matter the permissions that you assign to the parent folder, the .net framework will check all the hierarchy .
Re: Diplay Photo Thumbnail with Question Mark
oh my gosh!!! me forgetful!
when first i got the source i immediately converted it to 1.1 to prepare it to be tested in my current projects all in 1.1. but it took some time to put it into actual work, that's why i forgot the original .NET version.
anyway, now it's in version 1.1 on my PC, fully working, with no problems at all.
problem occurs on web remote server when it fails to create corresponding folders in /UserFiles folder and the exception i mentioned before is fired when application wants reading those folders which they are not exist.
any clue/comment/idea?
Note: the deversioning of CKFinder project has minor effects on application's functionality (or at least i think so).