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 […]
Multiple WordPress Installation Using a Single Database
Sometimes there are more than one WordPress set up is necessary, but your host might have restricted MySQL Database allocation. Well the remedy for that issue is having several WordPress set up in one database. You must set up WordPress manually to perform this. Most one click applications like Softculus or Fantastico would not let you […]
How To Reduce Spam Comments in WordPress
If you have a self-hosted WordPress blog which is quite well-known, the most frustrating factor is fighting WordPress spam comments regularly. Whenever you sign in to WordPress panel, you see a lot of spam comments waiting to be removed. Either you have to remove them personally or let them die in the spam queue. The […]
Beginning with WordPress: Installing WordPress
WordPress is known as the most popular writing a blog service and CMS. New customers are often amazed when we tell them that WordPress is also well known for its easy set up. All best WordPress website hosts allow you to set up WordPress within few clicks. In most conditions, setting up WordPress is easy […]
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 […]
How To Backup WordPress Site
WordPress is a web program depending on PHP and MySQL. I have done a post on steps installing WordPress in cPanel, if it is your first time with WordPress that post can be useful to you. As such you need to back-up all its information and its database to have a complete duplicate of your […]
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 […]