all i have an old 2013 intel macbook with o/s upgraded to macos 11.5 (big sur) i just installed virtualbox 7.1.6 and installed the developer SDK (prompted for this, i chose “y”) Now, it looks like the Downloads directory permissions are changed and i cant execute “ls” any more from […]
Monthly Archives: February 2025
Surface Pro i5 with latest MS Windows 10 Pro updates installed. Only Windows 10 installed. I was copying some files to external USB for backup and system rebooted to BSOD and Stop Error “Registry-Error”. System then goes into reboot cycle until a forced shutdown. Unable to enter Safe Mode. System […]
I am quite new to Centos 9 and when I am trying to do a “dnf install panopta-agent” on centos 9, it fails for GPG issue. What could be wrong. Here is the full message. dnf clean all 65 files removed [root@cent9vm-2 cloud-user]# dnf install panopta-agent CentOS Stream 9 - […]
I am transitioning my home office to a new Frontier Business Fiber Internet 500 (500Mbps up/500 Mbps down). I have been provided with a Sagemcom FAST 5290v2 router with an integrated WiFi hub (2.4GHz/5.xGHz/5G). I need a static IP address in order to have external access to my Fedora server. […]
Magento, an open-source eCommerce platform, is known for its flexibility and scalability. A major reason for Magento’s popularity is its… Continue reading on Medium »
In today’s competitive digital landscape, having a robust and scalable eCommerce platform is essential for business success. At Amigoways… Continue reading on Medium »
I have created a custom API endpoint for adding products to a specific customers cart. When running it through postman I get this error: Invalid state change requested This is my code: declare(strict_types=1); namespace SulmanTransferBasketModel; use MagentoCatalogModelProductFactory; use MagentoCustomerModelSession; use MagentoQuoteApiCartManagementInterface; use MagentoQuoteApiCartRepositoryInterface; use MagentoStoreModelStoreManagerInterface; use MagentoCustomerModelCustomerFactory; use SulmanTransferBasketApiTransferBasketInterface; class […]
i’m trying to change the column data type from int to decimal for this table – magento_reward (This table is exclusive for Enterprise edition) for the column called – points_balance , so this is how the below column structure in core file looks like (originally) – <column xsi:type="int" name="points_balance" unsigned="true" […]
I’m trying to create an invoice using the Magento REST API (/rest/default/V1/order/{orderId}/invoice) and I’m getting the following error: "message": ""%fieldName" is not supported. Correct the field name and try again.", "parameters": { "fieldName": "AdditionalData" } Here’s the payload I’m sending: { "appendComment": true, "items": [ { "order_item_id": 144, "qty": 1.000000, […]