Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1546 closed Bug (worksforme)

Wrong connector paths

Reported by: manyakos Owned by:
Priority: Normal Milestone:
Component: File Browser Version: FCKeditor 2.5 Beta
Keywords: WorksForMe Cc:

Description

i was using beta 2.5 16848 version.. i located fckeditor directory, somewhere in server (something like "/xxx/yyy/fckeditor") after implemented my asp files, i opened editor, and i wanted to add a picture. Picture properties window opened, i pressed "browse server" button" and i got 404, i fixed somelines in fckconfig.js

FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=' + FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ;

like this.. (and changed smilar lines) before Type=Flash&Connector=../../connectors/ now Type=Flash&Connector=' + FCKConfig.BasePath + 'filemanager/connectors/

beacuse of, if it is somewhere in server, i have to use "FCKConfig.BasePath" to locate correct location... and also, "connectors" directory is in different location in this beta version..

just wanted to report to you, if there is a bug, you may correct, Oguzhan Arslan

Change History (2)

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: WorksForMe added; browse server 404 error removed
Resolution: worksforme
Status: newclosed
Summary: picture -> browse serverWrong connector paths

We have already fixed the paths for the Beta. It is working properly here, so I believe it was some specific configuration you had there, or even the browser cache playing with you.

We'll reopen this ticket if we find that this is a real issue.

comment:2 Changed 16 years ago by Giannis Gasteratos

v2.5 - Build 17352

Just to mention that I have the same problem and had to follow instructions provided from manyakos to solve the problem.

It seems to me that the relative path (../../) that is calculated does not exist.

I'm using php (v4.3.9) on Apache 2.

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