﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1546	Wrong connector paths	manyakos		"
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"	Bug	closed	Normal		File Browser	FCKeditor 2.5 Beta	worksforme	WorksForMe	
