We will get the following notification from the server about the domain was expired. ===========Subject: Domain event notification: The period of validity is about to expire. The validity period of domain ‘domainame’, owned by user account ‘admin’ (Contact name ‘xxx’) is about to expire.The domain and all of its services… Continue Reading Subject: Domain event notification: The period of validity is about to expireThe validity period of domain ‘domain name’, owned by user account.

When we accessing the asp website, sometimes we will get the following error. ========= ActiveX component can’t create object: ‘CDONTS.NewMail’========= It indicates that CDONT(Collaboration Data Objects (CDO) for NTS) is not installed in the server. 1. First Download the CDONTS.ZIP file from the following URL. ========http://kb.parallels.com/Attachments/6336/Attachments/cdonts.zip======== 2. Unzip the file… 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)