RE: [Contribution] HTML WYSIWYG Editor for Product Desc, MS1 2.2

DiamondSea <[email protected]> 13 Sep 2003 00:44:08 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <456bb433b9c829d33b74b234608f9a2a@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=228683#228683
----------------------------------------------------------------

MaxiDVD, thanks for the pointer!

Apparently there is an error in the latest version of the [b]wysiwyg_ms2.zip[/b] contribution:

In the file [b].../catalog/admin/htmlarea/popups/config.inc.php[/b] file the line [code]define("IMAGE_DIR", trim(DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG_IMAGES));[/code] should read  [code]define("IMAGE_DIR", trim(DIR_FS_DOCUMENT_ROOT . DIR_WS_IMAGES));[/code]

After I fixed that it worked great.