-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run php craft ckeditor/convert: exit status 1 #200
Comments
We get the same problem. |
Go to Settings → Plugins and make sure that CKEditor is installed first. Or run the following command: php craft plugin/install ckeditor |
plugin was installed, but uninstalling and re-installing fixed it. |
I'm having similar issues, although re-installing didn't resolve anything Craft version: 3.9.4
|
I am having the same issue as well, and uninstalling/reinstalling didn't work. Craft Version: 3.9.13 |
Similar issue here as well. Uninstall/reinstall did not work. CKEditor Version: 1.5.0 |
Not sure how I overlooked this, but I realized the convert command doesn't exist in CKeditor 1.5.0. I have been working on manually converting using the Javascript initialization field. |
@alexmglover how do you do it? |
@brandonkelly is the convert command only available in later versions of ckeditor? eg. I'll need to update craft to v4 first |
|
I have version 3.8.3 of the CKEditor plugin and running "php craft ckeditor/convert" returns "Unknown command: ckeditor/convert" |
Description
Installed CKeditor so I can migrate from redactor. When I run the CLI command
php craft ckeditor/convert
I get the following error message.Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: