Blog
-
Depending on your configuration it may also be unecessary. If you are in
default
ordev
mode you do not need it.You just need it on
production
modeFrom command line and from your Magento root pat
-
- Delete the Module folder from
{folder path}\app\code
- Remove module entry from below tables
core_config_data
&setup_module
-
Run command
{magento project roo
- Delete the Module folder from
-
If you are installing new Ubuntu 16.04 LTS or upgrading/Downgrade from your older Ubuntu installation then you will get an error like “phpMyAdmin – Error – The mbstring extension is missing. Please check your PHP conf
-
Updating/Upgrading to Magento 2.1.0 (via composer)
composer require magento/product-community-edition 2.1.0 --no-update
composer update
rm -rf var/di var/generation
sudo chmod -R 777 var/
php bin/magento cache:cl
-
Integrity constraint violation: 1062 Duplicate entry ‘4-Images’ for key ‘EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME’, query was: UPDATE `eav_attribute_group` SET `attribute_group_name` = ? WHERE (`attribute_group_
-
Install phpunit
Installing phpunit package on Ubuntu 16.04 (Xenial Xerus) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install phpunit