pitza
Active member
- Dec 13, 2019
- 337
- 185
- 43
On all of my sites I had Quizbuilder installed, I have a database error like this:
(TQB Question Editor). Detailed error message: Table 'HObbEUmAA8sRYc.wp_tge_questions'
I cannot find anything in the database that's referring to this. Deleting the plugins and all database leftovers didn't help and with my older sites, I would lose too much stuff with a reinstall.
The error seems to come from Thrive Architect (or the theme builder), but it goes away when I disable the quizbuilder.
Does anyone know what's going on?
The jquery error looks like this:
(TQB Question Editor). Detailed error message: Table 'HObbEUmAA8sRYc.wp_tge_questions'
I cannot find anything in the database that's referring to this. Deleting the plugins and all database leftovers didn't help and with my older sites, I would lose too much stuff with a reinstall.
The error seems to come from Thrive Architect (or the theme builder), but it goes away when I disable the quizbuilder.
Does anyone know what's going on?
The jquery error looks like this:
SHOW FULL COLUMNS FROM `wp_tge_questions` LIKE 'settings' | +
| Plugin: thrive-visual-editor | Table 'HObbEUmAA8sRYc.wp_tge_questions' doesn't exist | 1146 |
ALTER TABLE `wp_tge_questions` ADD COLUMN `settings` TEXT NULL DEFAULT NULL AFTER `description` | +
| Plugin: thrive-visual-editor | Table 'HObbEUmAA8sRYc.wp_tge_questions' doesn't exist | 1146 |
SHOW FULL COLUMNS FROM `wp_tqb_user_answers` LIKE 'answer_text' | +
| Plugin: thrive-visual-editor | Table 'HObbEUmAA8sRYc.wp_tqb_user_answers' doesn't exist | 1146 |
ALTER TABLE `wp_tqb_user_answers` ADD COLUMN `answer_text` TEXT NULL DEFAULT NULL AFTER `quiz_id` | +
| Plugin: thrive-visual-editor | Table 'HObbEUmAA8sRYc.wp_tqb_user_answers' doesn't exist | 1146 |
Last edited: