RT 3.0.12 home page broken

G’day,

When I install RT 3.0.12 I get the following messiness on my RT homepage.

I’ve looked at the files in question, but I don’t see the bug. What do I
need to do to fix this?

    error:          could not find component for path '/Elements/TitleBox'
    context:        
    ...             
    31:             <TH align=left><&|/l&>Owner</&></TH>
    32:             </TR>
    33:             % my $i;
    34:             % while (my $Ticket = $MyTickets->Next) {
    35:             % $i++;
    36:             <TR class="<% $i%2 ? 'oddline' : 'evenline'%>" >
    37:             <TD ALIGN=RIGHT>
    38:             <%$Ticket->Id%>
    39:             </TD>
    ...             
    code stack:             /opt/rt3/share/html/Elements/MyRequests:35
    /opt/rt3/share/html/index.html:60
    /opt/rt3/share/html/autohandler:199
    raw error

Regards,

Jens

G’day,

When I install RT 3.0.12 I get the following messiness on my RT homepage.

I’ve looked at the files in question, but I don’t see the bug. What do I
need to do to fix this?

Apologies. Non-RT modperl weirdness was the cause.

Jens

You mean 3.0.11 right? If not, what’s new in the release? I thought development for the 3.0.x has stopped?

This electronic mail message contains information belonging to PaymentOne, which may be confidential and/or legal privileged. The information is intended only for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, printing, copying, distribution, or the taking of any action in reliance on the contents of this electronically mailed information is strictly prohibited. If you receive this message in error, please immediately notify us by electronic mail and delete this message.

Jonathan Chen wrote:

**

You mean 3.0.11 right? If not, what’s new in the release? I thought
development for the 3.0.x has stopped?
BestPractical has released 3.0.12 few days ago. It’s update that
contains small fixes, cleanups.