Yoast / Yoast-SEO-for-Magento2

Yoast SEO for Magento 2
Other
70 stars 29 forks source link

"Base table or view not found" error on setup:upgrade #54

Closed pooshok closed 6 years ago

pooshok commented 7 years ago

AbstractInstallSchema.php: line 72 $cmsTableName = $this->getSetupConnection()->getTableName('cms_page'); returns wrong table name if there are used tables with prefixes.

Can be changed to $cmsTableName = $this->setup->getTable('cms_page'); but not sure if it is perfect solution

vincenthornikx commented 6 years ago

Fixed in 1.0.7