Hi, sorry for my english, but i'm spanish so...
First of all congratulations for this editor. Our company is seriously thinking to buy an OEM edition but firs we must be sure the editor it's ok for our server.
We're getting Thumbnails errors . Everything goes ok less the thumbnail creation. Even once you click on the "?" symbol than appears instead of the thumbnail, the uploaded photo is displayed on the pop-up. Folders and subfolders creates ok as well. So we don't really understand the problem. AspImage component is ok installed on the server, in fact we have made some test on it with demo pages type:
<% Set ASPImg = Server.CreateObject("AspImage.Image")
response.write("Version: "&ASPImg.version&"<br>")
response.write("Expiration: "&ASPImg.expires&"<br>") %>
The result is that no is a demo component, so it's already bought.
We don't get any javascript or html errors.
The config.asp thumbnails partt is like:
baseUrl = "/ckfinder/userfiles/"
baseDir = server.MapPath(baseUrl) & "\"
Set Thumbnails = server.CreateObject("Scripting.Dictionary")
Thumbnails.Add "url", baseUrl & "_thumbs"
Thumbnails.Add "directory", baseDir & "_thumbs"
Thumbnails.Add "enabled", true
Thumbnails.Add "maxWidth", 100
Thumbnails.Add "maxHeight", 100
Thumbnails.Add "quality", 80
Set Images = server.CreateObject("Scripting.Dictionary")
Images.Add "maxWidth", 1600
Images.Add "maxHeight", 1200
Images.Add "quality", 80
Images.Add "component", "AspImage.Image"
CKFinder_Config.Add "Thumbnails", Thumbnails
CKFinder_Config.Add "Images", Images
We haven't touched any other file in the ckfinder forlder..
All our probles the "?" symbol in thumbnails and of course no thumbnails created.
Thanks in advance for any possible response to this problem.
First of all congratulations for this editor. Our company is seriously thinking to buy an OEM edition but firs we must be sure the editor it's ok for our server.
We're getting Thumbnails errors . Everything goes ok less the thumbnail creation. Even once you click on the "?" symbol than appears instead of the thumbnail, the uploaded photo is displayed on the pop-up. Folders and subfolders creates ok as well. So we don't really understand the problem. AspImage component is ok installed on the server, in fact we have made some test on it with demo pages type:
<% Set ASPImg = Server.CreateObject("AspImage.Image")
response.write("Version: "&ASPImg.version&"<br>")
response.write("Expiration: "&ASPImg.expires&"<br>") %>
The result is that no is a demo component, so it's already bought.
We don't get any javascript or html errors.
The config.asp thumbnails partt is like:
baseUrl = "/ckfinder/userfiles/"
baseDir = server.MapPath(baseUrl) & "\"
Set Thumbnails = server.CreateObject("Scripting.Dictionary")
Thumbnails.Add "url", baseUrl & "_thumbs"
Thumbnails.Add "directory", baseDir & "_thumbs"
Thumbnails.Add "enabled", true
Thumbnails.Add "maxWidth", 100
Thumbnails.Add "maxHeight", 100
Thumbnails.Add "quality", 80
Set Images = server.CreateObject("Scripting.Dictionary")
Images.Add "maxWidth", 1600
Images.Add "maxHeight", 1200
Images.Add "quality", 80
Images.Add "component", "AspImage.Image"
CKFinder_Config.Add "Thumbnails", Thumbnails
CKFinder_Config.Add "Images", Images
We haven't touched any other file in the ckfinder forlder..
All our probles the "?" symbol in thumbnails and of course no thumbnails created.
Thanks in advance for any possible response to this problem.
Re: Thumbnail Problem in ASP with AspImage
I hope that you don't mind if I reply in English, but this is an international forum and the answer can be useful to other people. But if you prefer to talk in Spanish there's no problem.
I guess that some error is happening at the server, but the problem is that the thumbnail doesn't show the error so we must do some extra work to get that info.
Try to follow these steps:
Re: Thumbnail Problem in ASP with AspImage
Hi Alfonson. Thanks for your reply.
I have just turned the debug mode to true and i'm getting this:
If you could have a look to the url,.. http://www.granlatina.com/ckfinder/_samples/js/standalone.html
It's very strange so the error numbre is "0".
Any suggestion would be appreciate.
Thanks again
Re: Thumbnail Problem in ASP with AspImage
You can send me a personal message if you don't want to provide a public URL.
Remember that the steps that I've mentioned are: first load CKFinder, then change the config file and finally press the upload button, that way you will see just the messages related to the upload, and nothing else.
Image Resize - out of the box?
Hi,
I think I'm missing something really obvious here.
I;m using CKFinder in a server, with gdlib installed, and jpg and png enabled within the gdlib library. The directories are writeable by the apache user (as the uploaded image is appearing ok). The thumbnails directory is also writeable. The config.php file has been left with the default - include_once "plugins/imageresize/plugin.php"; It also has the three default $config['plugin_imageresize'] sizes set in the same file.
The problem is, nothing is resizing! If I right click an image in the CKFinder window there's not even a "Resize" option which suggests something isn't loading this plugin. Do I need to input any further settings? When I upload an image, the new file doesn't exist - the documentation doesn't say (so far as I can see) about any further settings.
I tried to add the line config.extraPlugins = 'imageresize'; into the config.js but this caused the whole thing to fall over.
Please might someone be able to let me know what I'm missing?
Please note, I am using the most recent version of CKFinder, and I'm currently testing in Demo mode.
Sam
PS) Apologies for the error with this post clearly being in the wrong thread. I can't see how to delete it or move it, though.