VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: ignorex on May 14, 2015, 10:21:21 AM

Title: error 1146
Post by: ignorex on May 14, 2015, 10:21:21 AM
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



Title: Re: error 1146
Post by: GJC Web Design on May 14, 2015, 23:54:42 PM
and if u disable the amazon payment plugin via the #__extensions table by phpmyadmin?