0

This is working fine on local system but not working on server.

KCFInder configuration detail

kcfinder/conf/config.php

$_CONFIG = array(

// GENERAL SETTINGS

'disabled' => false,
'uploadURL' => "http://mylocal/uploads/ckeditorImages",
'uploadDir' => "/var/www/html/mylocal/public/uploads/ckeditorImages",
'theme' => "default",
Rajeev Varshney
  • 933
  • 2
  • 13
  • 26

1 Answers1

0

the uploadDir seems to be incorrect.
/var/www/html/mylocal/public/uploads/ckeditorImages shouldn't work on your server.

I think you should look over to this post for more informations or search on KCFinder project.

takeCAway
  • 41
  • 4