ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.59k stars 3.7k forks source link

Invalid licence key #11234

Closed YagorlitskiyVyacheslav closed 8 months ago

YagorlitskiyVyacheslav commented 2 years ago

I built my build of ckeditor via online builder and I don't use any paid features, but on dev server I get the error 'Uncaught CKEditorError: invalid-license-key' I'm attaching my build below. ckeditor5-32.0.0-mot9g3803wv2.zip

FilipTokarski commented 2 years ago

Hi, the editor you attached works fine for me and there are no license key errors. Did you try hard reloading the page to make sure it's not some random browser cache issue?

YagorlitskiyVyacheslav commented 2 years ago

Yes, I tried to reload the page. When I work locally with this build, everything is ok, but when I upload the project with the build to the server, it requires a key

YagorlitskiyVyacheslav commented 2 years ago

We would like to use the feature with comments in the future, but now we do not need it, the editor still requires a license on the dev server. If we can't fix it, we'll have to abandon your editor

FilipTokarski commented 2 years ago

I'm sorry to hear that, but I'm really not able to reproduce this error with the description you provided. It doesn't seem like the error in the editor itself, because the one you sent doesn't even have any plugins that require license key.

I'd also like to mention that comments is a commercial feature and this issue tracker is mainly for the purpose of the open source part of the project. If you are using our trial offer or are considering purchasing a license, we really encourage to use our dedicated support channel in case of any problems. Our support team will analyse the report and get back to you as soon as possible (please remember to provide details about the editor you use and precise steps to reproduce the issue).

pascalbeynel commented 1 year ago

Got this problem too. Updating a symfony projet from PHP7 to PHP8 give me this error (friendsofsymfony/ckeditor-bundle version 2.2 to version 2.4).

Gumbraise commented 1 year ago

Got this problem too. Updating a symfony projet from PHP7 to PHP8 give me this error (friendsofsymfony/ckeditor-bundle version 2.2 to version 2.4).

I found this patch

pascalbeynel commented 1 year ago

Got this problem too. Updating a symfony projet from PHP7 to PHP8 give me this error (friendsofsymfony/ckeditor-bundle version 2.2 to version 2.4).

I found this patch

Thanks ;-)

paulalbertdev commented 1 year ago

Reverting to 4.22.1 seems to solve the issue https://github.com/sonata-project/SonataFormatterBundle/issues/768

tuckerww commented 1 year ago

Probably obvious, but to set that specific version in package.json:

"ckeditor4": "4.22.1",

Witoso commented 1 year ago

Just a small reminder, this is CKEditor 5 repo, and I think you're referencing v4, https://github.com/ckeditor/ckeditor4 :)

CKEditorBot commented 9 months ago

There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.

CKEditorBot commented 8 months ago

We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).