fckeditor.module version 6.x-1.3-rc1, line 819 should read:

$element['#suffix'] .= $js_id .".Config['LinkBrowserURL']= '". $host ."?q=imce&app=FCKEditor|url@txtLnkUrl';\n";

not

$element['#suffix'] .= $js_id .".Config['LinkBrowserURL']= '". $host ."?q=imce&app=FCKEditor|url@txtUrl';\n";

Credit goes to a friend for finding this.

Comments

wwalc’s picture

Can't check it at this moment, but please take a look whether we are talking about the same thing: #289205: IMCE integration issue (url@txtUrl/txtLnkUrl).
(check out the attached patches).

Jorrit’s picture

wwalc is right. What we could to to fix it in the meantime is to not use IMCE for the link browser at all, but keep the built-in browser for link browsing even when IMCE is selected.

wwalc’s picture

Status: Needs review » Closed (duplicate)