ocmaster85
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Problem with VAT Tax emptySemicolon after USE DB did the trick..! 🙂
Taxes are now calculated and everything Works nicely..!!
I’m a happy Guy now.. 😉 Thanks to all the gave input..!! 🙂
Forum: Plugins
In reply to: [WooCommerce] Problem with VAT Tax emptyHmmm thanks for the link Iorro, but still get this:
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘CREATE TABLE wp_woocommerce_tax_rate_locations ( location_id bigint(20) NOT NUL’ at line 2
What seems to be the problem here.. ? 🙁
USE mydatabase CREATE TABLE wp_woocommerce_tax_rate_locations ( location_id bigint(20) NOT NULL, location_code varchar(255) NOT NULL, tax_rate_id bigint(20) NOT NULL, location_type varchar(40) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;Forum: Plugins
In reply to: [WooCommerce] Problem with VAT Tax emptyI would belive it’s the formatting and signs used – could someone send me a link to a screendump of how it should look in MySQL
Using one.com by the way..
Forum: Plugins
In reply to: [WooCommerce] Problem with VAT Tax emptySame issue…
But when i try to enter the Query into MySQL admin – new Query i get the following error..Error SQL query: USE [mydatabase] CREATE TABLE wp_woocommerce_tax_rate_locations( location_id bigint( 20 ) NOT NULL , MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CREATE TABLE wp_woocommerce_tax_rate_locations ( location_id bigint(20) NOT NU' at line 2I just did a copy paste of the Query in this tread:
changed to my DB name off course 🙂
USE [mydatabase] CREATE TABLE <code>wp_woocommerce_tax_rate_locations</code> ( location_id bigint(20) NOT NULL, location_code varchar(255) NOT NULL, tax_rate_id bigint(20) NOT NULL, location_type varchar(40) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;What am i doing wrong here – please help.. 🙁