I am using&nbsp; prefix2domain("2") in PDT module like this:<br>$var(found) = prefix2domain("2");<br>and I got this error:<br>ERROR: &lt;core&gt; [lvalue.c:411]: assignment failed at pos: (701,56-701,56)<br>Apparently when prefix2domain("2) returns an value to $var(found), it does not like it. But it still work.<br>The $var(found) still contains the return value (-1) if no prefix found. And all my configuration is working. It just generate a lot of this kind of error in my log file. Am I doing something wrong? How can I fix it?<br><br>Gary<br>