Hi Michael,<br><br>Make sure you have set:<br><span style="font-family: courier new,monospace;">allow_call_time_pass_reference = On</span><br>in your php configuration and is in effect.<br><br>You can write the following php script to know the variables of php configuration that is in use:<br>
<br><span style="font-family: courier new,monospace;">&lt;?php</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">phpinfo();</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">?&gt;</span><br><br>Please make sure to restart your apache server after you make changes to php configuration.<br><br>Regards,<br>Prasad<br><br><br><div><span class="gmail_quote">On 3/22/08, <b class="gmail_sendername">Michael G. Weaver - Founder and CIO</b> &lt;<a href="mailto:mike@wisight.com">mike@wisight.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div>I have changed my varibles as preseribed in the php.ini file and I am still getting the following errors(third time around):</div>
<div>&nbsp;</div>
<div><br>Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of saveInventoryProductDetails(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/content/a/c/c/accessworx/html/demo/modules/SalesOrder/SalesOrder.php on line 126</div>

<div>&nbsp;</div>
<div>Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of saveInventoryProductDetails(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/content/a/c/c/accessworx/html/demo/modules/Invoice/Invoice.php on line 117</div>

<div>&nbsp;</div>
<div>Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of saveInventoryProductDetails(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/content/a/c/c/accessworx/html/demo/modules/PurchaseOrder/PurchaseOrder.php on line 107</div>

<div>&nbsp;</div>
<div>Can some one please tell me how to get rid if these&nbsp; - here&nbsp;is&nbsp;the system information it is installed</div>
<div>&nbsp;</div>
<div>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="right" valign="top" width="20%">
<div align="left"><font size="-1">Canonical Hostname</font></div></td>
<td width="80%">
<div align="left"><font size="-1"><a href="http://p3slh139.shr.phx3.secureserver.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">p3slh139.shr.phx3.secureserver.net</a> (godaddy)</font></div></td>
</tr>
<tr>
<td align="right" valign="top">
<div align="left"><font size="-1">Listening IP</font></div></td>
<td>
<div align="left"><font size="-1"><a href="http://208.109.181.208" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">208.109.181.208</a></font></div></td></tr>
<tr>
<td align="right" valign="top">
<div align="left"><font size="-1">Kernel Version</font></div></td>
<td>
<div align="left"><font size="-1">2.4.21-47.ELsmp (SMP)</font></div>
<div align="left"><font size="2"></font>&nbsp;</div>
<div align="left"><font size="2"></font>&nbsp;</div></td></tr></tbody></table>Thanks so much!!!<br></div></div>
<br>_______________________________________________<br>
Reach hundreds of potential candidates - <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://jobs.vtiger.com" target="_blank">http://jobs.vtiger.com</a> <br></blockquote></div><br>