Swesh
Swesh

Reputation: 150

Cannot find any of the supported PHP image extensions

I am trying to run kcfinder with ckeditor and i am getting the message Cannot find any of the supported PHP image extensions! What is reason ?

Upvotes: 1

Views: 4661

Answers (1)

Tim
Tim

Reputation: 8616

It's probably looking for GD and/or ImageMagick extensions. Clearly you have neither installed.

The reason they're not installed will depend on who hosts your PHP environment. It seems likely that shared hosting providers may not have them enabled.

Upvotes: 3

Related Questions