Opened 17 years ago

Closed 16 years ago

#702 closed Bug (worksforme)

ColdFusion: not changing default "UserFiles" settings

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: Server : ColdFusion Version: FCKeditor 2.6 Beta
Keywords: SF Pending WorksForMe Cc:

Description

Hi all,

I have the following problem with FCKeditor running on Mac OS X / apache when using the editor with Firefox: (I'm using the coldfusion connector)

When choosing to insert an image and afterwards "browse server" I always get an empty page. When I want to create a folder or upload an image, it does do the action, but nothing changes in the server browse wndow.

Serverwise, everything seems ok. All the folders are created and images are uploaded, but they don't apear in the browser window.

I also can't change the default setting of the Userfiles folder. When I define another one, nothing happens and the default destination is still used.

After clearing cache, changing paths etc. nothing happens.

What could cause this?

Thanks for the help.

Peter


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

Change History (7)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to anonymous

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

Component: GeneralServer : ColdFusion
Keywords: Pending added

Is there any more info about how to reproduce the problem? Does it exist with the current version?

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

Resolution: worksforme
Status: newclosed

Expired

comment:4 Changed 16 years ago by Mark Jones

Resolution: worksforme
Status: closedreopened

I had this problem in 2.5 beta as well; I would define application.FCKeditor.UserFilesPath and nothing would change.

The problem was because the config.cfm file builds all the various paths based on the default UserFilesPath and then integrates the overrides from applciation.FCKeditor. It never re-creates the individual paths. To get around this, I had to specify each of them manually in my config object. For example:

application.FCKeditor.UserFilesPath = "/www/mark/FCK_SETUP/UserFiles/" ; application.FCKeditor.FileTypesPathFile? = Config.UserFilesPath & 'file/' ;

...

comment:5 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Pending removed

comment:6 Changed 16 years ago by Wojciech Olchawa

Keywords: Pending WorksForMe added
Version: FCKeditor 2.6 Beta

Hi

I wasn't able to reproduce your bug using 2.6 beta but on Windows. Could you please check if the bug still occurs on MAC OS?

Thanks in advance

comment:7 Changed 16 years ago by Wojciech Olchawa

Resolution: worksforme
Status: reopenedclosed

Ticket 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