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!
FCKeditor Browser Server bug
Re: FCKeditor Browser Server bug
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
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
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: FCKeditor Browser Server bug
This problem should be fixed in FCKeditorX 1.0.3 

Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 

Re: FCKeditor Browser Server bug
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:
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 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)"
I also changed the 2 files mentioned above, no results.
Is there something to be changed to make it work?
Thanks,
Martin
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: FCKeditor Browser Server bug
It seems that the login check in connectors/php/connector.php is not working and it is redirecting to login.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:
When directly calling http://www.lvm.at/modules/FCKeditorX/FC ... nector.php he can access and see the subfolders ....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)"
I also changed the 2 files mentioned above, no results.
Is there something to be changed to make it work?
Thanks,
Martin
Does it work in FireFox?
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 

Re: FCKeditor Browser Server bug
It works borth in IE and Firefox, but it doesn't work at my customers machine with IE.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?
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