[rt-users] upgrade problems
Bruce Segal
bsegal at DECARIE.COM
Wed Oct 8 15:21:33 EDT 2003
Something like the following was added to RT_Config.pm which should be added to your RT_SiteConfig.pm.
# For message boxes, set the entry box width and what type of wrapping
# to use.
#
# Default width: 72
Set($MessageBoxWidth , 72);
# Default wrapping: "HARD" (choices "SOFT", "HARD")
Set($MessageBoxWrap, "HARD");
>>
>
> After upgrading to 3.06 from 02 the message fields in reply, comment,
> resolve etc. pages are not working. Additionally they are very small.
> After looking at the html it seems the rows-parameter is
> empty like this:
> <textarea COLS= ROWS=15 WRAP= NAME="UpdateContent">
>
>
More information about the rt-users
mailing list