At clicking on Browse button, a pop-up windows is opening and it appears "Page not Found" in it.
Then It appears that url called by the page is missing a trailing slash between the language name and the request to imce.

Typically : http://www.example.com/enimce&app=FileNode|url@edit-filenode-file is called in place of
http://www.example.com/en/imce&app=FileNode|url@edit-filenode-file

Comments

erik seifert’s picture

Is there a patch available ?

ehanuise’s picture

Change line 123 by this :
window.open('{$base_url}/imce&app=FileNode|url@edit-filenode-file', '', 'width=760, height=560');

It just adds the missing / between the base url and the IMCE call :)

A better solution would be to check fort i18n and selectively apply the / but I have no clue of how to do it.

ehanuise’s picture

Status: Active » Needs review

setting to needs review