I just updated my magento website from 2.3 to 2.4.3
Now I’m getting this error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘angolo.pagebuilder_template’ doesn’t exist, query was:
SELECT MAX(template_id) as max, COUNT(*) as cnt FROM (SELECT pagebuilder_template
.template_id
, pagebuilder_te mplate
.template
FROM pagebuilder_template
WHERE (template IS NOT NULL) AND (template LIKE (‘%data-content-type
=”%’)) AND (pagebuilder_template
.template_id
> 0) ORDER BY pagebuilder_template
.template_id
ASC
LIMIT 50000) AS t
Thanks
Fernando