Hi.
today i took the licence for CK Editor 1.1 and i have a problem whit my thumbs.
the physic and virtual paths are all correct cause i can upload the images, i can insert them into the content... everything works fine except the thumbs. They are all red question marks.
in my _thumbs folder i can see that subfolder are created, so no user problems, but he does not put images inside.
If i put an image inside by my self it works.
The only problem i have is when he upload the image he does not resize it and put a copy inside the _thumbs folder. Everything else works fine.
i have ASPImage 2 installed on the server.
Can somebody please help me??
today i took the licence for CK Editor 1.1 and i have a problem whit my thumbs.
the physic and virtual paths are all correct cause i can upload the images, i can insert them into the content... everything works fine except the thumbs. They are all red question marks.
in my _thumbs folder i can see that subfolder are created, so no user problems, but he does not put images inside.
If i put an image inside by my self it works.
The only problem i have is when he upload the image he does not resize it and put a copy inside the _thumbs folder. Everything else works fine.
i have ASPImage 2 installed on the server.
Can somebody please help me??
Re: CKFinder thumbnails problem in ASP
Hello
For problems related to CKFinder it's better if you use its forum: viewforum.php?f=10
Anyway, Do you get any error when you upload the files?
in your config.asp:
is correctly enabled the thumbnail creation?
And have you explicitely set, so it's not using other code?
Re: CKFinder thumbnails problem in ASP
Sorry for the wrong forum. But i was allready in some threads about the similar problem but they are all a bit different then mine. And they are not for ASP.
I have no errors when i upload an image. In the biggining it gave me an js alert like "undefined". But not any more. I dont remember anymore how i resolved it i think it was a path problem.
There is no ASP or JS error. Nothing happens, the image is uploader without creating thumbnails. And, as i sad before, the empty subfolders are created in _thumbs folder.
Yes my thumbnails were enabled:
I tries to specifie the component manualy (before it was "auto") as you showed me but the result is the same.
CKFinder still do everything but resizing and make making a copy of an image in _thumbs folder.
I dont think that a problem comes from my config.asp.
Do you have some other ideas?
Re: CKFinder thumbnails problem in ASP
Are you sure that it isn't a demo version that might have expired?
The only demo available of ASPImage is an expired component and the only way for me to test it is to change the clock of the server, and if I don't do it and force it to use it then the current implementation of CKFinder doesn't send that error back to the interface, so that might be your problem.
Try using one of the demos provided with the component to verify that it's properly installed.
What might have happened previously is that the auto detection does verify that the component isn't expired so it didn't try to use it and then it fail to find a proper component and send back a custom error, that due to a bug wasn't send to the UI and instead showed "undefined" (any custom error from asp was shown as "undefined", not only this one)
Re: CKFinder thumbnails problem in ASP
Hi
Yes, a have a demo version ASPImage 2 component. But it expires only in 1 month. I wanted to try the CKFinder and see it work before i buy that component.
But if i do something like this:
I get this result in my CMS module:

So acording to this the component is correctly installed and still not expired.
The problem is really strange.
Its very important to me to install that CKfinder cause some of our clients have a problem whit usual file browser. Some cookie problems.... cause we have a version 2.5 of FCK Editor but the file browser is still from the first version 1.7 or something like that cause we did some upgrades.
Thank you for your reponse.
Re: CKFinder thumbnails problem in ASP
I see that finally they have updated the demo available (as I said it had expired and was bad for testing), but it seems that now it is cropping the image instead of resizing it.
I'm almost sure that it did work when I tried, but I'll have to work on it again
About your problem, the only thing that I can suggest is to use firebug or fiddler in order to find out the response sent by the server when the thumbnails are generated. If your page isn't in an intranet you could send me a PM with the url and a temporary user and password so I can try to find out the problem myself.
Re: CKFinder thumbnails problem in ASP
No its impossible to acces the CKFinder cause he isnt on the production server jet. And unforcently i have no time to serch for the problem right now.
But if you find out something or repair that problem let me know.
Re: CKFinder thumbnails problem in ASP
On the other hand, checking the response sent by the server to the thumbnail commands is quite easy and surely would point out exactly what is the problem.
Re: CKFinder thumbnails problem in ASP
Thanks.