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

Comments

Jorrit’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Have you enabled it in your profile.

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)