Page 1 of 1

error confirm order

Posted: Thu Mar 19, 2009 6:24 am
by Pintacom
Hello again,
Somebody knows what mean that??
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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. However, future versions may not support this any longer. in /var/www/vhost/saiton.com/home/html/store/catalog/controller/checkout/confirm.php on line 49

Thanks for your help

Re: error confirm order

Posted: Wed Apr 29, 2009 9:06 pm
by mydesignbytes
I see this is a really old post, but encase anyone else needs to know:

add

Code: Select all

allow_call_time_pass_reference = true;
to your php.ini file, if you are using php 5 you may have to rename php.ini to php5.ini.