woocommerce-services – PHP Fatal error: Uncaught Error: Cannot call constructor in

Recently a wordpress site crashed after with the error : [pid 31317] PHP Fatal error: Uncaught Error: Cannot call constructor in /wp-content/plugins/woocommerce-services/classes/wc-api-dev/class-wc-rest-dev-data-continents-controller.php:47\nStack trace:\n#0 wp-content/plugins/woocommerce-services/woocommerce-services.php(922): WC_REST_Dev_Data_Continents_Controller->__construct()\n#1 wp-includes/class-wp-hook.php(287): WC_Connect_Loader->wc_api_dev_init(Object(WP_REST_Server))\n#2 wp-includes/class-wp-hook.php(311): […]

Fortigate causing Teams calling issues

when enabling DDOS, UTM or traffic over VPN. I believe this applies to other video solutions like zoom.Workarounds below:https://kb.fortinet.com/kb/documentLink.do?externalID=FD50610For any voice-type traffic you should not use UTM […]

Webroot Crashing Volume Shadow Copy

Webroot has received reports of symptoms similar to those that you have reported. As a temporary measure there are two options for alleviating this issue.First:If you are […]

Boothole Patching

I did some patching of BootHole over the weekend, and found that the Microsoft article describing the patch installation not only contained errors but also outlined no […]

EPG

https://github.com/iptv-org/epghttps://m3u4u.com/epgeditorhttps://github.com/epgshare01/share01pay for site.ini web plus ( 250 Channels ) How to make your OWN EPG Guide for IPTV lists?http://www.webgrabplus.com/epg-channels#stc_5A 

“-2147467259” sqlcmd

Add the SQL Agent account the folloing role in MSDBAlso make sure the SQL Agent account has access to the database to run the query \

Update Teams settings using GPO and desktop-config.json file

You can target the following powershell below to update items in desktop-config.json such as disableGpu\openAtLogin\registerAsIMProvider\runningOnClose(Get-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json).replace(‘”disableGpu”:false’, ‘”disableGpu”:true’) | Set-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json(Get-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json).replace(‘”openAtLogin”:true’, ‘”openAtLogin”:false’) | Set-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json