Page 1 of 1

Problem with fck editor?

Posted: Fri May 08, 2009 5:52 am
by RishikeshJha
Hi,

i m using fck editor in php. but i m getting "The webpage cannot be found".

here is the php code:

Code: Select all

 
<?php    
include_once("fckeditor/fckeditor.php") ;
 
    $oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '../fckeditor/' ;
$oFCKeditor->Value = 'rishikesh' ;
$oFCKeditor->Create() ;
?>
 
can anyone help me.

Thanks in advance

Re: Problem with fck editor?

Posted: Fri May 08, 2009 9:53 am
by pickle
A 404 error has nothing to do with FCKEditor. The URL you're trying to access doesn't exist.