Run the following command to upgrade database.
php bin/magento setup:upgrade
Run the following command to upgrade database.
php bin/magento setup:upgrade
You can disable the module by running the below command.
php bin/magento module:disable Vendorname_Modulename
Or other way, you can access the file app/etc/config.php
You will see a long list of modules there, just set the value 0 for the module ‘Vendorname_Modulename’ => 0,
Your module should be disabled now.
You can enable the module by running the below command.
php bin/magento module:enable Vendorname_Modulename
Or other way, you can access the file app/etc/config.php
You will see a long list of modules there, just add your module as well ‘Vendorname_Modulename’ => 1,
Your module should be available now.
I have faced the same issue and its like the system was throwing the below error
Magento ver. 2.2.0-dev – A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later
To fix the issue I have deployed the static content again and done reindexing and cache clearing
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:flush
I have faced the same issue and its like the css,js and images were not loading after Magento 2 installation.
Below commands were issued from command line and that solved the issue.
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:flush
“{“path”:”app/etc”}” writable directory permission.
“{“path”:”var”}” writable directory permission.
“{“path”:”pub/media”}” writable directory permission.
“{“path”:”pub/static”}” writable directory permission.
“{“path”:”generated”}” writable directory permission.
PHP Extension curl.
PHP Extension dom.
PHP Extension iconv.
PHP Extension mcrypt.
PHP Extension simplexml.
PHP Extension spl.
PHP Extension xsl.
PHP Extension intl.
PHP Extension mbstring.
PHP Extension ctype.
PHP Extension hash.
PHP Extension openssl.
PHP Extension pdo_mysql.
PHP Extension soap.
PHP Extension zip.
PHP Extension phar.
PHP Extension xmlwriter.
PHP Extension libxml.
PHP Extension pcre.
PHP Extension gd.
php bin/magento cache:flush
php bin/magento cache:clean
Run the following command
/var/lib/n98-magerun/n98-magerun.phar sys:cron:run JOBCODE
Run the command from terminal
/var/lib/n98-magerun/n98-magerun.phar sys:cron:list