Using free Astra theme, created a child theme, text fonts are not displaying correcly any more but are using some browser fallback fonts instead. CORS error message logged in website console: What is CORS? Cors is short for Cross-Origin Resource Sharing (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) CORS definition: Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows […]
Tag: error
Solved: SMTP send fails error 554 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied
Our backend was programmed and configured to send e-mails using Microsoft 365 SMTP. Until one day an error was logged: Failed sending e-mail message 35922665: 554 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. smtp.office365.com, port 587. Microsoft suggested reason for this https://docs.microsoft.com/en-us/exchange/troubleshoot/mail-delivery/mapiexceptionnotfound-ndr Did not help us. […]
Solved: Kernel driver not installed (rc=1908) with VirtualBox on a Mac
When you are looking to run a virtual machine on your Mac you have a selection of virtualization tools to use. One of these tools is free VirtualBox by Oracle When VirtualBox is being installed it asks you to give it permission to access certain system sections. Failing to allow it to touch those […]
Solved: Fatal error: Class ‘WP Privacy Policy Content’ not found in
Today I updated WordPress for a client and got greeted with a nice error on the admin side of the site: Fatal error: Class ‘WP Privacy Policy Content’ not found in To be honest, it looked like something had been broken with the WordPress update process in the menu.php of the admin side of the […]
Solved: WordPress Admin Internal Server Error 500 after Update to 4.8
When I hit update on my WordPress 4.7.4 to update to 4.8 it almost instantly returned me an error 500 – Internal Server Error when trying to access WordPress admin area (wp-admin). This led me to a troubleshooting procedure and a lot of Googling (that didn’t help). How did I solve it? Internal Server Error […]
Solved: Windows Live Mail offline, can’t send receive
Helped out a client stuck on Windows Live Mail giving error when hitting Send/Receive. The error was saying that SMTP server cannot be found. Well, I pinged the SMTP server and it was well enough available when pinging. Disabled/enabled antivirus, no use from that. A little help from my friend Google got me the answer: […]
SOLVED: CPW2 port provided by CutePDF Writer in use
When trying to uninstall CutePDF writer, you may get the error message: “The CPW2: port provided by CutePDF is still being used. Disconnect all printers from this port, then uninstall CutePDF Writer.” Solution to CPW2 port provided by CutePDF writer in use error: Open Control Panel -> Printers Locate CutePDF and double click it […]
CiviCRM error: send a valid username and password
I installed CiviCRM free client relations manager component version 4.0.8 into Joomla 1.7.3. CiviCRM has many great features, one of which is the optional CiviMail bulk e-mail component. CiviMail needs a cron job to process all the scheduled mailings that you intend to send out to your mailinglists, but I was having a hard time getting the […]