wc-beans-settings.php
line 72
Replaced :
PRIMARY KEY id (id),
with :
PRIMARY KEY (id),
Fixed the problem for me.
Hope it helps 🙂
Running WP 4.0. I’ve managed to resolve the PRIMARY KEY issue. I can paste the fix in here if you would like? The undefined index’s are due to the option values being empty. I believe now I have the plugin working as expected.
I’ve just updated to version 0.9.11 and its still happening. :/
I even tried uninstalling and reinstalling from the WP Repository and the problem is still occuring
Update:
I have found the solution here:
Thanks 🙂