“The plugin generated 2694 characters of unexpected output⦔ on Plugin activation, CREATE TABLE sql command not working
There are two things wrong. First, you have an error in your SQL syntax. The following do not have a type defined: streetaddress NOT NULL, suburbaddress NOT NULL, postcodeaddress NOT NULL, I would assume these are “text” but MySQL doesn’t know that š So you probably meant them to be: streetaddress text NOT NULL, suburbaddress … Read more