Needs review
Project:
File Node
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2009 at 10:11 UTC
Updated:
9 Feb 2011 at 14:47 UTC
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
Comment #1
erik seifert commentedIs there a patch available ?
Comment #2
ehanuise commentedChange 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.
Comment #3
ehanuise commentedsetting to needs review