<?php
include_once("/Test/AdminTool/FCKEditor/fckeditor.php");
?>
<?php
This is line 103------>$oFCKeditor = new FCKeditor('PageEdit') ;
$oFCKeditor->BasePath = '/FCKEditor/' ;
$oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
$oFCKeditor->Create() ;
?>
Wed, 04/09/2008 - 19:00
#1

Re: PHP: Cannot instantiate non-existent class
include_once("/Test/AdminTool/FCKEditor/fckeditor.php");either use absolute server path or relative path (without the leading slash).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+