This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-2.0-beta3 |
| Component: | Compatibility with other modules |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
I've been looking around for a while and STILL can't solve this problem. I get the "This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file" error.
I set my cookie domain and here is my code for config.php
global $Config ;
// SECURITY: You must explicitly enable this "connector". (Set it to "true").
// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
// authenticated users can access this file or use some kind of session checking.
$Config['Enabled'] = true ;
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/images' ;
// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Useful if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = 'stevenpalomino.com/images' ;
require_once '../../../../../filemanager.config.php';
Am I doing something wrong? Please help me!
Steven

#1
Have you enabled it in your profile.
#2