33 pages containing "magento"
Magento Imagine 2015 – Monday
"I pushed my code on Christmas Day"
MagentoU – 5 years ago today
My second Magento 2 core fix recommendation was accepted!
Fix for the Catalog API error: rest/all/V1/products fails with [message] => The product was unable to be saved. Please try again.
During reindexing, this error is shown at the cli: SQLSTATE[HY000]: General error: 1478 InnoDB: Tablespace `innodb_system` cannot contain TEMPORARY tables., query was: CREATE TEMPORARY TABLE IF NOT EXISTS `catalog_category_product_index_store1_tmp` LIKE `catalog_category_product_index_store1`
web-token/jwt-framework v2.2.11 requires ext-sodium * -> it is missing from your system. Install or enable PHP's sodium extension.
The correct and Magento-proper way to add a log file is to inject the \Psr\Log\LoggerInterface class into the constructor to call the logger object. However, this is not always practical, especially when you need a quick output. Here's a simpler way to temporarily output to a text log file from anywhere in Magento 2.
I can't believe it's been 10 years already! This was truly an enjoyable conference.
If you get the following error message when trying to access Magento's API then you're in luck! {"message":"The consumer isn't authorized to access %resources.","parameters":{"resources":"Magento_Sales::actions_view"}}
Problem: Root composer.json requires dealerdirect/phpcodesniffer-composer-installer ^0.5.0 -> satisfiable by dealerdirect/phpcodesniffer-composer-installer[v0.5.0].
In Magento 2, it's possible to call any block into any phtml with two lines of code.
After updating to Magento 2.4.3, there is an error that is not directly related to PHP or nginx that can cause some headaches in the admin.
Magerun2 is the best option for this but it's not always available. This small PHP standalone decrypts encrypted core_config_data settings and can run on any Magento 2 installation. I use it on Magento Cloud with no problems.
Sean Breeden Discusses the Magento Development and Shares the Sources for Magento Certifications
“Don’t Get Discouraged If You Fail. You Only Truly Fail If You Give Up!”
I posted this answer in 2013 and it still works today.
In Magento Commerce Cloud, this error will stop your deployments cold. Make sure you haven't accidentally updated composer!
If your Magento store front is not displaying any styles and you find that you are suddenly missing styles-l.css and styles-m.css in Magento 2.4.x but don't know why? Have you tried everything and now you're contemplating a career change to something less stressful like Air Traffic Controller? This is your lucky day...
After upgrading from Magento 2.3.7-p2 to Magento 2.4.3-p1, customer-data.js started erroring out in the checkout success page. Here's how to easily fix it.
I joined the Magento Association to help support the Magento community.
There's a module in Magento 2 that has the sole purpose of disclosing your Magento version to anyone that wants it. Disable it.
I have compiled a basic set of instructions on replacing Zend libraries with Laminas in your Magento 2.4.6 upgrade. This will mostly apply to any custom modules that use Zend.
This is an unexpected error that can just pop up out of nowhere. There is a very easy fix.
Don't miss out on the opportunity to accept crypto currencies in your Magento 2 storefront! I have listed several solid payment gateways that can be easily integrated into your Magento 2 store.
These instructions assume that you already have nginx or Apache set up for your local development environment. I'll put together some more detailed instructions in a later post for starting completely from scratch. This gets you from Magento 2.4.3 or lower to Magento 2.4.4.
Some data and thoughts about the current state of online e-commerce