In 2020, there’s no reason for your website not to use HTTPS. Visitors expect it, Google uses it as a ranking factor and browser makers will happily name and shame those sites not using it. In this tutorial, I’ll walk you through a practical example of how to add a […]
Daily Archives: April 10, 2020
how to increase sku 64 symbols to be 255 symbols at magento 2.3.2 the below image https://i.imgur.com/MaWo0Qo.jpg i did this but still same set “const SKU_MAX_LENGTH = 255;” in the file module-catalog/Model/Product/Attribute/Backend/Sku.php SQL ALTER TABLE catalog_product_entity CHANGE sku sku VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT ‘SKU’;
I have install grunt by at last it stops & doesn’t execute sudo grunt watch:fittings Running "watch:fittings" (watch) task Waiting... Grunt stops at last……….
When I run the command ‘/usr/local/php71/bin/php-cli /home/******/public_html/bin/magentosetup:upgrade’ on a siteground.com hosted site with Magento 2.3.0 installed it worked perfectly But on an inmotionhosting.com hosted site with Magento 2.3.3 installed it returned the error ‘no such file or directory’ Please help
This is killing me. When I run bin/magento setup:upgrade it throws this: Warning: include(/vendor/composer/../../generated/code/Magento/Framework/App/Config/InitialConfigSource/Proxy.php): failed to open stream: No such file or directory in /vendor/composer/ClassLoader.php on line 444 And when I run bin/magento setup:di:compile it throws this: Class MagentoFrameworkAppResourceConnectionProxy does not exist Site was running perfectly. I had run setup:upgrade […]