osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 16

FCKeditor editor problem

This is a discussion on FCKeditor editor problem within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; I'm having 2 issues with a fresh install of oscMax 2.0 and the WYSIWYG editor. #1: Although saving the description ...

      
  1. #1
    New Member
    Join Date
    Jul 2005
    Posts
    18
    Rep Power
    0


    Default FCKeditor editor problem

    I'm having 2 issues with a fresh install of oscMax 2.0 and the WYSIWYG editor.

    #1:

    Although saving the description of a category works (partially), whenever I bring up that category to edit it, the original content doesn't display or just doesn't exist. I'm assuming that it is not being pulled from the DB correctly, since it does display on the actual site. This is becoming very frustrating because if there needs to be just a small typo change, I have to re-do the whole thing.

    #2:

    Image uploads and insert doesn't work. All I get for a Path on upload is a forward slash. It also hangs and just shows UPLOAD in progress and hangs. If I hit F5 to refresh, it refreshes with no update...

    it also show errors processing the page, OBJECT EXPECTED... I think it is a path problem, because NO program can write to my root "/" directory, period, and I think that is what it is trying to do - with an invalid path.

    I'm running out of time...
    PLEASE HELP!

  2. #2
    New Member
    Join Date
    Jun 2005
    Location
    St Albans, UK
    Posts
    24
    Rep Power
    0


    Default

    For the category descriptions see bugtracker http://bugtrack.oscmax.com/view.php?id=20 the fix worked for me.

    Not sure about the images - don't you have to allow write to some directories such as catalog/images and catalog/admin/images. chmod 777 on these directories should do the trick.

  3. #3
    New Member
    Join Date
    Aug 2005
    Posts
    9
    Rep Power
    0


    Default

    i have the same problem to upload images from my computer, i select the images and say uploadling images but nerver go up.

  4. #4
    Lurker
    Join Date
    Sep 2005
    Posts
    1
    Rep Power
    0


    Default

    We are having the same problem - please post solution if you have it. Thanks

  5. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

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


    Default

    i still have problems, cant upload anything, or make folders.

    have read and applied every sticky and bugfix.

  7. #7
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    There is a problem with FCKeditor and how it handles path info. I am not sure when they will fix it over at FCKeditor, but I have found a quick and dirty workaround for the issue.

    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"] ;
    Make sure your /catalog/images/ directory is writable by your webserver and you should be good to go...

    Not the best solution, but it works.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

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


    Default

    Works!

  9. #9
    dcc
    dcc is offline
    New Member
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    12
    Rep Power
    0


    Default

    I have installed OCsmax 2RC2 and I just can not get the FCKeditor to work to show my image folder or to upload. I have tried the stickies as suggested and any other suggestions that have been posted. I still get an error on page message. The details of the error are as follows:
    Line: 115
    Char: 2
    Error: Object required
    Code: 0 url: .../catalog/FCKeditor/filemanager/browser/default/frmresourselist.html

    Now if you go to the frmresourselist.html line 113 to 116 reads as follows:

    line113 = // Get the current folder path.
    line114 = var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
    line115 =var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
    line116 = var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;

    Now this is the same error i get with all the suggestions

    Any more suggestions?

  10. #10
    Member
    Join Date
    Dec 2004
    Posts
    46
    Rep Power
    0


    Default

    I have tried both fixes mentioned here but when I use the FCKeditor I can upload and browse directories but when accept the image, the path does not include the whole url.

    It only shows the /UserFiles/Image/someimage.jpg instead of the entire URL.

    Any clues? I have updated from rc1 to rc2.
    Network Administrator
    Kansas Hosting
    http://www.kansashosting.com

Page 1 of 2 12 LastLast

Similar Threads

  1. wysiwyg html editor problem
    By joanstead in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 10-25-2005, 09:26 AM
  2. Help for WYSIWYG editor 1.7 pop-up windows problem
    By mspadafo in forum osCMax v1.7 General Mods Discussion
    Replies: 3
    Last Post: 07-24-2005, 09:54 PM
  3. WYSIWYG editor 1.7 problem
    By benmkeller in forum osCMax v1.7 General Mods Discussion
    Replies: 9
    Last Post: 10-30-2004, 07:37 AM
  4. WYSIWYG editor problem
    By laurens in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 12-08-2003, 06:49 PM
  5. Problem using the html editor in admin
    By maxi032 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 11-14-2003, 02: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
  •