Posted by ShaunPatrick on February 10, 2009 at 10:35pm
Jump to:
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
This connector is disabled. Pleas check the "editor/filemanager/connectors/php/config.php" file
Any ideas?
Comments
#1
add
$cookie_domain = 'your.domain.here';
in your /sites/default/settings.php file
as it is written in README.
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
I'm facing the same problem here. I added the line in settings.php and set the connector to "enabled".
#5
Just like forschi, I've been struggling for 2 days having same message
This connector is disabled. Pleas check the "editor/filemanager/connectors/php/config.php" file
Following README.txt instructions:
1) I enabled in the
/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php file
with the line in the config file: $Config['Enabled'] = true ;
2) I added
require_once "../../../../../filemanager.config.php";
straight below this line:
$Config['UserFilesAbsolutePath'] = '' ;
Finally, in my Drupal site settings file, I couldn't enable the cookie domain and set it to something useful (like my domain) as read only file. I did it on file default.setting.php.
Thank you for your help/suggestions!
#6
Make the file writable and then make the change. Changing the default settings file has no effect at all.
#7
Hi, folk
This is 100% pure solution.
I have been using the drupal 6.13 and I have just installed the Fck editor. I wanted to have the file uploaded facility enabled so I configured it accordingly.But then when I tried to upload an image then it said me "This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php".
But when I read that $cookie_domain = 'your.domain.here'; is the solution so it worked like a charm.
Thanks again.
Cheers.
Sachin Pethani
www.letsnurture.co.cc