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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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? |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| 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"] ; 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
| |||
| |||
| This has been fixed, see the last post in this thread: http://www.oscdox.com/index.php?name...amp;highlight= |
|
#4
| |||
| |||
| As per my post that fix did not work for me. I still can't upload files or create directories |
|
#5
| |||
| |||
| 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
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FCKeditor editor problem | cacooke | osCMax v2 Features Discussion | 15 | 11-18-2007 11:17 AM |
| FCKeditor 2.2 | cameroti | osCMax v2 Customization/Mods | 1 | 05-03-2006 04:56 PM |
| No FCKeditor when adding new products | Redeye_Joe | osCMax v2 Installation issues | 2 | 02-14-2006 10:18 AM |
| FckEditor Issues | netfrugal | osCMax v1.7 Discussion | 1 | 02-14-2006 01:08 AM |
| FCKEditor and forms | cacooke | osCMax v2 Features Discussion | 0 | 01-05-2006 08:16 AM |