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 ?
Asked
Active
Viewed 4,380 times
1 Answers
3
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.

Tim
- 8,036
- 2
- 36
- 52
-
Yes, I am running PHP along with Java Application, on tomcat. How to fix it. – Swesh Jul 29 '13 at 07:15
-
The two links I gave you include installation instructions. Personally, I use GD. – Tim Jul 29 '13 at 09:06