Version 1.7 doesn't create exams
-
Hello,
I’ve updated from watu 1.6 (which worked OK) to 1.7 and with this last version I’m not able to create exams. I allways receive the same “To add this exam to your blog, insert the code [WATU 0] into any post.” And looking at the DB, no exam has been created.The table wp_watu_master has the following fields:
ID, name, description, final_screen, added_on
In watu.php file, at the create table sql only have this fields.In watu_exam.php file the insert sql says:
INSERT INTO wp_watu_master
(name, description, final_screen, added_on, randomize)This means that the sql insert code has extra column, randomize.
Is this an error?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Version 1.7 doesn't create exams’ is closed to new replies.