I have the same problem, but this only happens when I try to generate invoices in Loop. The first transaction creates an invoice & transaction in DB but when I attempt to capture payment ( ONLINE ) in the loop for second order, the system generates invoices correctly. Still, when […]
Daily Archives: March 11, 2024
When viewing orders as customer order_id is visible in URL like this: /sales/order/view/order_id/20/ Is it possible to achieve that orders would be accessible by increment_id value instead? Otherwise there’s not much sense in changing increment_id (order number) if customers are still able to see order_id values, so they still know […]
I’ve been struggling to upgrade a store from Magento CE 2.4.3 to the more recent version and I approached it by doing it in stages. I currently have a working 2.4.5-p6 store but if I move to 2.4.6-p4 I get `Error 503 Backend fetch failed Backend fetch failed Guru Meditation: […]
I have a Linux box configured with the OS on an NVME drive “/” and separate physical drive contains “/home”. I was having what I thought was diminished performance so, looked at write speeds using dd. I got 2GB/s on the NVME & ~107 MB/s on the /home drive. I […]
I have searched everywhere for an answer and I am still at a loss. I have setup an OpenVPN host server on a windows PC on a personal network. When I initiate a connection to the server on the client it connects like normal, however the first concerning thing is […]
This command line works fine: $ ffmpeg -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -i input_video.mkv -vf scale_cuda=720:404 -c:v hevc_nvenc -preset p7 -rc vbr -rc-lookahead 20 -b:v 2000k -bufsize 5M -maxrate 2000k -g 250 -an -sn output_video.mkv But if I add -pix_fmt p010le or -pix_fmt yuv420p10le options I get errors: $ […]
I need to replace many different lines in a html file where lines look like this: <span lang="en-ca">random string</span> with just random string For example my<span lang="en-ca"> dog</span> likes<span lang="en-ca"> ice cream</span>. would be updated to be my dog likes ice cream. I’ve found I can use <span lang="en-ca">.*</span> to […]
Need some help with a tricky user profile issue on a Windows Server 2012 R2 machine acting as a CAS server. Here’s the scenario: I’m using Hyper-V manager on another Windows Server 2012 R2 to connect to the CAS server VM. When I try to log in, I get a […]