-1

I was not able to upgrade Ckeditor 3 with Ckfinder 2 to Ckeditor 4 with Ckfinder 3.

Can anybody please to recommend me a tested stuff to learn how to do this task?

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
  • 2
    What is the error? Where is your code ? – Raptor Nov 13 '15 at 07:18
  • Could you please describe in details what doesn't work? You may find this article helpful: http://docs.cksource.com/ckfinder3-php/upgrading.html – zaak Nov 16 '15 at 06:53

1 Answers1

0

I could integrate ckeditor 4 with ckfinder 3 making the following actions: 1. in xampp\php\php.ini Line ;extension=php_fileinfo I deleted ; from the beginning of the line 2. in ckfinder/config.php I did:

functioncheckAuthentication()
{
return true;
}

In order to get buttons Text color; Background color, I downloaded Full Package for Ckeditor 4.5.5