Here's what I'm using:

Drupal 6.8
FCKEditor module v1.2.2.2
FCKEditor v2.6.3

When I click on the fckeditor image button, it brings up the image dialog box with a 'browse server' button. This button works fine if I am accessing the site through http://example.com but not if I am using http://www.example.com.

I have the cookie domain set for 'example.com' in my settings.php file. I've tried setting it to 'www.example.com' but that didn't do anything.

I've edited /fckeditor/fckeditor/editor/filemanager/connectors/php/config.php to set the file browser enabled = true.

Any ideas on how to fix this?

Comments

timrivett’s picture

Is it getting blocked by your pop-up blocker?

thelanyard’s picture

Nope. And it works if I don't use the www. before the domain.

timrivett’s picture

OK, replicated the problem.
In FCKeditor profile setup, under file browser settings, you need to enable either Basic or advanced file mangement when accessing from each URL.

This appears to be something to do with the latest version of the Editor.