craftcms / ckeditor

Edit rich text content in Craft CMS using CKEditor.
https://plugins.craftcms.com/ckeditor
GNU General Public License v3.0
46 stars 23 forks source link

I have version 3.8.3 of the CKEditor plugin and running "php craft ckeditor/convert" returns "Unknown command: ckeditor/convert" #271

Closed jonathanbright closed 1 month ago

jonathanbright commented 1 month ago
          I have version 3.8.3 of the CKEditor plugin and running "php craft ckeditor/convert" returns "Unknown command: ckeditor/convert"

Originally posted by @jonathanbright in https://github.com/craftcms/ckeditor/issues/200#issuecomment-2228993496

i-just commented 1 month ago

Hi, thanks for reaching out. Can you please confirm that the CKEditor plugin is installed and enabled?

jonathanbright commented 1 month ago

Yes, it is.

On Thu, Jul 18, 2024 at 9:15 AM Iwona Just @.***> wrote:

Hi, thanks for reaching out. Can you please confirm that the CKEditor plugin is installed and enabled?

— Reply to this email directly, view it on GitHub https://github.com/craftcms/ckeditor/issues/271#issuecomment-2236475248, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXWKDSOAL5P4LE6WWL26KLZM65WVAVCNFSM6AAAAABK46IFY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZWGQ3TKMRUHA . You are receiving this because you authored the thread.Message ID: @.***>

i-just commented 1 month ago

Thanks! Is there any other info around the “Unknown command: ckeditor/convert”?

jonathanbright commented 1 month ago

Unfortunately, no. It's just the one line "Unknown command: ckeditor/convert" and then the next line is the blank bash prompt.

On Thu, Jul 18, 2024 at 9:36 AM Iwona Just @.***> wrote:

Thanks! Is there any other info around the “Unknown command: ckeditor/convert”?

— Reply to this email directly, view it on GitHub https://github.com/craftcms/ckeditor/issues/271#issuecomment-2236544072, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXWKDVXN7L6GIJWFYH4ZKTZM7AHRAVCNFSM6AAAAABK46IFY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZWGU2DIMBXGI . You are receiving this because you authored the thread.Message ID: @.***>

jonathanbright commented 1 month ago

Also, this is on Craft 3 with PHP 7.4.

On Thu, Jul 18, 2024 at 10:20 AM Jonathan Bright @.***> wrote:

Unfortunately, no. It's just the one line "Unknown command: ckeditor/convert" and then the next line is the blank bash prompt.

On Thu, Jul 18, 2024 at 9:36 AM Iwona Just @.***> wrote:

Thanks! Is there any other info around the “Unknown command: ckeditor/convert”?

— Reply to this email directly, view it on GitHub https://github.com/craftcms/ckeditor/issues/271#issuecomment-2236544072, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXWKDVXN7L6GIJWFYH4ZKTZM7AHRAVCNFSM6AAAAABK46IFY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZWGU2DIMBXGI . You are receiving this because you authored the thread.Message ID: @.***>

i-just commented 1 month ago

Ah, that clears it up then.

The ckeditor/convert command is only available in CKEditor v3.1.0+ (available for Craft CMS 4.4.7+) and v4 (for Craft CMS 5).

I’m not quite sure how you managed to install CKEditor 3.8.3 on Craft 3. As per the original GH issue, if you want to use the command, you’ll have to update to at least Craft 4.4.7.

I hope this helps!