Skip to content
Advertisement

Ckeditor 5 file uploading adapter error

I’m using ckeditor classic 5, and i’m trying to upload images in it. I downloaded php lib Ckfinder3 php connector, set config.

When i’m trying to load image i have a massage: Cannot upload file *filename*.

Interesting moment, that they are fisically loaded on server: i can view it in directory, that set in my config file and this files are correct:

JavaScript

The next step i’m check permission and groups: it’s www-data 0777.

What can be a reason? Can you give some advice or solution?

Thanks!

UPD: init function

JavaScript

php config:

JavaScript

Advertisement

Answer

Finally i got it!

The connector path is valid. The problem was in cache folder’s permisson in laravel. Be glad if it helps you.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement