Page 1 of 1
FCKeditor Browser Server bug
Posted: Mon Dec 04, 2006 4:27 pm
by stevesicherman
This bug has been cropping up for my users on both 1.0.2 and 0.13. You hit the "Browse Server" button in FckEditor and get a blank file listing window with the JS error:
Line: 104
Char: 2
Error: Object required
Code: 0
URL:
http://www.mydomain.com/modules/FCKedit ... elist.html
I've seen this bug mentioned a number of times, but not seen any concrete fix that works.
The error is occurring in IE6 and site is hosted on IIS.
Thanks!
Re: FCKeditor Browser Server bug
Posted: Sat Dec 09, 2006 1:20 pm
by NomadSoul
hello,
look here:
http://dev.cmsmadesimple.org/tracker/in ... 1&atid=121
But don't make all changes like wrote in first message,
just put and replace old (previous version) files
basexml.php
connector.php
in directory:
modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/connectors/php
Re: FCKeditor Browser Server bug
Posted: Wed Dec 27, 2006 7:33 pm
by Elijah Lofgren
This problem should be fixed in FCKeditorX 1.0.3

Re: FCKeditor Browser Server bug
Posted: Tue Jan 16, 2007 11:09 am
by hotze
Hi,
it seems that I have the same or similar problem ...
a customer can't display the directory when "browse server" for inserting a link to a uploaded PDF file, better: the subdirectories, in file/ .. but I have checked with 3 different ISPs and with IE and Firefox, I can access and display the subfolders.
server logs show the same result when he or I access the same pages:
Code: Select all
193.188.212.239 - - [16/Jan/2007:11:59:05 +0100] "GET /modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=/ HTTP/1.1" 302 - "http://www.lvm.at/modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/php/connector.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
193.188.212.239 - - [16/Jan/2007:11:59:05 +0100] "GET /admin/login.php HTTP/1.1" 200 1825 "http://www.lvm.at/modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/php/connector.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
When directly calling
http://www.lvm.at/modules/FCKeditorX/FC ... nector.php he can access and see the subfolders ....
I also changed the 2 files mentioned above, no results.
Is there something to be changed to make it work?
Thanks,
Martin
Re: FCKeditor Browser Server bug
Posted: Wed Jan 17, 2007 12:35 am
by Elijah Lofgren
hotze wrote:
Hi,
it seems that I have the same or similar problem ...
a customer can't display the directory when "browse server" for inserting a link to a uploaded PDF file, better: the subdirectories, in file/ .. but I have checked with 3 different ISPs and with IE and Firefox, I can access and display the subfolders.
server logs show the same result when he or I access the same pages:
Code: Select all
193.188.212.239 - - [16/Jan/2007:11:59:05 +0100] "GET /modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=/ HTTP/1.1" 302 - "http://www.lvm.at/modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/php/connector.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
193.188.212.239 - - [16/Jan/2007:11:59:05 +0100] "GET /admin/login.php HTTP/1.1" 200 1825 "http://www.lvm.at/modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/php/connector.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
When directly calling
http://www.lvm.at/modules/FCKeditorX/FC ... nector.php he can access and see the subfolders ....
I also changed the 2 files mentioned above, no results.
Is there something to be changed to make it work?
Thanks,
Martin
It seems that the login check in connectors/php/connector.php is not working and it is redirecting to login.
Does it work in FireFox?
Re: FCKeditor Browser Server bug
Posted: Wed Jan 17, 2007 1:16 pm
by hotze
Elijah Lofgren wrote:
It seems that the login check in connectors/php/connector.php is not working and it is redirecting to login.
Does it work in FireFox?
It works borth in IE and Firefox, but it doesn't work at my customers machine with IE.
Might this be a problem of a proxy/firewall? The customers has rather tight security restrictions (well, but it worked before - without any changes to the machine or CMSMS). I've seen it myself working just fine.
martin