hello,
CKFinder was previously in
/www.mysite_1.com/drupal/sites/all/modules/ckeditor/ckfinder/
and everything was perfectly working
and the transfert has been done toward :
/www.mysite_2.com/sites/all/modules/ckeditor/ckfinder/
so, i did change config php :
from
to
but i get the message (translated from french):
what are the other changes to do ?
CKFinder was previously in
/www.mysite_1.com/drupal/sites/all/modules/ckeditor/ckfinder/
and everything was perfectly working
and the transfert has been done toward :
/www.mysite_2.com/sites/all/modules/ckeditor/ckfinder/
so, i did change config php :
from
$baseUrl = '/www.mysite_1.com/drupal/sites/default/files/';
to
$baseUrl = '/www.mysite_2.com/sites/default/files/';i also change chmod on my different directories
but i get the message (translated from french):
files gestion is not activated /.../ check the configuration file of CKFinder
what are the other changes to do ?
Re: configuration after changing web adress and directory
it is a drupal's "problem"
in settings.php,
has to be uncommented and modified
(CKEditor also needs that modification)