<div dir="ltr">Hi,<div><br></div><div>We are not able to reproduce this issue on current vtiger 6.1.0. Could please share on which version of vtiger you are facing this problem?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 29, 2014 at 6:13 PM, O <span dir="ltr"><<a href="mailto:orepas@yahoo.gr" target="_blank">orepas@yahoo.gr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:lucida console,sans-serif;font-size:16px"><div>
When a user (not an admin) Converted a Lead to an opportunity that was assigned to a group<br>
and left it as is you get a white screen of death.<br>
Turning on error reporting you get :Fatal error: Call to undefined 
function get_group_options() in C:\Program 
Files\vtigerCRM610\apache\htdocs\vtigerCRM\include\Webservices\Utils.php
 on line 87:</div><div style="color:rgb(0,0,0);font-size:16px;font-family:lucida console,sans-serif;background-color:transparent;font-style:normal"><br>
</div>
<div>
So no get_group_options ! I assume it was a function from an earlier version.<br>
</div>
<div><br>
</div><div style="color:rgb(0,0,0);font-size:16px;font-family:lucida console,sans-serif;background-color:transparent;font-style:normal">A workaround I did is : I went to  apache\htdocs\vtigerCRM\ include\utils\ <a href="http://trac.vtiger.com/cgi-bin/trac.cgi/wiki/CommonUtils" rel="nofollow" target="_blank">CommonUtils?</a> . php where a lot of the functions<br>
are declared and added this chunk of code in line 429:</div><div style="color:rgb(0,0,0);font-size:16px;font-family:lucida console,sans-serif;background-color:transparent;font-style:normal"><br>
</div>
<div>
<span style="font-style:italic">function get_group_options() {<br>
</span></div><span style="font-style:italic">
</span><blockquote>
<div><span style="font-style:italic">
global $log;<br>
$log->debug("Entering get_group_options() method ...");<br>
global $adb, $noof_group_rows;<br>
;<br>
$sql = "select groupname,groupid from vtiger_groups";<br>
$result = $adb->pquery($sql, array());<br>
$noof_group_rows = $adb->num_rows($result);<br>
$log->debug("Exiting get_group_options method ...");<br>
return $result;<br></span>
</div>
</blockquote><span style="font-style:italic">
</span><div><span style="font-style:italic">
}</span></div><div style="color:rgb(0,0,0);font-size:16px;font-family:lucida console,sans-serif;background-color:transparent;font-style:italic"><span style="font-style:italic"><br></span>
</div><span style="font-style:italic">

</span><span>That fixed it.</span></div></div><br>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">With<br>Best Regards<br>Uma.S<br><div>Vtiger Team</div></div>
</div>