osCmax v2.5 User Manual
Results 1 to 6 of 6

FCKeditor, still doesn't work

This is a discussion on FCKeditor, still doesn't work within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; HEy, I've applied the fix from the sticky topic above here but it doesnt seem to do a lot. When ...

      
  1. #1
    Member
    Join Date
    Sep 2004
    Posts
    62
    Rep Power
    0


    Default FCKeditor, still doesn't work

    HEy,

    I've applied the fix from the sticky topic above here but it doesnt seem to do a lot.

    When i use the editor it works fine, but when i try to add an image, it opens a window, i click browse

    Open a new windows with path /

    When i upload a file it just does it but nothing happens, dont know where the file went.
    When i try to create a folder it says i dont have permissions.

    I tried to create the folder UserFiles with 0777 everywhere but nothing happens.

    Whats wrong?

  2. #2
    Lurker
    Join Date
    Sep 2002
    Posts
    3
    Rep Power
    0


    Default

    I have the same problem.

    I applied the fix in the connector.php file as per this post:

    http://www.oscdox.com/index.php?name...;p=18305#18305

    Code:
    // Get the "UserFiles" path.
    $GLOBALS["UserFilesPath"] = '/' ;
    
    $GLOBALS["UserFilesDirectory"] = '/home/httpd/vhosts/domain.com/httpdocs/images' . $GLOBALS["UserFilesPath"] ;
    I don't get any errors when uploading files in FCKeditor. It just says uploading then nothing.

    If I try and create a new folder it says I don't have permission

    I have 777 the following folders

    /images
    /images/UserFiles

    I'm assuming that it's not looking at the right directory but where is it looking???

  3. #3
    Member
    Join Date
    Sep 2004
    Posts
    62
    Rep Power
    0


    Default

    This has been fixed, see the last post in this thread:

    http://www.oscdox.com/index.php?name...amp;highlight=

  4. #4
    Lurker
    Join Date
    Sep 2002
    Posts
    3
    Rep Power
    0


    Default

    As per my post that fix did not work for me. I still can't upload files or create directories

  5. #5
    Lurker
    Join Date
    Oct 2005
    Posts
    2
    Rep Power
    0


    Default

    Hihi,

    This is how i made my fckeditor works for the image uploading. (note: I'm using php)

    - In the class where I declare the fckeditor object, I have
    $fck->Config['ImageBrowserURL'] = $fck->ImageBrowserURL.'&ServerPath=/data/'.date('Y').'/'.$news_id.'/';

    - In the fckeditor.php constructor, i added
    $this->ImageBrowserURL = $this->BasePath . 'editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php';

    Hope this can help ya.

    Josephine

  6. #6
    Lurker
    Join Date
    Oct 2005
    Posts
    2
    Rep Power
    0


    Default

    I need help here as well. I would like to allow both Image and File uploading at the same time.

    I understand that fckeditor can allow type=File & type=Image.

    - But how do I make both of them exist at the same time?
    - How to declare the variable?
    - Where should the selection of Image and File be done?
    - What is the value to be set in the toolbar? Or is the File uploading also done using the Image Uploader?

    Someone pls advice me.

    Josephine

Similar Threads

  1. FCKeditor editor problem
    By cacooke in forum osCMax v2 Features Discussion
    Replies: 15
    Last Post: 11-18-2007, 10:17 AM
  2. FCKeditor 2.2
    By cameroti in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 05-03-2006, 03:56 PM
  3. No FCKeditor when adding new products
    By Redeye_Joe in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 02-14-2006, 09:18 AM
  4. FckEditor Issues
    By netfrugal in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-14-2006, 12:08 AM
  5. FCKEditor and forms
    By cacooke in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 01-05-2006, 07:16 AM

Bookmarks

Posting Permissions

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