Skip to content

magento man

I used the REST API to create an order so bad that it bricked my admin portal. How to fix?

Steps: I created this request in Postman, ran it, and got a 200 OK response: Route: http://{website}/rest/V1/orders/create Body: { “entity”: { “customer_id”: 4, “store_id”: 1, “items”: [ { “product_id”: 369, “qty_ordered”: 1 } ], “payment”: { “method”: “cashondelivery” } }… Read More »I used the REST API to create an order so bad that it bricked my admin portal. How to fix?

FEATURED Is this ethical?

I have a client who has two websites with a UK company that use 20i for their hosting. As the sites have had issues for some time and des… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934965&goto=newpost

Custom GraphQL queries not working

I’m just going to show a basic example because nothing works. I have etc/schema.graphqls with the following example: type Query{ fiservGenerateTokenHash: TokenHash @resolver(class: “Vendor\Module\GraphQL\TokenHash”) } I then have the TokenHash resolver: <?php namespace VendorModuleGraphQL; use MagentoFrameworkGraphQlQueryResolverInterface; use MagentoFrameworkGraphQlQueryResolverContextInterface; use MagentoFrameworkGraphQlSchemaTypeResolveInfo;… Read More »Custom GraphQL queries not working

SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento.core_config_data’ doesn’t exist in engine

I am getting following when i try to run any comments, and also my webpage return error. CMD error: SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento.core_config_data’ doesn’t exist in engine, query was: SELECT main_table.* FROM core_config_data AS… Read More »SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento.core_config_data’ doesn’t exist in engine

Web Hosting with IP in M�xico

Hi guys, This is my first post in the forum. I’m looking for a web hosting provider with an IP located in M�xico. I have contacted … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934876&goto=newpost