-
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
Uninstal elasticsuite #2024
Comments
Removed the lines referring to smile from: PHP Fatal error: Uncaught Error: Class 'Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration\BaseConfig' not found in /opt/bitnami/apps/magento/htdocs/generated/code/Smile/ElasticsuiteCore/Search/Request/ContainerConfiguration/BaseConfig/Proxy.php:7 |
Hello @mihaikalif, Removing our module manually is not the best solution, but you can easily remove the ElasticSuite module via composer: I suggest you this way:
Best regards, |
rm -rf var/cache/* Did the trick and finally I removed successfully the elasticsuite. |
Ok great I close then. Regards |
Uninstal for elasticsuite fails
Preconditions
Magento Version : Magento CE 2.4.0
ElasticSuite Version : 2.10.1
Environment : developer
Third party modules :
Steps to reproduce
Expected result
removed successfully
Actual result
Errors appears when trying to flush cache
PHP Warning: require(/opt/bitnami/apps/magento/htdocs/vendor/composer/../smile/elasticsuite/src/module-elasticsuite-core/registration.php): failed to open stream: No such file or directory in /opt/bitnami/apps/magento/htdocs/vendor/composer/autoload_real.php on line 73
PHP Fatal error: require(): Failed opening required '/opt/bitnami/apps/magento/htdocs/vendor/composer/../smile/elasticsuite/src/module-elasticsuite-core/registration.php' (include_path='/opt/bitnami/apps/magento/htdocs/vendor/magento/zendframework1/library:.:/opt/bitnami/php/lib/php') in /opt/bitnami/apps/magento/htdocs/vendor/composer/autoload_real.php on line 73
The text was updated successfully, but these errors were encountered: