I get error An exception was raised while creating “Request”; no instance returned when I want to use the di compile command, that I test another command and I saw I have the error for all commands. How we can fix An exception was raised while creating “Request”; no instance returned I know it’s because…
Month: February 2021
Fatal error: Uncaught Error: Call to undefined function xdebug_disable() in Magento 2
How we can fix Fatal error: Uncaught Error: Call to undefined function xdebug_disable() error? it can be happen when you want to install xdebug. you can simple remove xdebug and all thing worked perfectly or not you can change Magento core code. find vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/_bootstrap.php file and, find below codes Now, you can change the code…
Magento 2 remove the version number from url
It’s a good Magento feature that sometimes disturbed Magento developers. If you get a 404 error or cache clean does not work, etc. I want to show you all way that we can remove the version number from Magento URL. remove Magento version number by PHPMyAdmin open the phpmyadmin and select you Magento database. find…