Posts

Showing posts with the label PHP

Magento 1x: how to uninstall smile-SA elasticsearch extension

How to uninstall smile-SA elasticsearch extension on magento 1x:  uninstall steps:  -- - deleted smile xml configuration file from etc module directory    - deleted smile related entries from core_config_data db table   - deleted "virtual_category" from eav_attribute db table and then reindexed data, clear your magento store cache and now default search working fine. That's it for uninstall smile-SA elasticsearch extension from Magento 1x version.

Magento 2x installation guide

Image
Magento 2x installation guide - Download the magento latest version from Archive .   OR   use composer create-project    --  Installation flow diagram shared with corutesy of Magento Post installation steps:       - clear chace       - disable cache       - reindex data       - compile code       - install sample data       - compile code       - reindex data       - deploy static content For further instruction you can visit: - sample data installation    http://devdocs.magento.com/ guides/v2.1/install-gde/ install/sample-data-after- composer.html - Magento command line configuration     http://devdocs.magento.com/ guides/v2.1/config-guide/cli/ config-cli-subcommands.html