Before the fix, I tried to install the printful module, got through to Step 3 to where you enable the module and paused half way through execution. The front or back-end wasn’t loading and after ages of trying to load it, it gave me this error on my browser: I […]
Monthly Archives: April 2020
I tried to create downloadable product following the documentation I failed in step 3. My tab with “Downloadable Information” is empty: I spend a few hours trying to debug this. There is no error in JS console or magento log. I also disabled modules. Cleared cache of course. Mage_Downloadable_Block_Adminhtml_Catalog_Product_Edit_Tab_Downloadable::__construct() is […]
I noticed that what looks like a tooltip saying “Increase Indent” is floating homeless on my screen. Here it is with the edge of the browser window beneath it: It has attained nearly infinite Z-order and sits above anything else I can move around, even Task Manager. (It does not […]
Restore Point creation fails with error 0x81000101 (timeout) Command “vssadmin List Writers” shows timeout results for: Writer name: 'Shadow Copy Optimization Writer' Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f} Writer Instance Id: {dbfd075a-7b57-4a02-aead-991d369ee973} State: [9] Failed Last error: Timed out Writer name: 'COM+ REGDB Writer' Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f} Writer Instance Id: {b338b1a4-cb55-4e31-9864-44a0cac94863} State: [9] […]
I’ve been thinking about getting some new speakers for my pc. But the problem is I don’t know the statistics of what I’ve got. My father got them for me years ago I don’t know anything about them and I doubt he remembers either. What I do know is he […]
I wrote a batch script @echo off copy foobar.log file.log /Y setlocal enabledelayedexpansion for /f tokens^=2^ delims^=^" %%a in (file.log) do ( set "lastLine=%%~na" ) echo %lastLine%>currentsong.txt endlocal goto eof that I would like to run whenever ‘foobar.log’ is modified, how would I go about doing so, I have searched […]
I have a client application in production which make a TLS connexion to a server. This server will get certified by a new CA in a short future (soon Amazon TrustStore service previously it was DigiCert). For the moment it is still certified by DigiCert (openssl s_client -showcerts -connect ip:port […]