Sometimes phpMyAdmin is inaccessible and gives the error message”Cannot start session without errors”. […]
Posts by seemab:
Add or Remove WWW Prefix in Domain URL
Redirecting a domain to WWW is a very simple task. In this tutorial you will show you how to add or remove www on Apache (using mod_rewrite) and Nginx web servers. For example http://mydomain.com should be redirect to http://www.mydomain.com. Add WWW PREFIX IN DOMAIN URL Go to your website’s home directoty: […]
Error after changing WHM theme
After changing the WHM theme sometimes you can deal with following error while trying to revert the changed theme. This error is generally occurs when the theme is not set properly. The file that stores the WHM theme is located as follows: For root the path is: /root/.whmtheme Login to the server as the root […]
Webalizer stats without cpanel login
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: 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: […]
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: […]