Hi everyone,<br><br> I'm currently running RT 3.8.8 with Perl 5.10 at my server.<br><br> I've created some specific Custom fields at a Queue and I'm having the following problem when any user (besides root) try to insert some value at the CF (upload images):<br>
<br><b>Feb 28 13:41:24 serverXX RT: Use of uninitialized value $cf_type in pattern match (m//) at /opt/rt3/bin/../lib/RT/Interface/Web.pm line 1648. (/opt/rt3/bin/../lib/RT/Interface/Web.pm:1648) </b><br><br>I have already checked the permissions and it seems fine....<br>
<br>At the <a href="http://web.pm">web.pm</a> file the $cf_value is created as follows:<br><br> Line# Code<br><br> 1619 sub _ProcessObjectCustomFieldUpdates {<br> 1620 my %args = @_;<br> 1621 my $cf = $args{'CustomField'};<br>
1622 my $cf_type = $cf->Type;<br><br><br> I would like to check if someone had this same problem...<br><br>Regards!<br><br>Tiago<br> <br><br><br><br>