I have a similar issue.
In my case, %QUESTIONS_ANSWERS% is blank.
This way we can’t see what people have answered. It is also blank in the results wp admin panel.
Thread Starter
randam
(@randam)
In the plugin’s files, look for the following php file:
php/classes/class-qsm-install.php
Here at line 945 there is a multiline CREATE TABLE statement. At line 963 it says system INT NOT NULL,.
Make sure that system is enclosed in quotation marks (the same ones used to make code blocks on this website).
Then deactivate and reactivate the plugin again.
Hope this helps.
-
This reply was modified 5 years, 11 months ago by randam.