Results 1 to 2 of 2

Thread: [RESOLVED] Fckeditor not showing :(

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Resolved [RESOLVED] Fckeditor not showing :(

    Hi,
    please help me with this small question.
    i have used FCKEDITOR in my php website. but when i uploaded it on the webserver. The FckEditor does not displays here is the code. please help

    Code:
    <?php
     include_once("fckeditor/fckeditor.php") ;
    $oFCKeditor = new FCKeditor('FCKeditor1') ;
    $oFCKeditor->BasePath = '/home/User_NAme/public_html/folder/admin/fckeditor/' ;
    $oFCKeditor->Value = $data;
    $oFCKeditor->Create() ;
    echo "<br>";
    
     
    ?>
    is there something wrong in this line?

    /home/User_NAme/public_html/folder/admin/fckeditor/

    pls do help

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Fckeditor not showing :(

    I noticed you resolved the thread! What is the solution you found for the problem?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width