Opened 17 years ago

Closed 16 years ago

#664 closed Bug (worksforme)

Error in image upload

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: Server : ColdFusion Version:
Keywords: SF Pending Cc: tonicox@…, jtbasics@…

Description

Image uploader does not work in ColdFusion.

I updated the connectors in fckconfig.js. I created an application.userFilesPath variable. But the image uploader still does not work. The browser appears to be working (to upload the file), but the popup does not refresh with the new image in the list, and it still says "Upload in progress, please wait..." after the browser is "Done" working.

I get the following javascript error:

Error: this.DOMDocument has no properties Source File: http://www.mydomain.com/fckeditor/editor/filemanager/browser/default/js/fck xml.js Line: 99

The path I specified does not have the image in it that I attempted to upload. I have also tried manually moving image files into this directory and the image browser does not see the files there either.

I am running CFMX 6 on Linux RedHat. I have tried Firefox, IE and Netscape browsers; none work.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1225671&group_id=75348&atid=543653

Change History (3)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to anonymous

This is the same as bug 1240689


Moved from SF. Original poster: Anonymous

Soy un usuario novel de Mambo, pero algo he aprendido estos días. Uno de los mayores problemas que se me ha presentado es conseguir insertar imágenes en un artículo como autor, y no desde el panel de administración. Lo he logrado, después de muchos esfuerzos. La clave está en la carpeta

/mambots/editors/fckeditor/editor/filemanager/browser

En vez de utilizar /mcpuk hay que colocar /default, configurando el archivo fckconfig.js en la línea

FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 
'filemanager/browser/default/browser.html?
Connector=connectors/php/connector.php'

La carpeta /default la encontré al bajarme el editor FCKeditor para PHP.

I am a user Nobel of Mambo, but something I have learned these days. One of the greater problems than has appeared is to be able to me to insert images in an article like author, and not from the administration panel. I have obtained it, after many efforts. The key is in the folder

/mambots/editors/fckeditor/editor/filemanager/browser

Instead of using /mcpuk it is necessary to place /default, forming the file fckconfig.js in the line

FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 
"filemanager/browser/default/browser.html? 
Connector=connectors/php/connector.php"

The /default folder I found when lowering to me FCKeditor publisher for PHP.

My site in

http://www.filotron.com/component/option,com_wrapper/Itemid,88/


Moved from SF. Original poster: tonicox

If I ignore the error and hit the F5 key it seems to work. My file shows in the list and I can use it. Running XP Pro and IE


Moved from SF. Original poster: jtbasics

comment:2 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralServer : ColdFusion
Keywords: Pending added

Could you please try the nightly build?

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: worksforme
Status: newclosed

Expired

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy