View Full Version : Text Editor Bug
icarrion
11-19-2004, 10:12 AM
When inserting an image using the text editor, no images display.
I isolated the problem to link 41 on page sohoadmin/program/modules/page_editor/text_editor_newImge.php that says..
$directory = "$doc_root/images";
$doc_root is empty.
Replaceing that line with the following fixed it.
$directory = $_SERVER['DOCUMENT_ROOT']."/images";
Hope this helps!
Oh and BTW I'm on 4.7 latest as of 4 days ago.
yugnats
11-20-2004, 03:29 PM
When inserting an image using the text editor, no images display.
I isolated the problem to link 41 on page sohoadmin/program/modules/page_editor/text_editor_newImge.php that says..
$directory = "$doc_root/images";
$doc_root is empty.
Replaceing that line with the following fixed it.
$directory = $_SERVER['DOCUMENT_ROOT']."/images";
Hope this helps!
Oh and BTW I'm on 4.7 latest as of 4 days ago.
i guess it does help! thanks alot, stan
Ruben
11-20-2004, 10:25 PM
I will forward this to the soholaunch techs, to fix it for the next release.
Cameron Allen
11-22-2004, 01:16 PM
We have added this, and a release with a few bug fixes will be posted as soon as we figure out this drag and drop bug, which is being extremly difficult to diagnose. I hope we can get this up today.
icarrion
11-22-2004, 01:36 PM
We have added this, and a release with a few bug fixes will be posted as soon as we figure out this drag and drop bug, which is being extremly difficult to diagnose. I hope we can get this up today.
Does soho have a list of bugs available to the public and/or someplace else to list the bug fixes?
Ruben
11-22-2004, 01:37 PM
http://bugz.soholaunch.com/
Danielle
11-23-2004, 05:12 AM
Alright I don't know what my problem is, but the link bugs.soholaunch.com does not work for me. Is that the correct URL?
Thanks!
Danielle
Ruben
11-23-2004, 10:15 AM
sorry Danielle, my mistake:
it should be http://bugz.soholaunch.com/
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.