Questions tagged [magento2.2.2]

It should be used for questions about Magento 2.2.2

It should be used for questions about issues related to Magento 2.2.2

Release notes:

CE: http://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.2CE.html

EE: http://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.2EE.html

625 questions
7
votes
5 answers

Magento 2.2.2 .htaccess Internal Server Error

I have uploaded 2.2.2 file on my server and wanted to install it but it gives Internal Server Error. I have checked the cPanel error.log and found following error log [Thu Dec 28 22:35:40.272102 2017] [core:alert] [pid 28738] [client …
niceonelee
  • 725
  • 2
  • 10
  • 35
6
votes
2 answers

Magento Business Intelligence service. Retry Synchronization

I am using Magento 2.2.2. In the past, I used to get the message below in every time I log in as an admin: Failed to synchronize data to the Magento Business Intelligence service. Retry Synchronization I have run a command line and disabled the…
Abe
  • 201
  • 2
  • 6
3
votes
2 answers

Magento 2 customer_register_success not working

I want to get customer id after new customer register successfully in Magento 2.2.2. In app/code/vendor/module/etc/frontend/events.xml-> I added this code
Abdullah Shahid
  • 329
  • 1
  • 4
  • 19
2
votes
0 answers

Magento 2.2 Rest Api creating same url-key for different product names

has anyone already faced the problem in Magento 2.2, that you have two different product names and magento creates the same url-key for both? Like: name: Product Name 1 url-key: product-name-1 name: Product Name 2 url-key: product-name-1 I´m having…
Loqic
  • 101
  • 4
2
votes
0 answers

Homepage - blank screen, Admin - The page isn’t redirecting properly

After changing mode Magento homepage shows blank screen, and admin - The page isn’t redirecting properly There are no errors in reports or exception log. In system.log: Broken reference: the 'logger' element cannot be added as child to…
Anna
  • 1,645
  • 2
  • 24
  • 47
2
votes
1 answer

How to remove ?___from_store=fr on the url?

I'm using Magento 2.2.2, I have others language store in my Magento. how to remove ?___from_store=fr on the url? http://exsample.com/en/?___from_store=fr
niceonelee
  • 725
  • 2
  • 10
  • 35
1
vote
0 answers

"Shop by Brand" extesion of "mazeplaza" not showing frontend pages

I am using "shop by brand" extension of "Mazeplaza". But it is not working and slow down my website from frontend and backend. None of the pages regarding brands loading in frontend. I have more than 30,000 products in website.
Rajesh Kumar
  • 61
  • 2
  • 11
1
vote
2 answers

I want to disable developer mode

how can i hide errors from main site ? my developer mode is off php bin/magento maintinance:disable what can i do my site is not working. By mistake i run the command php bin/magento deploy:mode:set developer now it is showing error and overall…
Flutterer
  • 728
  • 5
  • 19
1
vote
0 answers

Upgrade from 2.2.2 to 2.2.5

how can I upgrade my Magento 2.2.2, when composer is not available? Upgrade in backand also not possible. PHP Limit. It is a hosting provider and I have no composer or backend update. Only SSH, FTP and Database connect. Thank you!
fohnbit
  • 11
  • 1
1
vote
0 answers

How to custom fields add while fetch V1/invoices API in magento2?

I have tried to add custom fields but I am not able to add it. I have already extended "magento-sales" default module also routes set but not able to add some fields like "billing_address". Thanks, Advance
Pratik Mehta
  • 380
  • 1
  • 3
  • 15
1
vote
3 answers

Magento 2 : Multiple shipping address for every items of an order

Currently, I am using Magento 2.2 version I need customize the checkout page for add multiple shipping addresses like I want to separate shipping address for every item of an order. Exp. I have added 3 different products to the cart and on the…
Banvari Lal
  • 170
  • 2
  • 11
1
vote
2 answers

Magento 2.2 : _theme.less file override not working

I am new to magento2 development and have tried every possible senario's but still unable to reproduce the issue why my _theme.less file is not overriding existing styles.I have put my less file inside source folder. Please find below senario's. In…
1
vote
3 answers

Magento 2: Get product

How to get the product by price range through object manager in phtml file. Like following Get product where price is greater than 1 and less than 25
Abdullah Shahid
  • 329
  • 1
  • 4
  • 19
1
vote
3 answers

SQLSTATE[42000]: Syntax error or access violation: 1170 BLOB/TEXT column 'group_id' used in key specification without a key length

Customer Grid indexer process unknown error: SQLSTATE[42000]: Syntax error or access violation: 1170 BLOB/TEXT column 'group_id' used in key specification without a key length, query was: CREATE TABLE IF NOT EXISTS `customer_grid_flat` ( …
mark
  • 31
  • 1
  • 4
1
vote
0 answers

Cannot save any products

I have done a basic product import (sku, name, etc) but now when I go to add more details to the product page and then click save I get this error. I also keep getting this error randomly when clicking buttons, I can't personally work out a pattern…
Carl Piper
  • 11
  • 3
1
2 3