Introduction You may receive a notification about domain expiration in Plesk, indicating that the domain’s validity period is about to expire. This alert helps ensure timely renewal and prevents service interruption. Prerequisites Implementation Notification Example: Subject: Domain event notification: The period of validity is about to expire. The validity period… Continue Reading Domain Expiry Notification and Validity Period Update in Plesk

Introduction When working with classic ASP applications, you may occasionally encounter the following error: This issue typically occurs because CDONTS (Collaboration Data Objects for Windows NT Server) is either missing or not properly registered on the server. CDONTS is a legacy component used to send emails from ASP applications. Although… Continue Reading ActiveX component can’t create object: ‘CDONTS.NewMail’

Some times, we will get the following error when we try to drop the database from PHP my admin. ========ErrorSQL query:DROP DATABASE `databasename`MySQL said:#6 – Error on delete of ‘./databasename’ (Errcode: 13)======== The problem is with wrong permission of /var/lib/mysql. You can fix the issue by changing the permission of… Continue Reading #6 – Error on delete of ‘./database’ (Errcode: 13)