Nejste přihlášeni
Dobrý deň.
Prosím o pomoc. V eshope: epos.sk
Miesto dokončenia objednávky vo virtuematrte mi vyhlási chybu databáte 1054:
Oops!1054 - Unknown column 'order_create_invoice_pass' in 'field list' SQL=INSERT INTO `qx5if_virtuemart_orders` (`virtuemart_order_id`,`virtuemart_user_id`,`virtuemart_vendor_id`,`order_number`,`order_pass`,`order_create_invoice_pass`,`customer_number`,`order_total`,`order_salesPrice`,`order_billTaxAmount`,`order_billTax`,`order_billDiscountAmount`,`order_discountAmount`,`order_subtotal`,`order_tax`,`order_shipment`,`order_shipment_tax`,`order_payment`,`order_payment_tax`,`coupon_discount`,`order_discount`,`order_currency`,`order_status`,`user_currency_id`,`user_currency_rate`,`virtuemart_paymentmethod_id`,`virtuemart_shipmentmethod_id`,`ip_address`,`order_language`,`created_on`,`created_by`,`modified_on`,`modified_by`) VALUES ('0','672','1','201511020407','p_nNvuN4Ty','0ES8f9KM','AD21232f297','25','25','2.51515','0','0','0','22.48485','2.51515','0','0','0','0','0','0','47','P','47','1','2','15','78.98.203.xx','sk-SK','2015-11-02 07:57:09','672','2015-11-02 07:57:09','672')
If difficulties persist, please contact the System Administrator of this site and report the error below:
Unknown column 'order_create_invoice_pass' in 'field list' SQL=INSERT INTO `qx5if_virtuemart_orders` (`virtuemart_order_id`,`virtuemart_user_id`,`virtuemart_vendor_id`,`order_number`,`order_pass`,`order_create_invoice_pass`,`customer_number`,`order_total`,`order_salesPrice`,`order_billTaxAmount`,`order_billTax`,`order_billDiscountAmount`,`order_discountAmount`,`order_subtotal`,`order_tax`,`order_shipment`,`order_shipment_tax`,`order_payment`,`order_payment_tax`,`coupon_discount`,`order_discount`,`order_currency`,`order_status`,`user_currency_id`,`user_currency_rate`,`virtuemart_paymentmethod_id`,`virtuemart_shipmentmethod_id`,`ip_address`,`order_language`,`created_on`,`created_by`,`modified_on`,`modified_by`) VALUES ('0','672','1','201511020407','p_nNvuN4Ty','0ES8f9KM','AD21232f297','25','25','2.51515','0','0','0','22.48485','2.51515','0','0','0','0','0','0','47','P','47','1','2','15','78.98.203.xx','sk-SK','2015-11-02 07:57:09','672','2015-11-02 07:57:09','672')
Offline
Hlaska to rika jasne, v tabulce qx5if_virtuemart_orders chybi sloupec order_create_invoice_pass. Musite jej pridat(pripadne zkusit virtuemart updatovat pokud byla vydana oprava)
W3C validator | Performance tools | Stavové kódy HTTP | Fiddle | Codepen | Ideone | XAMPP
Offline
MySQL nieje moja parketa. Virtuemart je najnovší. Posledne sa aktualizovala joomla.
Môžete mi MySQL pomôcť? Nerad by som to pokazil ešte viac.
Upravil lubeno (2015-11-02 16:34:39)
Offline
SQL taky moc neresim. Kazdopadne podle toho, co jsem dohledal je v instalacnim sql skriptu pri vytvareni tabulek tento atribut obsažený. Pokud ho tam nemate melo by ho stacit pridat pres phpmyadmin (zvolit db, kliknout na SQL a vlozit nasledujici kod).
ALTER TABLE `qx5if_virtuemart_orders`
ADD `order_create_invoice_pass` varchar(32);
Snad je to jediny atribut, co tam chybi.
W3C validator | Performance tools | Stavové kódy HTTP | Fiddle | Codepen | Ideone | XAMPP
Offline
Aktualizoval som na VM na 3.0.11.4 a vyhlásilo:
"alterColumns alterKey not finished, please rise execution time and update tables again"
"compareUpdateTable alterKey not finished, please rise execution time and update tables again"
Ako zdvyhnem čas realizácie?
Doplnil som nasledujúci kod
ALTER TABLE `qx5if_virtuemart_orders`
ADD `order_create_invoice_pass` varchar(32);
a objednávka prebehla ale nedokončila s hlaškou:
"Obmedzený prístup!COM_VIRTUEMART_CART_ORDER_NOTFOUND"
Ako zmením prístup?
Offline