Skip to content

magento man

compiling error magento 2

I am using Magento 2.4.5 and php 8.1 when I try to sudo php bin/magento setup:di:compile I get this error: Compilation was started. Repositories code generation… 1/9 [===>————————] 11% 1 sec 119.0 MiBUnclosed ‘{‘ on line 23#0 /var/www/magento2/vendor/composer/ClassLoader.php(428): ComposerAutoloadincludeFile() #1… Read More »compiling error magento 2

How to configure n98 mage run for xdebug?

Xdebug for magento generally works, but there are problems with magerun, instead of debugging the cron class, debug n98-magerun2.phar occurs. I tried to configure path mapping, but it still debugs n98-mage run 2.phar. How can this be fixed?

I’m facing the migration issue magento 1.9.3.9 to magento 2.4.4

There are showing some errors in migration How we can resolve it. anyone can resolve this issue ?? E:xampp81htdocsmagento2>php bin/magento migrate:settings vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.9/config.xml PHP Fatal error: During inheritance of Iterator: Uncaught Exception: Deprecated Functionality: Return type of MigrationResourceModelAbstractCollection::current() should either be… Read More »I’m facing the migration issue magento 1.9.3.9 to magento 2.4.4

insertListing is making 2 ajax calls and one of them is causing 500 error

I am loading up a customer grid into a modal with insertListing: <insertListing name=”customer_listing”> <settings> <dataLinks> <exports>false</exports> <imports>true</imports> </dataLinks> <autoRender>true</autoRender> <selectionsProvider> customer_listing.customer_listing.customer_columns.ids </selectionsProvider> <dataScope>customer_listing</dataScope> <ns>customer_listing</ns> </settings> </insertListing> This makes the ajax call and the JSON is returned, but then it… Read More »insertListing is making 2 ajax calls and one of them is causing 500 error