Class Zend not found in magento now. So for that, we have fixes for those classes which is currently using the same but we want to upgrade in latest magento 2.4.X versions. common errors of Zend: Error: Class Zend_Json not found Error: Class Zend_Http_Client not found Error: Class Zend_Filter not […]
Magento
when customers are trying to create a profile on our client’s website they get the following error message: “The store that was requested wasn’t found. Verify the store and try again.” After some troubleshooting, I think I found what the issue is, I noticed that the store id was 6 […]
Can somebody help? I have installed magento 2.4.6-p2 and wanted to install Pagebuilder. So I downloaded “magento2-page-builder-develop”, but i get an error while compiling: Unable to apply data patch MagentoPageBuilderSetupPatchDataUpgradePageBuilderStripStyles for module Magento_PageBuilder. Original exception message: Missing required argument $characterSet of GtDomDocument. After that when I did setup:di:compile I get […]
i’m very new in magento2 and i’m following the official docs. I’m playing around trying to change some css styles in the homepage but i seem to have issues with clearing the static files cache manually. if i go to the admin panel and go to System > Tools > […]
My situation: I created a new token_table (with InstallSchema.php) to store the token that will be needed when sending an API request to my endpoint. Now I managed to create a form where admin user can enter the token and save it. But after clicking on the “Save” button I […]
I get the following error when running bin/magento setup:upgrade This is after I uninstalled MSI inventory management system Warning: Undefined array key “inventory_source” in /vendor/magento/framework/Setup/Declaration/Schema/Db/SchemaBuilder.php on line 153 Setup:upgrade stalls with this error and magento goes off line Appreciate help
In Magento 2.4, I want to create a cart rule and that can not be applied if any product in the cart with 0 price. For Example, I have created a coupon code that allows a 20% discount on the total of the cart, and it is working fine. Now […]
Using Magento 2.4. I want to add some custom JS in the admin area. appcodeClientQuoteAdminThemeviewadminhtmlrequirejs-config.js var config = { map: { '*': { adminTheme: 'ClientQuote_AdminTheme/js/client-admin' } }, paths: { 'custom-script': 'ClientQuote_AdminTheme/js/client-admin' } }; I can see the above in the source of /static/adminhtml/Magento/backend/en_US/requirejs-config.js appcodeClientQuoteAdminThemeviewadminhtmlwebjsclient-admin.js define([ 'prototype' ], function () { […]
I’m currently working on a Magento 2 project and encountering issues with the “custom logger” when attempting to use it in developer mode. I’m hoping someone can help me troubleshoot this problem. "custom logger" Magento 2 version: 2.4.6 Logger used: $this->logger->debug()