Questions tagged [magento-2.3]

311 questions
5
votes
1 answer

Orders do not exist in Magento 2 but customer payments successfully captured with assigned order numbers

Platform M2.3.4 Date: 29-Apr-2020 Situation: There was a configuration error in Redis & Varnish settings that caused checkout issues making the checkout time much longer than expected for users due to excessive memory overload on checkout…
Cyphas
  • 51
  • 3
5
votes
6 answers

Notice: Undefined offset: 2 in vendor\magento\framework\Encryption\Encryptor.php

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…
prasanth
  • 53
  • 1
  • 1
  • 3
4
votes
1 answer

"Class Magento\Catalog\ModelCategory\Attribute\Backend\LayoutUpdate doesnot exist" in Magento2

I am facing this issue when I trying to setup Magento2.3.2 p2 in my local system. Admin is working fine. But in frontend I am getting the below issue. Exception:Class Magento\Catalog\ModelCategory\Attribute\Backend\LayoutUpdate doesnot exist I…
Prince
  • 401
  • 1
  • 7
  • 34
4
votes
4 answers

Magento 2: Bulk Actions Not Starting?

I've spent a few hours trying to figure this out however I haven't progressed much so I thought I'd post here. I'm having issues with the Bulk Actions not starting, the task gets queued however that's all it does, it doesn't start. I get a Task…
Jas Singh
  • 154
  • 4
  • 13
4
votes
2 answers

How to clear quote/cart in magento 2 using REST API

Is there any REST API to clear cart all product One API is there to delete cart product using product ID http://example.com/V1/carts/mine/items/:itemId But my quote/cart i have added many product then I want clear my whole cart product is there…
Jayesh Chopda
  • 41
  • 1
  • 5
4
votes
0 answers

magento 2 Uncaught TypeError: No method named "openModal"

I am using magento 2.3 version. I make a custom module. In the custom module, I need 2 popups (using bootstrap modal). Here is my js code - JS code: define( [ 'jquery', 'Magento_Ui/js/modal/modal', …
sumeet bajaj
  • 237
  • 2
  • 12
4
votes
3 answers

magento 2.3 After install blank screen

. After install with no error , admin blank screen but it gives error on console on browser.
saral company
  • 41
  • 1
  • 2
3
votes
1 answer

Overriding Magento_SalesRule ResourceModel by preferences throws error: Type Error occurred when creating object

Error Message in debug.log: [2020-11-10 07:57:17] main.CRITICAL: Type Error occurred when creating object: Magento\SalesRule\Model\ResourceModel\Rule, Argument 3 passed to Magento\SalesRule\Model\ResourceModel\Rule::__construct() must be an…
Rehan Arshad
  • 350
  • 3
  • 13
3
votes
3 answers

Cant access Magento 2.4.0 backend Could not create an acl object: Invalid Document

I'm testing Upgrade to Magento 2.4 but getting the error below. I've read that this error can relate to a missing title attribute in a custom extension. To try and isolate teh issue I have remove all the extensions from /app/code/ folder and then…
user552769
  • 361
  • 6
  • 20
3
votes
2 answers

How to get current product in block in Magento 2 without Register and Object Manager?

How to avoid using depricated Registry and prohibited Object Maneger to get current product? I have this code now: $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $product =…
AngryEvil
  • 31
  • 3
3
votes
1 answer

Same code in 2.3 is not working with Magento 2.3.3 version

This is code was working fine with Magento 2.3, but is not with 2.3.3 Data.php
3
votes
1 answer

TCPDF writeHTML margin/padding styling not working

I have implemented TCPDF in my Magento 2 application. What I did was to create an HTML file and load it into my TCPDF instance in my controller. I added all the styling as inline style in my HTML markup. But upon loading the styling is not being…
MadzQuestioning
  • 3,341
  • 8
  • 45
  • 76
3
votes
0 answers

Doing HTTP requests I want to add delay time FROM Laravel to an external API

I want to add an delay time before calling my api from laravel delay time around 10,20seconds then it should be executed. My code is : $base_url = 'https://pk.qareeb.com/'; $api_path = 'rest/all/V1/orders/'; …
3
votes
0 answers

Unable to send the cookie. Size of 'mage-messages' is 4190 bytes in reports

I am getting this issue when I have heavy traffic on my site. I am using Magento 2.3.2. Unable to send the cookie. Size of 'mage-messages' is 4190 bytes in reports
DJ Dev
  • 158
  • 1
  • 7
3
votes
1 answer

Error: DDL statements are not allowed in transactions while running setup:upgrade. Running Data Patch

Magento 2.3.1 After making the data patch at the following location: vendor/ModuleName/Setup/Patch/Data/AddMyColumnPatch.php (Code given below for AddMyColumnPatch.php) When I run bin/magento setup:upgrade to get this patch installed I get following…
PhantomS
  • 420
  • 4
  • 14
1
2 3
20 21