I would like to increase my development productivity. Is it possible to add breakpoints in Magento 2 server files in Visual Studio? Because there is a plugin called XDEBUG in VS code. I installed it but I do not know how to connect and debug my Magento 2 instance ? […]
Magento
I have magento 2.4.5 and my own dedicated server with elastic search installed. my catalogue page takes forever to load (16 sec). I have 18K products. Magento profiler shows me: TEMPLATE:/var/www/magento2/app/design/frontend/mytheme/mytheme/Magento_Catalog/templates/product/list/toolbar.phtml. with a 14.405653s time · EAV:load_collection 0.679354 · load_entities 0.571876 · set_orig_data 0.010517 · after_load 0.096795 There is nothing […]
In var/log both in exception.log and in system.log I have this type of error that I don’t know what is due and I have no idea how to debug it, can someone give me clarification on what is due and possibly how to fix it. main.ERROR: Warning: stripos(): needle is […]
I have created the custom graphql in magento 2.4.4 and working fine.Response looking like below { "data": { "showDetails": [] } } but i need the response structure like below { "results": { "showDetails": [] } } How can we replace "data" with "results" in response.?
i have magen2 2.4.3 with theme wolf and many stores and countries, well i tried to up a new module payment method (pagoEfectivo), i took the folder, put at app/code, i executed bin/magento set:up, bin/magento s:s:d bin/magento c:c bin/magento c:f, and when i stayed at checkout step, the payment method […]
I have a magento 2.4.4-p2 instance where reorder from backend works this way: I open the order detail page click on reorder the order form is already pre-filled with the original order This is what I expect. However, I have a magento 2.4.3-p3 instance where reorder doesn’t pre-fill the shipping […]
While checking I found these error logs. Anyone can help me what should I have to do please? Here’s the error logs: https://onetimesecret.com/secret/l242h8z8w7r84fkuf3dc09vd2clbns3
I am trying to update magento from 2.3.4. to 2.4.5. In the past I had installed composer as root user on my VPS. This is not advised and can cause issues with reading/writing of files. Can/should I install composer in each magento installation? Is it possible to just remove the […]