If you domain uses external MX record and it is hosted on linux plesk server then you need to change the setting on Plesk. Here is what you need to do to achieve the task. 1) Update the DNS for...
Important
Latest News
how to upgrade php version on plesk
How to upgrade php version on plesk ? Ans : - You can simply upgrade the php version on LINUX PLESK server by using following steps root@server # cd /usr/local/src root@server # wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh root@server...
change reseller ownership
How to change the reseller ownership from one reseller user to another reseller user by using SSH Ans: If you want to change the reseller ownership means the old reseller is "test" and you have created new account with the...
php parse with shtml
How to parse the php code in .shtml file. Ans : If you want to use php code in .shtml file then you need to add the following handler in .htaccess file. AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml .shtml...
Manager of pid-file quit without updating fi
Error : Manager of pid-file quit without updating fi Solution : When try to restart the mysql service on the server then above error is generated. This problem is occurred due the "mysql " database crashed and should be repaired...
Roundcube Spell Check problem
On cPanel Roundcube webmail on clicking spell check icon a message appears in the right hand corner which is similar to "No error found in spelling" This message is shown even though there are error in spelling. And spelling are...
perl error while running weblogs on the server
Error : error: List::Util object version 1.14 does not match bootstrap parameter 1.18 at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 92 Solution: If you are getting perl error while running /scripts/runweblogs do as follows : 1) Check the perl version on the server using...
awk linux command
why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language, unlike, say, perl. And while it can't do everything you can do in perl, it can do most things that...
backup script for reseller account
Following are the steps to take increment backup of reseller account on backup server. 1) First we need to find out the user name which is under the reseller account. On shared/source server :- vi /home/resellerUsername/backup.sh # For finding the...
Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference.
Error: Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference. Solution : This error is occurred due the php version 5.3 and joomla is not certified to work with PHP 5.3.0. You need to change some code in your...