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. […]
Category: Cpanel
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 […]
WordPress Fatal error: Allowed memory size exhausted
WordPress can encounter a white screen of death and most common reason is a PHP fatal error regarding allowed memory size exhausted.So we have decided to writeup on it because this is a very common problem. There are many solutions but in this post we will share simple ones. First you want to edit your php.ini […]
WordPress: White Screen of Death
If anyone working with a WordPress website would have experienced this white screen of death at least once. The WordPress white screen of death is one of those frustrating issues like Maximum Execution Time Exceeded in WordPress. The purpose why this problem is frustrating for customers is because there is no error clue in most […]
Fatal Error: Maximum Execution Time Exceeded in WordPress
WordPress is written mainly in PHP development language. To protect web servers from misuse, there is a restrict time limit set for how long a PHP program can run. Some hosting providers have set this value to a higher level while others may have set it to a lower level. When a script reaches the […]
How to Find and Replace text in your WordPress Database
Lets say you had written 50 posts and you write something incorrect. For example WordPress instead of WordPress. Now you can’t probably go look for all 50 posts to modify just the upper-case of P. In this post we will explain how you can use an SQL query for WordPress Database to Find and Replace […]
Tips For WordPress Website Security
We recently talked about WordPress backup.Now this is the time to tell you about the wordpress security issues. WordPress is the most well-known writing blog and CMS system on the Internet which creates it a preferred focus on for online hackers. Having a WordPress website indicates that you have to take some additional initiatives to be able […]
Error: (code: 451, response: Temporary local problem – please try later)
When we try to deliver a message this error pops up: SMTP: Invalid response code received from server (code: 451, response: Temporary local problem – please try later) We did totally reset the configurations of Exim and we add the websites to /etc/remotedomains for both web servers and still nothing. Finally for the solution we […]
Disable Direct Root Login in cPanel
While applying security modifications on the server, one of the most important tweak we should execute is to disable direct root login which will force the hacker to think 2 separate passwords to obtain root access. Following actions will show you how to turn off direct root login. If you are using cPanel server make […]