Установил fckeditor и IMCE.
В отчете о состоянии вышла ошибка: You are using a feature that requires $cookie_domain to be set, but it is not set in your settings.php (either built-in filebrowser or quick uploads are enabled in the Advanced profile).
После этого я в файле settings.php вместо строчки:
# $cookie_domain = '.artrudenko.ru';
написал:
$cookie_domain = '.artrudenko.ru';
Но после этого я больше не мог заходить вобще в панель администратора. Пришлось опять добавлять №.
Я опять смог о зайти в панель администратора, но ошибка по-прежнему осталась (та, что вначале описывалась).
Комментарии
Пришлось опять добавлять #, я хотел написать.
Все, разобрался. Тем закрыта.
а написать как разобрался не судьба?
Если вылазит ошибка:
You are using a feature that requires manual integration into config.php
(either built-in filebrowser or quick uploads are enabled in the Advanced profile).
Read instructions about enabling built-in file browser and add "require_once ..."
statement in editor/filemanager/connectors/php/config.php.
в файле sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php
после:
$Config['UserFilesAbsolutePath'] = '' ;
вписать строку:
require_once '../../../../../filemanager.config.php';