T_String is the common parse error associated with the creation of PHP files,At times the site displays following error: […]
Category: Cpanel
Updating webalizer for a single domain
Sometimes it happen that the domain is unable to update its webalizer stats. The webalizer for a single domain can be updated with following steps: […]
Access Joomla with temporary URL
Sometimes you would like to access Joomla ! with a temporary URL for testing or in case the domain is not propagated. In order to access Joomla ! using temporary URL you can follow the below steps: […]
Disabling Joomla plugin using phpMyadmin
Turning off Joomla plugin using phpMyadmin is very simple task. Following are the steps. 1)Login to phpmyadmin 2)Find the respective database for Joomla installation. […]
Enabling zipped mysql dump support for phpmyadmin
In phpmyadmin, while importing a zipped database you might get a error as follows: This error happens generally as there is no zip support allowed for phpmyadmin on the server. To be able to allow the support you can do the following: […]
Error in system filter: failed to open filter log file “/var/log/filter.log”
We were facing the following mentioned error for emails on the server and the emails were discarded with following message. The Above mentioned error is basically due to improper ownership assigned to the file “/var/log/filter.log” . […]
SFTP : No supported authentication methods available
While accessing FTP with SFTP,we get the following error: If try to work with normal FTP and it might work fine but SFTP will not. For this just check the file /var/log/secure on the server,We find error message as: […]
How to Restart Ruby on Rails from shell for a particular account
Following are the steps to restart ROR for a particular domain: root@server[#] cd /home/username root@server[#] cd rails_apps root@server[#] cd demo (Application name) root@server[#] mongrel_rails mongrel::restart Thats it! […]
Error:no version information available (required by php)
I was facing following error when I was trying to view the php version on the server: root@server [~]# php -v We may get this error even if the Apache on the cPanel server is recompiled. To resolve this error just follow the simple steps: mv /opt/xml2 /opt/xml2.bak Then re execute EasyApache from WHM > […]
rndc: connect failed: 127.0.0.1#953: connection refused
Your servers named service may go unresponsive with the following error logs: For solution check the file /etc/sysconfig/named. You can locate the following line: ROOTDIR=”/var/named/chroot/” Comment the above statement #ROOTDIR=”/var/named/chroot/” Now restart the named service on the server. […]