Sometimes we would like to view the site stats without login to cPanel. We can follow the steps in order to check the site stats (webalizer) without login to cPanel: […]
Category: Cpanel
Disable suhosin
If you want to disable Suhosin for a domain can be done by 2 methods. 1) Using php.ini 2) Using .htaccess. […]
Install Installatron on a cPanel/WHM server
To install Installatron on a cPanel server make sure that you have cPanel/WHM 11.x (latest), 10.x, 9.x versions available. Now login to the server as root. Get the Installatron Script. wget http://data1.liquenox.com/installatron_setup.sh Assign appropriate ownership to the installatron_setup.sh chmod 755 installatron_setup.sh Run the script. ./installatron_setup.sh -f Installation is now ready to use in cPanel and WHM. […]
PHPMyAdmin: Existing configuration file (./config.inc.php) is not readable
While trying to access phpmyadmin on WHM if you get following error: [wpfmb type=’error’ theme=2]Existing configuration file (./config.inc.php) is not readable.[/wpfmb] Do the following steps to resolve: […]
Parse error: syntax error, unexpected T_STRING
T_String is the common parse error associated with the creation of PHP files,At times the site displays following error: […]
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: [wpfmb type=’error’ theme=2]You attempted to load file with unsupported compression (application/zip). Either support for it is not implemented or disabled by your configuration. Enable .zip file import from cPanel phpmyadmin[/wpfmb] This error happens generally as there is no zip support allowed […]
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. [wpfmb type=’error’ theme=2]Error in system filter: failed to open filter log file “/var/log/filter.log”: Permission denied (euid=506 egid=559)[/wpfmb] The Above mentioned error is basically due to improper ownership assigned to the file “/var/log/filter.log” . […]