Galera, to querendo usa o editor de texto do FCKeditor num sistema da empresa, mas to tendo dificuldade pra inserir a imagem com upload. Quando eu tento inserir uma imagem do meu computador da essa msg: "This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file"
Dai procurei como configurar o config.php e ele fico assim:
// 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'] = '/imagens/';
// 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'] = '';
// Due to security issues with Apache modules, it is recommended to leave the
// following setting enabled.
$Config['ForceSingleExtension'] = true;
// Perform additional checks for image files.
// If set to true, validate image size (using getimagesize).
$Config['SecureImageUploads'] = true;
// What the user can do with this connector.
$Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateFolder');
// Allowed Resource Types.
$Config['ConfigAllowedTypes'] = array('File', 'Image', 'Flash', 'Media');
// For security, HTML is allowed in the first Kb of data for files having the
// following extensions only.
$Config['HtmlExtensions'] = array("html", "htm", "xml", "xsd", "txt", "js");
// After file is uploaded, sometimes it is required to change its permissions
// so that it was possible to access it at the later time.
// If possible, it is recommended to set more restrictive permissions, like 0755.
// Set to 0 to disable this feature.
// Note: not needed on Windows-based servers.
$Config['ChmodOnUpload'] = 0777;
// See comments above.
// Used when creating folders that does not exist.
$Config['ChmodOnFolderCreate'] = 0777;
Mas ainda da o problema.
alguém ai já passo por isso e resolveu, ou sabe como resolver ??
Pergunta
chamuska
Galera, to querendo usa o editor de texto do FCKeditor num sistema da empresa, mas to tendo dificuldade pra inserir a imagem com upload. Quando eu tento inserir uma imagem do meu computador da essa msg: "This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file"
Dai procurei como configurar o config.php e ele fico assim:
Mas ainda da o problema.
alguém ai já passo por isso e resolveu, ou sabe como resolver ??
Já to a 2 dias sem sucesso nisso :(
Valeu.
Link para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.