Magento
CategoryPHP 8.* – Deprecated Functionality: explode(): Passing null to parameter #2 ($string)
If you are facing an issue like that ”, which is mostly being shown when you move code from PHP 7.4 to 8.*. I would say that the best app..
How to fix ‘No such file or directory for vendor/composer/../../generated/code/Magento/Framework/App/ResourceConnection/Proxy.php’ in Magento 2.x
If you are trying to run a setup:upgrade or setup:di:compile, and getting the No such file or directory error message for the Proxy class,..
Magento 2.x – The checksum verification of the file failed when running composer install
When we are setting up our project, we can find out this error message related to any of our composer modules saying.
“The checksum ver..
Magento 2.x – Constant name is expected. Error message.
When trying to run any bin/magento command, or just trying to access the site, and getting this error message.
The first thing you ..
Magento 2.x – Add a CMS page entry through a database query without issues
With the following script, you will be able to add a new CMS page, withouth dealing with indexes or sequences problems.
Hope it helps.
..
Magento 2.x – How to restore an order from cancelled to processing with an script
As we know, a cancelled order cannot be restored with the default Magento order flow. But, if you need to perform that for a particular ne..
How to Switch Between Composer Version 1 and 2
Sometimes when working with different projects, you might need to change frecuently between different composer versions. To get that as a ..
After Upgrading to Magento 2.4.3 the pagination is not working anymore
If you recently upgraded your Magento installation to 2.4.3 version, and the pagination on category and search pages is not working anymor..
Magento 2.x – Customer session not working – not getting customer logged in data
Hi there,
If you trying to get customer logged in data in your Magento 2 module, and for any reason this is not working, retriving null..
How to export a mysql CLI query into a csv file
if you are trying to export your query into a csv file to share it or just analyze any data, you can perform the following CLI command:
..