Error Code 0001 when creating new quiz (solved)
-
When installing Quiz and Survey Master, I got
Error Code 0001
. When inspecting my WordPress database, I noticed that the tablewp_mlw_quizzes
was not created.I checked the code for the
CREATE TABLE
query and found that the reason the table wasn’t created, is that the query has a reserved word in it.Replacing
system
withsystem
in the query and then running it, solved the problem.
Not sure why this is a problem in my specific case. I guess it depends on the MySQL version. Mine is 8.0.19.
Hopefully this helps someone else. Also would be good if the plugin maintainers patch this in the next release.
Cheers and thanks for the awesome plugin!
- The topic ‘Error Code 0001 when creating new quiz (solved)’ is closed to new replies.