“The product doesn't exit” Error Magento 2 admin panelMagento 2 Reindex Fail `Unknown column 'entity_value.value'` in 'field list'After join the customer name with custom module, i can't filter the grid by customer nameIndexer query error empty valuesMagento 2 SQLSTATE[42S22]: while create product?Magento 2 - Error in magento during re-indexing by CLI?Problem creating part numbersColumn not found: 1054 Unknown column 'catalog_product_entity_varchar.ebay_template_new' in 'field list'Error Filtering grid from joined table collectionCustom Customer attribute grid not filter by asc or decMagento 2 Add Billing and Shipping Company Column on Sales Order Gridbundle product not open
How do researchers send unsolicited emails asking for feedback on their works?
Print a physical multiplication table
Emojional cryptic crossword
Is there any common country to visit for uk and schengen visa?
Imaginary part of expression too difficult to calculate
Determine voltage drop over 10G resistors with cheap multimeter
Animating wave motion in water
Why is "la Gestapo" feminine?
How are passwords stolen from companies if they only store hashes?
Can other pieces capture a threatening piece and prevent a checkmate?
Justification failure in beamer enumerate list
Why doesn't the fusion process of the sun speed up?
Hot air balloons as primitive bombers
Why do I have a large white artefact on the rendered image?
Have any astronauts/cosmonauts died in space?
Pre-Employment Background Check With Consent For Future Checks
How do you justify more code being written by following clean code practices?
Recursively updating the MLE as new observations stream in
is this saw blade faulty?
Is xar preinstalled on macOS?
Friend wants my recommendation but I don't want to
Nested Dynamic SOQL Query
Do I need to convey a moral for each of my blog post?
Is this Pascal's Matrix?
“The product doesn't exit” Error Magento 2 admin panel
Magento 2 Reindex Fail `Unknown column 'entity_value.value'` in 'field list'After join the customer name with custom module, i can't filter the grid by customer nameIndexer query error empty valuesMagento 2 SQLSTATE[42S22]: while create product?Magento 2 - Error in magento during re-indexing by CLI?Problem creating part numbersColumn not found: 1054 Unknown column 'catalog_product_entity_varchar.ebay_template_new' in 'field list'Error Filtering grid from joined table collectionCustom Customer attribute grid not filter by asc or decMagento 2 Add Billing and Shipping Company Column on Sales Order Gridbundle product not open
"The product doesn't exist" Error Magento 2 admin panel.
Thank you,
Your Faithfully,
Mehul Kanjariya
Following error show log file
[2019-03-18 11:01:54] main.CRITICAL: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list', query was: SELECT
entity
.sku
,product_entity
.entity_id
ASproduct_id
,attribute
.attribute_code
,entity_value
.value
ASvalue_index
,attribute_label
.value
ASsuper_attribute_label
, IFNULL(option_value.value, default_option_value.value) ASoption_title
,default_option_value
.value
ASdefault_title
FROMcatalog_product_super_attribute
ASsuper_attribute
INNER JOINcatalog_product_entity
ASproduct_entity
ON product_entity.entity_id = super_attribute.product_id
INNER JOINcatalog_product_super_link
ASproduct_link
ON product_link.parent_id = super_attribute.product_id
INNER JOINeav_attribute
ASattribute
ON attribute.attribute_id = super_attribute.attribute_id
INNER JOINcatalog_product_entity
ASentity
ON entity.entity_id = product_link.product_id
INNER JOINcatalog_product_entity
ASentity_value
ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id
LEFT JOINcatalog_product_super_attribute_label
ASattribute_label
ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0
LEFT JOINeav_attribute_option
ASattribute_option
ON attribute_option.option_id = entity_value.value
LEFT JOINeav_attribute_option_value
ASoption_value
ON option_value.option_id = entity_value.value AND option_value.store_id = 0
LEFT JOINeav_attribute_option_value
ASdefault_option_value
ON default_option_value.option_id = entity_value.value AND default_option_value.store_id = 0 WHERE (super_attribute.product_id = 31659) AND (attribute.attribute_id = '') ORDER BYattribute_option
.sort_order
ASC
"exception":"[object] (Zend_Db_Statement_Exception(code: 42): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list', query was: SELECTentity
.sku
,product_entity
.entity_id
ASproduct_id
,attribute
.attribute_code
,entity_value
.value
ASvalue_index
,attribute_label
.value
ASsuper_attribute_label
, IFNULL(option_value.value, default_option_value.value) ASoption_title
,default_option_value
.value
ASdefault_title
FROMcatalog_product_super_attribute
ASsuper_attribute
INNER JOINcatalog_product_entity
ASproduct_entity
ON product_entity.entity_id = super_attribute.product_id
INNER JOINcatalog_product_super_link
ASproduct_link
ON product_link.parent_id = super_attribute.product_id
INNER JOINeav_attribute
ASattribute
ON attribute.attribute_id = super_attribute.attribute_id
INNER JOINcatalog_product_entity
ASentity
ON entity.entity_id = product_link.product_id
INNER JOINcatalog_product_entity
ASentity_value
ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id
LEFT JOINcatalog_product_super_attribute_label
ASattribute_label
ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0
LEFT JOINeav_attribute_option
ASattribute_option
ON attribute_option.option_id = entity_value.value
LEFT JOINeav_attribute_option_value
ASoption_value
ON option_value.option_id = entity_value.value AND option_value.store_id = 0
LEFT JOINeav_attribute_option_value
ASdefault_option_value
ON default_option_value.option_id = entity_value.value AND default_option_value.store_id = 0 WHERE (super_attribute.product_id = 31659) AND (attribute.attribute_id = '') ORDER BYattribute_option
.sort_order
ASC
at /home/domains/dev.test.com/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:235, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list' at /home/domains/dev.test.com/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:228)" []
magento2 configurable-product grid admin-panel associate-products
add a comment |
"The product doesn't exist" Error Magento 2 admin panel.
Thank you,
Your Faithfully,
Mehul Kanjariya
Following error show log file
[2019-03-18 11:01:54] main.CRITICAL: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list', query was: SELECT
entity
.sku
,product_entity
.entity_id
ASproduct_id
,attribute
.attribute_code
,entity_value
.value
ASvalue_index
,attribute_label
.value
ASsuper_attribute_label
, IFNULL(option_value.value, default_option_value.value) ASoption_title
,default_option_value
.value
ASdefault_title
FROMcatalog_product_super_attribute
ASsuper_attribute
INNER JOINcatalog_product_entity
ASproduct_entity
ON product_entity.entity_id = super_attribute.product_id
INNER JOINcatalog_product_super_link
ASproduct_link
ON product_link.parent_id = super_attribute.product_id
INNER JOINeav_attribute
ASattribute
ON attribute.attribute_id = super_attribute.attribute_id
INNER JOINcatalog_product_entity
ASentity
ON entity.entity_id = product_link.product_id
INNER JOINcatalog_product_entity
ASentity_value
ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id
LEFT JOINcatalog_product_super_attribute_label
ASattribute_label
ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0
LEFT JOINeav_attribute_option
ASattribute_option
ON attribute_option.option_id = entity_value.value
LEFT JOINeav_attribute_option_value
ASoption_value
ON option_value.option_id = entity_value.value AND option_value.store_id = 0
LEFT JOINeav_attribute_option_value
ASdefault_option_value
ON default_option_value.option_id = entity_value.value AND default_option_value.store_id = 0 WHERE (super_attribute.product_id = 31659) AND (attribute.attribute_id = '') ORDER BYattribute_option
.sort_order
ASC
"exception":"[object] (Zend_Db_Statement_Exception(code: 42): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list', query was: SELECTentity
.sku
,product_entity
.entity_id
ASproduct_id
,attribute
.attribute_code
,entity_value
.value
ASvalue_index
,attribute_label
.value
ASsuper_attribute_label
, IFNULL(option_value.value, default_option_value.value) ASoption_title
,default_option_value
.value
ASdefault_title
FROMcatalog_product_super_attribute
ASsuper_attribute
INNER JOINcatalog_product_entity
ASproduct_entity
ON product_entity.entity_id = super_attribute.product_id
INNER JOINcatalog_product_super_link
ASproduct_link
ON product_link.parent_id = super_attribute.product_id
INNER JOINeav_attribute
ASattribute
ON attribute.attribute_id = super_attribute.attribute_id
INNER JOINcatalog_product_entity
ASentity
ON entity.entity_id = product_link.product_id
INNER JOINcatalog_product_entity
ASentity_value
ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id
LEFT JOINcatalog_product_super_attribute_label
ASattribute_label
ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0
LEFT JOINeav_attribute_option
ASattribute_option
ON attribute_option.option_id = entity_value.value
LEFT JOINeav_attribute_option_value
ASoption_value
ON option_value.option_id = entity_value.value AND option_value.store_id = 0
LEFT JOINeav_attribute_option_value
ASdefault_option_value
ON default_option_value.option_id = entity_value.value AND default_option_value.store_id = 0 WHERE (super_attribute.product_id = 31659) AND (attribute.attribute_id = '') ORDER BYattribute_option
.sort_order
ASC
at /home/domains/dev.test.com/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:235, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list' at /home/domains/dev.test.com/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:228)" []
magento2 configurable-product grid admin-panel associate-products
did you check exception.log?
– Shoaib Munir
14 hours ago
hello friend i have log add to my question please help me
– MehulKanjariya
14 hours ago
This might help you: magento.stackexchange.com/questions/242004/…
– Shoaib Munir
14 hours ago
add a comment |
"The product doesn't exist" Error Magento 2 admin panel.
Thank you,
Your Faithfully,
Mehul Kanjariya
Following error show log file
[2019-03-18 11:01:54] main.CRITICAL: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list', query was: SELECT
entity
.sku
,product_entity
.entity_id
ASproduct_id
,attribute
.attribute_code
,entity_value
.value
ASvalue_index
,attribute_label
.value
ASsuper_attribute_label
, IFNULL(option_value.value, default_option_value.value) ASoption_title
,default_option_value
.value
ASdefault_title
FROMcatalog_product_super_attribute
ASsuper_attribute
INNER JOINcatalog_product_entity
ASproduct_entity
ON product_entity.entity_id = super_attribute.product_id
INNER JOINcatalog_product_super_link
ASproduct_link
ON product_link.parent_id = super_attribute.product_id
INNER JOINeav_attribute
ASattribute
ON attribute.attribute_id = super_attribute.attribute_id
INNER JOINcatalog_product_entity
ASentity
ON entity.entity_id = product_link.product_id
INNER JOINcatalog_product_entity
ASentity_value
ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id
LEFT JOINcatalog_product_super_attribute_label
ASattribute_label
ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0
LEFT JOINeav_attribute_option
ASattribute_option
ON attribute_option.option_id = entity_value.value
LEFT JOINeav_attribute_option_value
ASoption_value
ON option_value.option_id = entity_value.value AND option_value.store_id = 0
LEFT JOINeav_attribute_option_value
ASdefault_option_value
ON default_option_value.option_id = entity_value.value AND default_option_value.store_id = 0 WHERE (super_attribute.product_id = 31659) AND (attribute.attribute_id = '') ORDER BYattribute_option
.sort_order
ASC
"exception":"[object] (Zend_Db_Statement_Exception(code: 42): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list', query was: SELECTentity
.sku
,product_entity
.entity_id
ASproduct_id
,attribute
.attribute_code
,entity_value
.value
ASvalue_index
,attribute_label
.value
ASsuper_attribute_label
, IFNULL(option_value.value, default_option_value.value) ASoption_title
,default_option_value
.value
ASdefault_title
FROMcatalog_product_super_attribute
ASsuper_attribute
INNER JOINcatalog_product_entity
ASproduct_entity
ON product_entity.entity_id = super_attribute.product_id
INNER JOINcatalog_product_super_link
ASproduct_link
ON product_link.parent_id = super_attribute.product_id
INNER JOINeav_attribute
ASattribute
ON attribute.attribute_id = super_attribute.attribute_id
INNER JOINcatalog_product_entity
ASentity
ON entity.entity_id = product_link.product_id
INNER JOINcatalog_product_entity
ASentity_value
ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id
LEFT JOINcatalog_product_super_attribute_label
ASattribute_label
ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0
LEFT JOINeav_attribute_option
ASattribute_option
ON attribute_option.option_id = entity_value.value
LEFT JOINeav_attribute_option_value
ASoption_value
ON option_value.option_id = entity_value.value AND option_value.store_id = 0
LEFT JOINeav_attribute_option_value
ASdefault_option_value
ON default_option_value.option_id = entity_value.value AND default_option_value.store_id = 0 WHERE (super_attribute.product_id = 31659) AND (attribute.attribute_id = '') ORDER BYattribute_option
.sort_order
ASC
at /home/domains/dev.test.com/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:235, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list' at /home/domains/dev.test.com/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:228)" []
magento2 configurable-product grid admin-panel associate-products
"The product doesn't exist" Error Magento 2 admin panel.
Thank you,
Your Faithfully,
Mehul Kanjariya
Following error show log file
[2019-03-18 11:01:54] main.CRITICAL: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list', query was: SELECT
entity
.sku
,product_entity
.entity_id
ASproduct_id
,attribute
.attribute_code
,entity_value
.value
ASvalue_index
,attribute_label
.value
ASsuper_attribute_label
, IFNULL(option_value.value, default_option_value.value) ASoption_title
,default_option_value
.value
ASdefault_title
FROMcatalog_product_super_attribute
ASsuper_attribute
INNER JOINcatalog_product_entity
ASproduct_entity
ON product_entity.entity_id = super_attribute.product_id
INNER JOINcatalog_product_super_link
ASproduct_link
ON product_link.parent_id = super_attribute.product_id
INNER JOINeav_attribute
ASattribute
ON attribute.attribute_id = super_attribute.attribute_id
INNER JOINcatalog_product_entity
ASentity
ON entity.entity_id = product_link.product_id
INNER JOINcatalog_product_entity
ASentity_value
ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id
LEFT JOINcatalog_product_super_attribute_label
ASattribute_label
ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0
LEFT JOINeav_attribute_option
ASattribute_option
ON attribute_option.option_id = entity_value.value
LEFT JOINeav_attribute_option_value
ASoption_value
ON option_value.option_id = entity_value.value AND option_value.store_id = 0
LEFT JOINeav_attribute_option_value
ASdefault_option_value
ON default_option_value.option_id = entity_value.value AND default_option_value.store_id = 0 WHERE (super_attribute.product_id = 31659) AND (attribute.attribute_id = '') ORDER BYattribute_option
.sort_order
ASC
"exception":"[object] (Zend_Db_Statement_Exception(code: 42): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list', query was: SELECTentity
.sku
,product_entity
.entity_id
ASproduct_id
,attribute
.attribute_code
,entity_value
.value
ASvalue_index
,attribute_label
.value
ASsuper_attribute_label
, IFNULL(option_value.value, default_option_value.value) ASoption_title
,default_option_value
.value
ASdefault_title
FROMcatalog_product_super_attribute
ASsuper_attribute
INNER JOINcatalog_product_entity
ASproduct_entity
ON product_entity.entity_id = super_attribute.product_id
INNER JOINcatalog_product_super_link
ASproduct_link
ON product_link.parent_id = super_attribute.product_id
INNER JOINeav_attribute
ASattribute
ON attribute.attribute_id = super_attribute.attribute_id
INNER JOINcatalog_product_entity
ASentity
ON entity.entity_id = product_link.product_id
INNER JOINcatalog_product_entity
ASentity_value
ON entity_value.attribute_id = super_attribute.attribute_id AND entity_value.store_id = 0 AND entity_value.entity_id = entity.entity_id
LEFT JOINcatalog_product_super_attribute_label
ASattribute_label
ON super_attribute.product_super_attribute_id = attribute_label.product_super_attribute_id AND attribute_label.store_id = 0
LEFT JOINeav_attribute_option
ASattribute_option
ON attribute_option.option_id = entity_value.value
LEFT JOINeav_attribute_option_value
ASoption_value
ON option_value.option_id = entity_value.value AND option_value.store_id = 0
LEFT JOINeav_attribute_option_value
ASdefault_option_value
ON default_option_value.option_id = entity_value.value AND default_option_value.store_id = 0 WHERE (super_attribute.product_id = 31659) AND (attribute.attribute_id = '') ORDER BYattribute_option
.sort_order
ASC
at /home/domains/dev.test.com/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:235, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'entity_value.value' in 'field list' at /home/domains/dev.test.com/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:228)" []
magento2 configurable-product grid admin-panel associate-products
magento2 configurable-product grid admin-panel associate-products
edited 12 hours ago
magefms
1,689425
1,689425
asked 14 hours ago
MehulKanjariyaMehulKanjariya
786
786
did you check exception.log?
– Shoaib Munir
14 hours ago
hello friend i have log add to my question please help me
– MehulKanjariya
14 hours ago
This might help you: magento.stackexchange.com/questions/242004/…
– Shoaib Munir
14 hours ago
add a comment |
did you check exception.log?
– Shoaib Munir
14 hours ago
hello friend i have log add to my question please help me
– MehulKanjariya
14 hours ago
This might help you: magento.stackexchange.com/questions/242004/…
– Shoaib Munir
14 hours ago
did you check exception.log?
– Shoaib Munir
14 hours ago
did you check exception.log?
– Shoaib Munir
14 hours ago
hello friend i have log add to my question please help me
– MehulKanjariya
14 hours ago
hello friend i have log add to my question please help me
– MehulKanjariya
14 hours ago
This might help you: magento.stackexchange.com/questions/242004/…
– Shoaib Munir
14 hours ago
This might help you: magento.stackexchange.com/questions/242004/…
– Shoaib Munir
14 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266335%2fthe-product-doesnt-exit-error-magento-2-admin-panel%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266335%2fthe-product-doesnt-exit-error-magento-2-admin-panel%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
did you check exception.log?
– Shoaib Munir
14 hours ago
hello friend i have log add to my question please help me
– MehulKanjariya
14 hours ago
This might help you: magento.stackexchange.com/questions/242004/…
– Shoaib Munir
14 hours ago