Some time JoomlaFCK editor is not allowing to add any text after installing Joomla. Refer following steps to sort out the JoomlaFCK problems. Open configuration.php file and replace following line From var $live_site = ‘http://domain.com’; To var $live_site = ‘http://www.domain.com’; thats all.
Author Archive
Horde Failed to connect to localhost:25 error message
On Shared server as well as on Dedicated server some time we are facing large connection issue to SMTP port 25 at that time mostly we disable SMTP port 25 and enable any other port for SMTP but after changing SMTP port mostly we receive following error message in Horde webmail. There was an error […]
How to check bad blocks on Linux Server
To avoid any hdd failure, its always better to check the hard drive once in every month or if you are receiving the hard drive failure E-mail alerts then run the following command to test hard drive. For example if you are using the hard drive failure notification for the partition /dev/sda1 then run the […]
Increase SSH timeout for clients
After login in to the shell many time shell remain idle and due to that SSH connection closed by the server and we have to re-login in to the shell, we can avoid this problem by increasing the SSH timeout in the servers main sshd configuration file.Web hosting clients complaint that they can’t remain active on the […]
Backup of mysql database using cron job.
To generate the backup of mysql database using cron job refer following three format as per your requirement. 1) Cron job to generate database backup in .sql format * * * * * /usr/bin/mysqldump -u databaseusername databasename -ppassword > /path of database database.sql 2) Cronjob to compress database backup in .bz2 format * * * […]
How to change upcp from release to stable?
We can change the upcp from the release version to the stable version by changing the option in following file cat /etc/cpupdate.conf From release to stable
Invalid command ‘BytesLog’ error after upgrade to cPanel version to 11
cPanel version get upgraded to 11 most common problem many peoples are facing with starting Apache on new installation. The error reported is : Invalid command ‘BytesLog‘, perhaps mis-spelled or defined by a module not included in the server configuration /usr/local/apache/bin/apachectl start: httpd could not be started To fix this mod_log_bytes.c needs to be re-compiled. […]
How to enable stats from WHM?
To enable the stats you need root login details.Once you logged into your WHM as root user follow the steps. Look in “Server Configuration”. Choose “Statistics Software Configuration”. Scroll down to “Statistics Processing Configuration Summary”. Click on “Configure Statistic Process Time Schedule”. Tick the boxes to denote the times during which stats should not be […]
Options FollowSymLinks or SymLinksIfOwnerMatch forbidden error
If you receive following error message after browsing the domain/website [Sat Oct 31 04:28:39 2009] [error] [client x.x.x.x] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/xxx/public_html/xxx/403.shtml [Sat Oct 31 04:29:47 2009] [error] [client x.x.x.x] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/xxx/public_html/xxx.co.uk/Bracelets/Stencil-Heart-Bracelet.html To […]
Simple cgi script to check the Server uptime?
The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo $(hostname) echo “=>” echo $(uptime)








