Entries by puneetk00

How to see log changes by commit id

You can see git log by commit id via below terminal command, just you have to pass your git commit id and options. then you will see magic. git is very powerful tool. it track all changes and also manage your code version. I am always using git. it is also help to keep save […]

Magento 2 getting error while creating ui_component

TypeError: get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string given in /var/www/html/vendor/magento/framework/Code/Reader/ClassReader.php:98 Stack trace: #0 /var/www/html/vendor/magento/framework/Code/Reader/ClassReader.php(98): get_parent_class() #1 /var/www/html/vendor/magento/framework/View/Element/UiComponent/Argument/Interpreter/ConfigurableObject.php(142): Magento\Framework\Code\Reader\ClassReader->getParents() #2 /var/www/html/vendor/magento/framework/View/Element/UiComponent/Argument/Interpreter/ConfigurableObject.php(105): Magento\Framework\View\Element\UiComponent\Argument\Interpreter\ConfigurableObject->getParents() #3 /var/www/html/generated/code/Magento/Framework/Data/Argument/InterpreterInterface/Proxy.php(95): Magento\Framework\View\Element\UiComponent\Argument\Interpreter\ConfigurableObject->evaluate() #4 /var/www/html/vendor/magento/framework/Data/Argument/Interpreter/Composite.php(61): Magento\Framework\Data\Argument\InterpreterInterface\Proxy->evaluate() #5 /var/www/html/vendor/magento/module-ui/Config/Data.php(164): Magento\Framework\Data\Argument\Interpreter\Composite->evaluate() #6 /var/www/html/vendor/magento/module-ui/Config/Data.php(167): Magento\Ui\Config\Data->evaluateComponentArguments() #7 /var/www/html/vendor/magento/module-ui/Config/Data.php(111): Magento\Ui\Config\Data->evaluateComponentArguments() #8 /var/www/html/vendor/magento/module-ui/Config/Data.php(136): Magento\Ui\Config\Data->initData() #9 /var/www/html/vendor/magento/framework/View/Layout/Reader/UiComponent.php(100): Magento\Ui\Config\Data->get() #10 /var/www/html/vendor/magento/framework/View/Layout/ReaderPool.php(105): Magento\Framework\View\Layout\Reader\UiComponent->interpret() #11 /var/www/html/vendor/magento/framework/View/Layout/Reader/Container.php(84): […]

How to create swap file in ubuntu linux

Step 1 – Checking the System for Swap Information: Before proceeding, it’s essential to check if the system already has swap space available. You can do this by typing the following command: sudo swapon –show If you don’t get any output, it means your system currently does not have any swap space configured. You can […]

Magento 2 Gym Extention

We are inventing new plugin for magento 2. It would manage your gym members and also provide you member fee pending for month. Git repo : https://github.com/puneetk00/mg2gym Key features. If you want to suggest any other features please comment on blog. Or send me message on puneetk00@gmail.com with sub : magento 2 gym plugin.

Composer switch 2 to 1

To switch the version of Composer from version 2 to version 1, you can use the following command: luaCopy codecomposer self-update –1 This command will update your current version of Composer to the latest available version in the 1.x series. Keep in mind that the syntax might vary depending on the specific version of Composer […]

magento marketplace

Magento Marketplace is an online platform that serves as a hub for the buying and selling of extensions, themes, and other software solutions specifically designed for Magento, an open-source e-commerce platform. Launched as an official extension store by Magento, the marketplace offers a vast array of add-ons and customizations that enhance the functionality and appearance […]

Magento: Unraveling the E-Commerce Powerhouse – History, Versions, and 7 Reasons to Use It for Your Business

Introduction In the ever-evolving digital landscape, e-commerce has emerged as a driving force in the world of business. Among the various e-commerce platforms, Magento has stood out as a robust and flexible solution, empowering businesses to create and manage their online stores with ease. In this article, we delve into the history of Magento, explore […]

How to install PHP 7.3 on Ubuntu 20.04

To install PHP 7.3 on Ubuntu 20.04, you’ll need to use a third-party repository since PHP 7.3 is not available in the default Ubuntu repositories. Here are the steps to install PHP 7.3: sudo apt update sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install php7.3 sudo apt install php7.3-cli php7.3-fpm […]

Magento2 password reset URL

You can replace your domain with example.com and copy token from database customer_entity table rp token and customer id then you can directly reset password of customer. http://example.com/customer/account/createPassword/?id=7705&token=yLv84OIUBprrez4VXmIGy09nlwNPqOIS