[Vtigercrm-developers] Call-time pass-by-reference has been deprecated
Prasad
prasad at vtiger.com
Sat Mar 22 04:43:46 PDT 2008
Hi Michael,
Make sure you have set:
allow_call_time_pass_reference = On
in your php configuration and is in effect.
You can write the following php script to know the variables of php
configuration that is in use:
<?php
phpinfo();
?>
Please make sure to restart your apache server after you make changes to php
configuration.
Regards,
Prasad
On 3/22/08, Michael G. Weaver - Founder and CIO <mike at wisight.com> wrote:
>
> I have changed my varibles as preseribed in the php.ini file and I am
> still getting the following errors(third time around):
>
>
> 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
>
> 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
>
> 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
>
> Can some one please tell me how to get rid if these - here is the system
> information it is installed
>
> Canonical Hostname
> p3slh139.shr.phx3.secureserver.net (godaddy)
> Listening IP
> 208.109.181.208
> Kernel Version
> 2.4.21-47.ELsmp (SMP)
>
>
> Thanks so much!!!
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20080322/86a7bb5f/attachment-0003.html
More information about the vtigercrm-developers
mailing list