-
Notifications
You must be signed in to change notification settings - Fork 340
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
Table not found : module doesn't manage table prefixes in 2.5.0 #743
Comments
#743 - fix missing table prefix while looking up db
PR have been merged and will be part of the next maintenance release (2.5.1). |
Note that there is another error that I haven't fixed (without knowing if normal or not). |
For your reindexing issue, I suppose you are working on branch master and not on the 2.5.x branch. The master branch contained the next major release (2.6.0). In version 2.6.0 we will drop the support for version 2.x of ElasticSearch and we will support only 5.x and 6.x. Note : you should not use a branch until you are contributing and you should prefer using a stable release (2.5.0 currently). BR, |
Indeed, after some cleanup, reindexing went ok. I'm now plugged on ES 5.2 (maximum available for my hosting platform...). |
Preconditions
Magento Version : 2.2
ElasticSuite Version : 2.5
Environment : dev
Steps to reproduce
Actual result
src/module-elasticsuite-catalog/Model/ResourceModel/Product/Search/Position.php:64
src/module-elasticsuite-catalog/Model/ResourceModel/Product/FilterableAttribute/Category/Collection.php:129
src/module-elasticsuite-catalog/Model/ResourceModel/Product/FilterableAttribute/Category/Collection.php:170
The text was updated successfully, but these errors were encountered: