<div dir="ltr">Thanks<div><br></div><div>Noted:<a href="http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8179">http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8179</a></div><div><br></div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Aug 1, 2014 at 10:02 PM, Holbok István <span dir="ltr"><<a href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
Dear vtiger Team,<br>
<br>
There is a file ...\modules\Users\DefaultDataPopulator.php<br>
In the line 2278 there is a function:<br>
<big><b>function vtws_addFieldTypeInformation()</b></big> {<br>
$fieldTypeInfo = array('picklist' => array(15, 16),
'text' => array(19, 20, 21, 24), 'autogenerated' => array(3),
'phone' => array(11),<br>
'multipicklist' => array(33), 'url' => array(17),
'skype' => array(85), 'boolean' => array(56, 156), 'owner'
=> array(53),<br>
'file' => array(61, 28), 'email' => array(13),
'currency' => array(71, 72));<br>
<br>
foreach ($fieldTypeInfo as $type => $uitypes) {<br>
foreach ($uitypes as $uitype) {<br>
$result = $this->db->pquery("insert into
vtiger_ws_fieldtype(uitype,fieldtype) values(?,?)", array($uitype,
$type));<br>
if (!is_object($result)) {<br>
<b><font color="#ff0000"> "Query for fieldtype
details($uitype:uitype,$type:fieldtype)";</font></b><br>
}<br>
}<br>
}<br>
<br>
$this->vtws_addReferenceTypeInformation();<br>
}<br>
<br>
About the line 2287 there is a string (highlighted with red, bold)
without any action like echo or something.<br>
<br>
The similar functions around this used echo to echo the error
message in the case of faults.<br>
<br>
Kindest regards:<br>
Istvan<span class="HOEnZb"><font color="#888888"><br>
<br>
<div>-- <br>
üdvözlettel:<br>
<br>
<b>Holbok István</b><br>
<br>
+3670-342-0900<br>
<b>e-mail:</b> <a href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a><br>
<b>SkyPe:</b> holboki<br>
<br>
</div>
</font></span></div>
<br>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>