ok all seems ok, one other error i get is, when i list all orders:
Warning: Call-time pass-by-reference has been deprecated in ...../administrator/components/com_virtuemart/classes/ps_order.php on line 80
and same on line 94, 128, 180, 206
inside ps_order.php on line is this:
80: if( !$authorize->capture_payment( &$d )) {return false; }
94: if( !$paymentObj->capture_payment( &$d )) {return false; }
128: if( !$pfp->capture_payment( &$d )) {return false; }
180: if( !$payment->void_authorization( &$d )) {return false; }
206: if( !$payment->do_refund( &$d )) {$vmLogger->debug('failed to do refund');
return false;}
I think that this problem comes from the variable "&$d" at this moment i don´t know
how we can fix this.
Other side, the store shows only this error´s but nothing looks wrong.
The file: "ps_order.php" use this two files:
payment/ps_authorize.php
payment/ps_authorize.cfg.php
Now i look inside this ones.
hmmm... i find this:
http://mrfoo.de/archiv/282-Warning-Call-time-pass-by-reference-has-been-deprecated.htmli try it later, there are 3 methods to eliminate the problem.
bye
Zwilla