Hello! I just ran into problems with this add-on. Hope there is a kind soul that maybe could spend a few minutes trying to help me? :)
I just tried to install this add-on.. Everything went fine until I later came to the sql question text file to run...
When i ran it i got the following output:
1364 Field 'query_keys_list' doesn't have a default value
in:
[INSERT INTO query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I'm not an expert to this.. But I guess a "field name" from another add-on is already in the database and the SQL script from this plugin (Fast and Easy Checkout) did not have this adoption to the insert into string? ..
Is there a way to fix this?
Also. When I ran this.. Is this change inside my database now or did it never execute because of the error?