Skip to content

1467 Failed to read auto-increment value from storage engine, query was: INSERT INTO `catalog_category_product

When adding a new product through product import from admin then getting below error- SQLSTATE[HY000]: General error: 1467 Failed to read auto-increment value from storage engine, query was: INSERT INTO catalog_category_product (product_id,category_id,position) VALUES (?, ?, ?), (?, ?, ?), (?,… Read More »1467 Failed to read auto-increment value from storage engine, query was: INSERT INTO `catalog_category_product

Best Hosting for PBN: Any Suggestions?

I am looking for PBN Hosting. I have been given a suggestions of SeekaHost but I think is a bit coslier and also most its IPs are used by ot… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1910296&goto=newpost

Call to undefined method MagentoCustomerModelResourceModelCustomerRepositoryInterceptor::getByEmail() magento2

I am trying to update custom attribute in magento2 but i am getting error while running this <?php namespace testOrgControllerResult; use MagentoFrameworkAppActionContext; use MagentoFrameworkViewResultPageFactory; use MagentoFrameworkControllerResultJsonFactory; use MagentoFrameworkAppHelperAbstractHelper; use MagentoFrameworkHTTPClientCurl; use MagentoCustomerApiCustomerRepositoryInterface; class Result1 extends MagentoFrameworkAppActionAction { /** * @var… Read More »Call to undefined method MagentoCustomerModelResourceModelCustomerRepositoryInterceptor::getByEmail() magento2

Magento 2 – Custom sort order not working properly

I have created a custom plugin for sorting options for high to low & low to high price. High to low sort works fine but “low to high” sort order not showing correct results. app/code/Digital/CustomSort/etc/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”>… Read More »Magento 2 – Custom sort order not working properly