XF 2.0 XF\Db\Exception: MySQL statement prepare error [1932]: Table 'edawgcom_website.xf_template_phrase' doesn't exist in engine in src/XF/Db/AbstractStatem

DoogiePC

Member
I try to rebuild an addon or even just installing an addon and I get this error:

190546

It also seems to happen for other things like creating a node
 
I did a fresh install and restored the backup still it was same. Then i ran this sql query

Code:
CREATE TABLE `xf_template_phrase` (`template_id` int(10) UNSIGNED NOT NULL, `phrase_title` varbinary(100) NOT NULL, PRIMARY KEY (`template_id`,`phrase_title`), KEY `phrase_title` (`phrase_title`)) ENGINE=InnoDB CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci

Finally it fixed it. I am happy now :)
 
Last edited by a moderator:
Top Bottom