Update Magento from shell
First we set the shop to maintenance mode: php magento maintenance:enable To update Magento to version 2.3.0 run the following command: composer require magento/product-community-edition 2.3.0
Home » Blog
First we set the shop to maintenance mode: php magento maintenance:enable To update Magento to version 2.3.0 run the following command: composer require magento/product-community-edition 2.3.0
The Magento cache can be flushed by running the following command: php magento cache:flush
You can simplify the process of creating an admin account by running the following command from the CLI: php magento admin:user:create –admin-user=”admin” –admin-password=”YourSecretPassword” –admin-email=”jouw@emailadres.nl” –admin-firstname=”Piet” –admin-lastname=”Von Bach”
Open the file functions.php that is inside the theme folder that you use. Add: add_filter(‘xmlrpc_enabled’, ‘__return_false’);
In this article I will explain how to install additional versions of PHP on Debian. You have to choices. You can install pre-compiled binary packages.
When you use Debian Linux and you change directory in MC and then exit it does not stay in the current directory. This can be
First boot machine from recovery CD/ISO. Then type: vgchange -a y e2fsck -fy /dev/pve/root lvextend -l +100%FREE /dev/pve/root resize2fs /dev/pve/root
I only needed this on the button element. To fix it I opened the file:wp-content/plugins/elementor/includes/widgets/button.php Change: ? 1 2 3 4 5 6 if (
Press Windows key + R Type: cmd and press enter Now on the shell type: Reg Query “HKLMSOFTWAREMicrosoftWindows NTCurrentVersion” /v ReleaseId