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: […]
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: […]
Table ‘mysql.servers’ doesn’t exist
We were getting an error while adding a database user by using Plesk,Error received: [wpfmb type=’error’ theme=2]Error: Connection to the database server has failed: Table ‘mysql.servers’ doesn’t exist[/wpfmb] […]
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 […]