unable to get local issuer certificate
I was having a issue with a wordpress plugin for a customer and was getting a “unable to get local issuer certificate” error After a bit is research i found that the curl.cainfo= was missing from the php.ini file. I downloaded the cacert.pem from http://curl.haxx.se/docs/caextract.html (Right Click save as) Copied it to C:\Program Files (x86)\PHP and added curl.cainfo=”C:\Program Files […]
Task Scheduler Last Run Results
SCHED_S_TASK_READY 0x00041300 The task is ready to run at its next scheduled time. SCHED_S_TASK_RUNNING 0x00041301 The task is currently running. SCHED_S_TASK_DISABLED 0x00041302 The task will not run at the scheduled times because it has been disabled. SCHED_S_TASK_HAS_NOT_RUN 0x00041303 The task has not yet run. SCHED_S_TASK_NO_MORE_RUNS 0x00041304 There are no more runs scheduled for this task. […]
vssadmin list writers empty
Running the vssadmin utility and using the “vssadmin list writers empty” parameters returns nothing. The syntax “vssadmin list writers”. Usually this issue can be resolved by registering the dlls that are needed by the VSS service. 1. From command prompt: Cd windows\system32 Net stop vss Net stop swprv regsvr32 ole32.dll regsvr32 vss_ps.dll Vssvc /Register regsvr32 […]
The task image is corrupt or has been tampered with
Logging to to a customers server today i find these errors while opening the Task Scheduler. After doing some digging around i find the effected file in C:\Windows\System32\Tasks i find the file it was complaining about. (some user sync) and i deleted the file. After that the error has gone.