Cannot install extension in magento 2.3.2
I try to install a extension Readiness Check --> ok Create Backup --> ok Component Install stay to update pending and console log is empty Debian v10 PHP 7.1.32 Thank you
I try to install a extension Readiness Check --> ok Create Backup --> ok Component Install stay to update pending and console log is empty Debian v10 PHP 7.1.32 Thank you
I have used setup to create table but script is not creating the table. I have also removed the entry from setup_module table but still, it didn't work. Ive tried migration to declarative schema using bin/magento setup:install --convert-old-scripts=1 since its…
I am trying to create Barcode in PDF file in Magento 2.3.x Version, Below code was working in Magento 2.1.8 However this is throwing below error - PHP Fatal error: Uncaught TypeError: Argument 1 passed to ZendBarcodeRendererPdf::setResource() must be an…
I've been building a Magento 2 template however I've hit a roadblock with the way I'm pulling the prices. The prices are being pulled correctly for simple products by using the following (simplified as I'm exploding the variable to split…
I am currently trying to add a product to my cart useing this code. $quote = $this->_session->getQuote(); $quote->addProduct($product); $this->_cartRepository->save($quote); When I do this in a new session, the price of the product and the subtotal show as 0.00, but in…
After login with correct credential, I cannot login into admin panel. Here is the error message I am getting: 1 exception(s): Exception #0 (Exception): Notice: Undefined offset: 2 in D:XampphtdocsdemowebsesprojnamevendormagentoframeworkEncryptionEncryptor.php on line 588
I try to call a function from a module A to a module B here is the module A code namespace AEpaymentModel; class Etransactions { public function customPayment{ return "test"; } and module b code namespace BPaymentControllerIndex; class Payment extends…
I have updated Magento2.3.1 to Magento2.3.2. When proceed to checkout I am getting the data-bind error - knockout-3.4.1.js:72 Uncaught ReferenceError: Unable to process binding "if: function(){return (addressOptions.length > 1) }" Message: addressOptions is not defined When I searched the keyword…
Right now we are working on updating magento to latest version of magento 2.3.2 right now we are runing 2.2.7. I following the guide for 2.3 branch found at https://devdocs.magento.com/guides/v2.3/cloud/project/project-upgrade.html I have taken following steps : Step1: Update ece-tools version…
I migrated from Magento 1.9.1.0 to Magento 2.3.1...the migration was completed with warnings and after I reindexed and flushed cache and also set upgrade, compile, and deploy, Clicking on All Customers at admin backend displays error, can't view all customers…