Hello
Joomla version 3.4.1.
VirtueMart 3.0.9 after installing the latest version of Virtuemart (3.0.9), the 1146 error:
Table 'xxxx.xxxx_virtuemart_payment_plg_amazon' doesn't exist SQL=SELECT * FROM xxxx_virtuemart_payment_plg_amazon WHERE ( ( `amazon_class_response_type` LIKE 'OffAmazonPaymentsService_Model_ConfirmOrderReferenceResponse' AND `amazon_response_state` IN ( 'Open', 'Suspended') ) OR ( `amazon_class_response_type` LIKE 'OffAmazonPaymentsService_Model_AuthorizeResponse' AND `amazon_response_state` IN ('Pending', 'Open') ) OR ( `amazon_class_response_type` LIKE 'OffAmazonPaymentsService_Model_CaptureResponse' AND `amazon_response_state` IN ('Pending') ) OR ( `amazon_class_response_type` LIKE 'OffAmazonPaymentsService_Model_RefundResponse' AND `amazon_response_state` IN ('Pending') ) ) AND `id` in (SELECT MAX( id ) FROM xxxx_virtuemart_payment_plg_amazon GROUP BY virtuemart_order_id ) ORDER BY `created_on` DESC
site blocked in frontend and backend with the same error in the 2 cases
thank you for help
cordially
and if u disable the amazon payment plugin via the #__extensions table by phpmyadmin?