Results 1 to 2 of 2

FCKEditor Issue - "You Have No Permissions to Create Fo

This is a discussion on FCKEditor Issue - "You Have No Permissions to Create Fo within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; I have just install RC3, Can someone please let me know what folder FCKEditor is using when trying to use ...

      
  1. #1
    Lurker
    Join Date
    Aug 2006
    Posts
    3
    Rep Power
    0


    Default FCKEditor Issue - "You Have No Permissions to Create Fo

    I have just install RC3, Can someone please let me know what folder FCKEditor is using when trying to use it in the Products portion in the Admin, I get the Image Properties screen, try and Browse Server, then get the FCKEditor Resources Browser, when trying to create a folder I get "You Have No Permissions to Create the Folder" or if I try to upload a picture, it gives me no message, you see it do some activity, but nothing shows up in the images screen in the browser. I have tried giving write permissions to every folder I can find that might associate with this. Please let me know.

    Thanks

  2. #2
    Lurker
    Join Date
    Aug 2006
    Posts
    3
    Rep Power
    0


    Default

    I have found this post about manually changing the UserFiles path:

    In /FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php you need to hardcode the path you want to use. Change the following lines to something like this:

    Line 24-25:
    Code:

    // Get the "UserFiles" path.
    $GLOBALS["UserFilesPath"] = '/' ;


    Line 39:
    Code:

    $GLOBALS["UserFilesDirectory"] = '/full/server/path/to/your/catalog/images' . $GLOBALS["UserFilesPath"] ;

    and I have changed it in the connector.php file, I used the exact path that I currently use in my configure.php for the DIR_FS_CATALOG which works fine for the downloads folder share,
    define('DIR_FS_CATALOG', '/home/*****/public_html/ecommerce/os/catalogRC3/');

    and I created the UserFiles folder in the catalog directory and gave it CHMOD 777 permissions, and still get "You do Not Have Permission to Create the Folder"

    PLEASE let me know if there is something else I need to do.

    Thanks

Similar Threads

  1. Remove "QTPRO" for "Option Type Feature"
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 01-10-2007, 09:32 AM
  2. Do "create order" orders get processed with Paymen
    By chrismole in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 03-29-2006, 02:33 PM
  3. Adding FCKEditor Access Capabilites to new "static page
    By dwsjr in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 11-27-2005, 07:20 PM
  4. Change Create Order Text "Réduction" and "Li
    By kelly34 in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 08-03-2005, 10:55 AM
  5. Create an Order for New Customer For FREE access to "Fi
    By In-Overtime in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 05-14-2004, 09:33 PM

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
  •