This is a discussion on WYSIWYG editor 1.7 problem within the osCMax v1.7 General Mods Discussion forums, part of the osCMax v1.7 Forums category; I am having a problem that i can't seem to track down with the htmlarea wysiwyg editor. when i try ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am having a problem that i can't seem to track down with the htmlarea wysiwyg editor. when i try to place an image, I am unable to upload images or create directories, and it does not list the contents of the images directory. So i think that i need to tell it where it is, but i don't know what to change to make that happen. i found a line in the config.inc.php that seems to depict the correct directory, and it has the correct path to the includes/configure.php... i hard coded the fs path to the directory and have the same result... The wysiwyg editor seems to work in all other respects. Any help appreciated!!! |
|
#2
| ||||
| ||||
| i'm not sure if i understand the problem, but I'll give this a shot. when you click the image button, you should get a dialog box that allows you to click browse, and then upload an image. when you click browse, you should be seeing directories on your local machine, not the images directory on the server. secondly, after you have picked the image which you want to upload, if it says that the image could not be created on the server, then it is because you haven't set write permissions for all users to whatever directory it puts images to (not sure what that is at the moment). hope i've been a little helpful. if not, explain more. |
|
#3
| |||
| |||
| After I click on the insert image button it shows me the dialog, in the dialog, in the upper left pane, i see the word 'image root' with none of the files listed, on the other side i see no preview available, i assume because i cannot select an image in the left pane. so I can not select an image that is already on the server in the catalog/images dir, which i believe is the 'image root' dir for the editor. I can upload files to that directory using the file manager in oscommerce, and create directories, as well as delete, so i know that i have the permissions set correctly for this function to work. Also, when i browse and select an image in the dialog, and hit upload, it sits for a moment, presumably uploading the file, then says "file 'filename' could not be created" in a small pop up dialog. I have the same result when i try to create a directory. in the file config.inc.php i replaced Code: define("IMAGE_DIR", trim(DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG_IMAGES));
Code: define("IMAGE_DIR", "/home/planet/www/catalog/images/");
so between the time i started this post and the time i ended it, i figured it out... the www directory was an alias!!! apparently php didn't like that... instead of /home/planet/www/catalog/images/ i put this in /home/planet/public_html/catalog/images/ and now it works! |
|
#4
| |||
| |||
| In an attempt to clarify the problem: in htmlarea, click the "add image" icon next to the "add link" icon. You will be presented with an empty images directory from which to select your image. The program is pointing at the wrong place. How does one fix this? |
|
#5
| |||
| |||
| Bemkeller's Dec 03 posting is correct. Get your images directory from includes/configure.php and paste it as per the posting above into admin/htmlarea/popups/config.inc.php |
|
#6
| |||
| |||
| From a clean installation, I'm having the exact same problem. Following the directions from above, I changed the html area's popup config file, but shouldn't this be configured correctly right from installation? Also, i think this oscmax 1.7 is great so far, but what about any auto-generation of thumbnails? or auto image optimization with image magic? |
|
#7
| |||
| |||
| Hello When trying to attach an image to the document I just see the blank outline of the image ? no picture. Anyone know how to solve this error ? Mike Got the HTMLAREA editor working to show the image file names with adding the below to the config.ini.php. // DocumentRoot of your webserver. define("IMAGE_DIR", trim(DIR_FS_DOCUMENT_ROOT . "images/")); define("IMAGE_URL", trim(DIR_FS_DOCUMENT_ROOT . "images/")); |
|
#8
| |||
| |||
| Hello, i´m having a strange problem. I´ve installed MS2 MAX 1.7 normaly, i try to enter a produt, wysiwyg works right for product description, but simply does not appear for adding image. I just get the field Image and Search button. Any help? |
|
#9
| |||
| |||
| What browser are you using. WYSIWYG 1.7 only really works with IE6 Rick |
|
#10
| |||
| |||
| hey Ben Many thanks for your solution, a bit of a lifesaver, I was beginning to think it was me! At last I can send proper html emails. Another problem though, the little pop up windoes that give the hex charts are too smal. I have tried making them bigger in >htmlarea>pop ups, but it doesnt seem to have any effect. any help on this greatly appreciated cheers Kim
__________________ Google says be nice! |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Should I use CSS or WYSIWYG Editor? | alechhe | osCMax v2 Installation issues | 1 | 08-17-2006 09:47 AM |
| 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 problem | laurens | osCommerce 2.2 Modification Help | 2 | 12-08-2003 07:49 PM |
| WYSIWYG Editor 1.7 | kamel | osCMax v1.7 General Mods Discussion | 2 | 11-09-2003 01:19 PM |