Sometimes we receive the following error in WHM>> Service Status option for exim service. Main >> Server Status >> Service Status Error:: exim rpmdb: PANIC: fatal region error For the solution we may rebuild the rpm database (rpmdb) by using the following commands : rpm –rebuilddb rpm –initdb If this does not help at all and if rpm […]
Plesk ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: common_func.php
Sometimes we may face the error while trying to access the Plesk control panel: ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: /usr/local/psa/admin/plib/common_func.php3:190 psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’) 1: /usr/local/psa/admin/auto_prepend/auth.php3:93 Usually this error comes because because the password in the file /etc/psa/.psa.shadow used to access […]
How to increase size of /tmp on cPanel server
We were regularly getting a error message that the /var/tmp directory in one of our cPanel server is full and we need to remove some data. We considered the error log and discovered that the tmp partition goes full when the planned back-up runs. Therefore, we had nothing to do but increase the tmp partition […]
403 Forbidden Error
There are many different kinds of errors that can occur when creating a web page. One of the more typical ones is the 403 Forbidden Error. Here we talk about this error and what you can do about it. The 403 Forbidden error means that the web page or source you were trying to access […]
Fatal error: Call to undefined function mb_substr() Error
Fatal error: Call to undefined function mb_substr() In this article we will explain you how to fix this error.If you get this error on your website it means that mbstring is not enabled or installed on your web hosting server. If you are using multibyte character encoding in your code, you will get this error when the […]
Disable Directory Browsing in WordPress
Apache web server allows directory browsing by default,With directory browsing enable, will put your WordPress blog into danger and make it easy for hackers to look into your directory/files structure. Many WordPress experts recommend to disable directory browsing for security aspects.To disable the directory browsing you need to edit .htaccess file. Open your .htaccess file Add […]
How to Protect Your WordPress Admin Area
The .htaccess file is a highly effective configuration file that allows you to enhance your site’s security and efficiency. In this article, we will show you how we can use .htaccess to secure your WordPress admin area by restricting the access to chosen IP’s. For that purpose Simply use the following code into your .htaccess […]
Error Establishing a Database Connection in WordPress
If you have been browsing the web for a while, you have seen this error a few times. Error Establishing a Database Connection is one of those errors that could be due to different causes. As a WordPress beginner, this could be awfully annoying exclusively when it occurred on its own without you modifying anything. […]
MySQL Error : Can’t create/write to file ‘/tmp/#sql_839_1.MYI’ (Errcode: 28) Error Number : 1
Recently one of our users told us they were not able to update their Database due to the following error: error: Database error in vBulletin 4.2.2: Invalid SQL: SELECT node.nodeid AS itemid, parent.nodeid, parent.url, parent.styleid, parent.layoutid, parent.publishdate, parent.setpublish, parent.hidden, info.title, info.description FROM cms_node AS node INNER JOIN cms_node AS parent ON (node.nodeleft >= parent.nodeleft AND […]
WordPress Posts Returning 404 Error
This is another common WordPress issue like WordPress Fatal error: Allowed memory size exhausted. which happens while customers try to access posts and in return gets 404 Not Found Error. However, in this situation the admin panel of your WordPress is accessible. It is noticed that mostly it happens when either some went incorrect with your […]