NS Server
I have had a web developer build a site and they registered the name. I also have a managed WP hosting company. The developer has transfer… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1893100&goto=newpost
I have had a web developer build a site and they registered the name. I also have a managed WP hosting company. The developer has transfer… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1893100&goto=newpost
Surely I won’t be able to change my DNS and email settings for 60 days? They offered it but then retracted it. Are they obligated to do so?… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1893120&goto=newpost
In the March 2023 survey we received responses from 1,116,018,952 sites across 269,281,081 domains and 12,106,182 web-facing computers. This reflects a loss of 11.6 million sites, 1.4 million domains, and 36,610 web-facing computers. This month, for the first time, nginx… Read More »March 2023 Web Server Survey
So I have this weird behavior on the product page. When I add a product to the cart without filling in all the required information, a message should be displayed! Everything works fine, but the error message is disappearing quickly,… Read More »Message error on product page is disappearing quickly
I try to write a own module. After 1 week of searching I hope u can help to go on. Its a very simple admin page. module_dir: app/code/famberg/module_afterbuysync/ … Controller/Adminhtml/Settings/Index.php: <?php namespace FambergAfterbuySyncControllerAdminhtmlSettings; use MagentoBackendAppActionAction; use MagentoBackendAppActionContext; use MagentoFrameworkAppActionHttpGetActionInterface; use… Read More »my First Admin Page is not shown up
API URL : http://website.local.com/rest/V1/rma/rma/:100000008 Method : PUT Request : { “rma”: { “status”:”approved”, “reply”: “Your Package will be “, “rma_id”: 8 } } When this API is called, I need to update “status” in table1 and “reply” in table2. Even… Read More »Magento 2 : Update tables on custom rest API calls
I am trying to install Magento 2.4.6 with elastic search, I am using the following –search-engine elasticsearch8 –elasticsearch-port 9232 –elasticsearch-index-prefix “test” but I just keep getting the error Could not validate a connection to the OpenSearch. No alive nodes found… Read More »Magento 2.4.6 Install with Elasticsearch
Shipping Region ID is missing in checkout after upgrading from Magento 2.4.2 to Magento 2.4.5. Existing address no issue but if I am adding new address got an error. https://prnt.sc/6xWT69vefIN4
i am trying to get the images but if the image has no role then can’t return, is it possible to get the image if it has no roles
I have added a custom module for layered navigation in frontend. It has a custom controller with endpoint https://example.com/wheels/index/result/?make=Alfa+Romeo&year=2021&model=Giulia&tire_size_select=225%2F50R17&fitmentlevel=4lift I give this error after installing amasty layered navigation module. The code where this error is origination is this. app/code/Amasty/Shopby/view/frontend/templates/layer/widget/fromto.phtml <?php… Read More »Amasty module conflict with custom module