errors in order confirmation after update from 2.0.8c to d

Started by BaidareW, July 15, 2012, 18:36:56 PM

Previous topic - Next topic

sam-m

I have also the same on that line:
public function plgVmOnSelectCheckPayment (VirtueMartCart $cart,  &$msg) {

Milbo

and in /components/com_virtuemart/controllers/cart.php lie 302?

Should be

$_retValues = $_dispatcher->trigger('plgVmOnSelectCheckPayment', array( $cart, &$msg));
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

BaidareW

Correct :
$_retValues = $_dispatcher->trigger('plgVmOnSelectCheckPayment', array( $cart, &$msg));

Quote from: Milbo on July 23, 2012, 11:29:51 AM
and in /components/com_virtuemart/controllers/cart.php lie 302?

Should be

$_retValues = $_dispatcher->trigger('plgVmOnSelectCheckPayment', array( $cart, &$msg));


sam-m

Same here:
$_retValues = $_dispatcher->trigger('plgVmOnSelectCheckPayment', array( $cart, &$msg));

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/


Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

BaidareW

Updated to PHP 5.3.15
Still have errors :
/plugins/vmpayment/systempay/systempay.php on line 153
/plugins/vmpayment/standard/standard.php on line 257
/plugins/vmpayment/authorizenet/authorizenet.php on line 338

BaidareW

Nobody else gets this error only two of us ?


sam-m

Recently I built a new website on the same Server and also installed Virtuemart.
There I don't get this message, so it might be an update issue.

freshqa

clean 2.0.8e install have same problem, have 2 sites 2.0.8a running smooth... any ideas?

firebug :

Warning: Missing argument 2 for plgVmPaymentStandard::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/standard/standard.php on line 257

Warning: Missing argument 2 for plgVMPaymentPayzen::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/payzen/payzen.php on line 685

Warning: Missing argument 2 for plgVMPaymentSystempay::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/systempay/systempay.php on line 153

Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/moneybookers/moneybookers.php on line 657

Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/moneybookers/moneybookers.php on line 657

Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/moneybookers/moneybookers.php on line 657

Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/moneybookers/moneybookers.php on line 657

Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/moneybookers/moneybookers.php on line 657

Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/moneybookers/moneybookers.php on line 657

Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/moneybookers/moneybookers.php on line 657

Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/moneybookers/moneybookers.php on line 657

Warning: Missing argument 2 for plgVmpaymentAuthorizenet::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/authorizenet/authorizenet.php on line 338

Warning: Missing argument 2 for plgVmPaymentPaypal::plgVmOnSelectCheckPayment() in .../plugins/vmpayment/paypal/paypal.php on line 878
{"shipments":["<input type=\"radio\" name=\"virtuemart_shipmentmethod_id\" id=\"shipment_id_1\"   value=\"1\" checked=\"checked\">\n<label for=\"shipment_id_1\"><span class=\"vmshipment\"><span class=\"vmshipment_name\">\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439<\/span><\/span><\/label>\n"],"payments":["<input type=\"radio\" name=\"virtuemart_paymentmethod_id\" id=\"payment_id_1\"   value=\"1\" checked=\"checked\">\n<label for=\"payment_id_1\"><span class=\"vmpayment\"><span class=\"vmpayment_name\">\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442<\/span><\/span><\/label>\n"],"price":{"products":{"1":{"subtotal_tax_amount":"","subtotal_discount":"","subtotal_with_tax":"<div class=\"PricesalesPrice\" style=\"display : block;\" ><span class=\"PricesalesPrice\" >$133,000.00<\/span><\/div>"}},"taxAmount":"","discountAmount":"","salesPrice":"$133,000.00","shipmentTax":"","salesPriceShipment":"","paymentTax":"","salesPricePayment":"","billTaxAmount":"","billDiscountAmount":"","billTotal":"$133,000.00"}}

bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!