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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| i have the same problem to upload images from my computer, i select the images and say uploadling images but nerver go up. |
|
#4
| |||
| |||
| We are having the same problem - please post solution if you have it. Thanks |
|
#5
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
|
#6
| |||
| |||
| i still have problems, cant upload anything, or make folders. have read and applied every sticky and bugfix. |
|
#7
| ||||
| ||||
| 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"] = '/' ; Code: $GLOBALS["UserFilesDirectory"] = '/full/server/path/to/your/catalog/images' . $GLOBALS["UserFilesPath"] ; Not the best solution, but it works.
__________________ Michael Sasek osCMax Developer
|
|
#8
| |||
| |||
| Works! |
|
#9
| |||
| |||
| 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
| |||
| |||
| 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. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| wysiwyg html editor problem | joanstead | osCMax v1.7 Discussion | 1 | 10-25-2005 09:26 AM |
| Help for WYSIWYG editor 1.7 pop-up windows problem | mspadafo | osCMax v1.7 General Mods Discussion | 3 | 07-24-2005 09:54 PM |
| WYSIWYG editor 1.7 problem | benmkeller | osCMax v1.7 General Mods Discussion | 9 | 10-30-2004 07:37 AM |
| WYSIWYG editor problem | laurens | osCommerce 2.2 Modification Help | 2 | 12-08-2003 07:49 PM |
| Problem using the html editor in admin | maxi032 | osCommerce 2.2 Modification Help | 1 | 11-14-2003 03:16 AM |