Solved: Fonts not displaying, blocked by CORS policy using child theme

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 […]

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. […]

Googling for fatal error of wordpress privacy policy missing

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 […]

Internal Server Error 500 accessing WordPress admin - HostGator hosting

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: 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 Joomla logo

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 […]