-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
catalogsearch_fulltext_scope(ID) tables are not created #39
Comments
Fixed, not being created with php 7 |
I'm getting something very similar to this. I get this when I try to use the rest/V1/products API like this: I'm using Magento 2.0.0 and I'm calling this API from another application I'm developing. I'm not using any migration tool, by the way, but this is the only place Google could find anything resembling this error. A bit ago I was getting catalogsearch_fulltext_scope6 instead of catalogsearch_fulltext_scope2 for some reason. I reset my database (from an export I did right after originally installing it) and now I"m getting the 2 instead of the 6. Please advise. I appreciate your help! :) |
Hi! I'm getting the exact same issue as @davetbo exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento2i.catalogsearch_fulltext_scope2' doesn't exist' in C:\Program Files\wamp\www\magento2i\vendor\magento\zendframework1\library\Zend\Db\Statement\Pdo.php:228 I was creating a product from the admin interface AFTER migrating from a 1.9.2 installation using the migration tool. Maybe the update in the data migration tool (magento/magento2#2798) will have this fixed? Thanks! |
I figured out that it's because on my new install the index tables had not Best,
|
After running the data migration tool the store catalogsearch_fulltext_scope(ID) tables are not created resulting in the following exception when viewing the front end:
The text was updated successfully, but these errors were encountered: