Chat on WhatsApp
CATEGORY

Magento Development

Module development, admin/system.xml configuration, plugins, observers, DI and backend how-tos for Magento 2 & Adobe Commerce.

28 articles
Magento Development Magento 2.4.9 Magento 2 "Unable to Unserialize Value. Error: Syntax Error": The Complete Fix

Magento 2 "Unable to Unserialize Value. Error: Syntax Error": The Complete Fix

The Magento 2 "Unable to unserialize value. Error: Syntax error" almost always means an old PHP serialize() value is sitting where Magento now expects JSON, usually after an upgrade or a mismatched database restore. This guide fixes it fix-first for 2.4.4 to 2.4.9: flush the cache, read the stack trace to find the table, then convert or clear the one bad row safely.

Kishan Savaliya 9 min read
Magento Development Magento 2.4.9 Magento 2 Product Images Not Showing: The Complete Fix

Magento 2 Product Images Not Showing: The Complete Fix

Grey placeholders, broken thumbnails, or 404s under /media/catalog/product/cache/ have a short, fixable list of causes. This guide works through each one fix-first for Magento 2.4.4 to 2.4.9: regenerating the resized cache, the 660 permission trap after a migration, missing originals, base media URL, CDN cached 404s, and wrong store-view or image roles.

Kishan Savaliya 9 min read