I was doing clean cutenews 2.0 install and added ckfinder plugin - so here's result :
If I delete or comment out these lines from cdata/plugins/ckfinder.php those lines, then ckeditor works, but have no ckfinder (of course):
$add_opt['filebrowserBrowseUrl'] = $http_dir . "/ckfinder/ckfinder.html";
$add_opt['filebrowserImageBrowseUrl'] = $http_dir . "/ckfinder/ckfinder.html?type=Images";
$add_opt['filebrowserFlashBrowseUrl'] = $http_dir . "/ckfinder/ckfinder.html?type=Flash";
$add_opt['filebrowserUploadUrl'] = $http_dir . "/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files";
$add_opt['filebrowserImageUploadUrl'] = $http_dir . "/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files";
$add_opt['filebrowserFlashUploadUrl'] = $http_dir . "/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash";
I have set all permissions correctly, is there anything more I should do/know