Im really having trouble finding what i've done wrong.
ckeditor 3.6 shows OK,
and the ckfinder 2.0.1 opens fine, But problem is that ckfinder only shows the text "Catalogs" and no images/content/files.
Why doesnt ckfinder use the $baseUrl and $baseDir I have configured in ckfinder/config.php?
--------------------
include_once 'libs/_ckeditor/ckeditor.php';
include_once 'libs/_ckfinder/ckfinder.php';
$ckeditor = new CKEditor();
$ckeditor->basePath = '/libs/_ckeditor/';
$ckeditor->Height = 500;
$ckeditor->Width = 544;
CKFinder::SetupCKEditor($ckeditor, '/libs/_ckfinder/');
$initialValue = "my default text...";
$ckeditor->editor('myfieldname', $initialValue);
--------------------
Thanks and regards
Jovian
ckeditor 3.6 shows OK,
and the ckfinder 2.0.1 opens fine, But problem is that ckfinder only shows the text "Catalogs" and no images/content/files.
Why doesnt ckfinder use the $baseUrl and $baseDir I have configured in ckfinder/config.php?
--------------------
include_once 'libs/_ckeditor/ckeditor.php';
include_once 'libs/_ckfinder/ckfinder.php';
$ckeditor = new CKEditor();
$ckeditor->basePath = '/libs/_ckeditor/';
$ckeditor->Height = 500;
$ckeditor->Width = 544;
CKFinder::SetupCKEditor($ckeditor, '/libs/_ckfinder/');
$initialValue = "my default text...";
$ckeditor->editor('myfieldname', $initialValue);
--------------------
Thanks and regards
Jovian
Re: Ckfinder used in Ckeditor does not show content
Re: Ckfinder used in Ckeditor does not show content
Would be nice with some support, I paid my license as well.
Re: Ckfinder used in Ckeditor does not show content
Hi,
if you paid for your license, I think it's better use contact form http://cksource.com/contact
than forum. Please write if you have any js/css errors showed in Firebug (add-on to Firefox). On start please use samples to check if everything is ok with your installation. Please try use and refer to file
/_samples/ckeditor.html in your CKFinder directory. Please use default config.php file (attached to CKFinder ).