Questions tagged [magento2.4.2]

Marks questions related to Magento 2.4.2 version

338 questions
8
votes
10 answers

404 Not Found after fresh Magento 2.4.2 installation

I have never had any issues with fresh install of magento before 2.4.1. I have a new Linux VM machine (Ubuntu server 18.04). Installed PHP 7.4 , Apache and Mysql from this link Installation of PHP, MYSQL and APACHE Installed Composer Installed…
Rohan Dmello
  • 155
  • 1
  • 2
  • 8
4
votes
2 answers

Upgrade Magento 2.4.1 to 2.4.2

I am trying to upgrade Magento Version 2.4.1 to 2.4.2 and getting an errors Magento Open Source 2.4.2 is trying to change the existing order of the require section. Local order: [ magento/composer-root-update-plugin, …
Navin Bhudiya
  • 2,988
  • 9
  • 37
  • 69
3
votes
3 answers

Upgrading to Magento 2.4 - Incorrect password at first login attempt results in 404 page on successful entry

User is on the log in page and types in their password incorrectly. User receives appropriate error notification and retypes in their password and logs in. User is presented with a 404 page at this URL parameter:…
2
votes
1 answer

how can we remove delimiter from account sidebar?

How to remove this lines on account sidebaar
Suraj Prajapat
  • 309
  • 3
  • 11
2
votes
2 answers

Uncaught ReferenceError: Unable to process binding "ifnot: function(){return getCartParam('summary_count') }

In homepage minicart is not working. I upgraded magento to 2.4.2 version
jassi
  • 1,344
  • 4
  • 29
  • 50
2
votes
2 answers

Magento 2.4 Can't login to admin. No error notification

I have installed magento 2.4 on windows 10 and wampserver. It is installed now. I can't login to backend. I does not through any error notification either. While front end login and create customer is also not working. It show invalid form key…
Sanaullah Ahmad
  • 587
  • 1
  • 5
  • 23
2
votes
3 answers

Magento 2.4.2 How to attched PDF in Email?

I want to attach PDF in custom Email template but it not working having some error like PHP Fatal error: Uncaught Error: Call to a member function createAttachment() on null in…
Navin Bhudiya
  • 2,988
  • 9
  • 37
  • 69
2
votes
1 answer

Magento 2 how to create custom slider

I want to know the directory of the slider template so I can override, Edit and customize the magento cms slider.
Kapil Parmar
  • 41
  • 1
  • 3
1
vote
0 answers

500 Internal Server Error after install Magento 2.4.2 on windows

getting 500 internal server error while installing Magento 2.4.2 community edition. configured virtual hosts and given right directory paths but getting same 500 internal server error. and after removed htaccess, css& js is not redirecting to pub…
1
vote
1 answer

how to get Revenue using programming in Magento 2?

how can we get the Revenue using API or Without using API programming in Magento 2.4, like below image, I have tried using API, and below is my code. webapi.xml
Rushikesh Solanki
  • 909
  • 12
  • 28
1
vote
1 answer

catalog_category_product_index_store1 table having wrong data in magento2.4.2

I have checked and found in my site catalog_category_product_index_store1 having category_id associated with other product ids. that's why it's showing on the category listing page but this product is not related to this category. As I have tried to…
Pradeep Singh
  • 248
  • 4
  • 12
1
vote
0 answers

Mageto 2.4.2. Status is assigned to a state. How do I cancel assignment?

Tried to clic on "cancel assign" button, but I get error: "The last status can't be changed and needs to stay assigned to its current state.".
RoboxFuze
  • 109
  • 11
1
vote
1 answer

Exception #0 : Notice: Trying to access array offset on value of type null in ../Calendar.php PHP 7.4

I did a new installation of Magento 2.4.2 (PHP 7.4.3). There were no errors during the installation. The ShopURL is running. The backend login also works. After I switched the backend to German, the following error message occurs: "Exception #0…
htausw
  • 145
  • 1
  • 9
0
votes
2 answers

How can I set zero price for simple product programmatically?

How can I set zero price for simple product programmatically? If I set: $product->setPrice(0); In admin panel price field is empty. If I save this product - system return error - price field is empty.
WhoYou
  • 53
  • 7
0
votes
2 answers

Multiple filtering by SKUS for products in categories

In the administrative panel, in the Categories section, there is a Products in Categories tab. In this tab, you can filter products by sku. I need to be able to specify multiple skus separated by commas. Is it possible to implement this?
WhoYou
  • 53
  • 7
1
2 3