4 steps to solve Required PHP extension not found mysqli

Is your WordPress throwing the “Required PHP extension not found mysqli ” error while installing WordPress? The error message indicates that the PHP scripting language on your web server is not set up properly to work with MySQL databases.For example, if your server still uses PHP 5.6 or an older version, it would be missing the MySQL extension, which is required by the WordPress software.In this guide, we’ll walk you through the 4 steps to fix this issue and ensure you can install WordPress smoothly again. Steps to solve Required PHP extension not found mysqliSTEP 1: Log in to cPanel.Step 2: Go to the Software section, where you can see Select PHP version, and click on that.Step 3: In this step, you can see all the PHP extensions. You should click o...
How to Reset WordPress Admin Password (3 ways)?

How to Reset WordPress Admin Password (3 ways)?

WordPress is a widely used content management system that powers millions of websites around the world. As an administrator of a WordPress site, it is important to ensure that your login credentials are secure and up-to-date. In this blog, we will provide step-by-step instructions on How to Reset WordPress Admin Password.However, there may be instances where you forget your password or need to reset it for security reasons. In this case, it is essential to know How to Reset WordPress Admin Password to regain access to your site.Methods to Reset WordPress Admin PasswordMethod 1: Using WordPress Login ScreenYou can use this method when you completely forget your password and have no other option to access the WordPress admin page. Here are the steps to follow to Reset WordP...
Fix: WordPress Memory Exhausted Error – Increase PHP Memory(4 Methods)

Fix: WordPress Memory Exhausted Error – Increase PHP Memory(4 Methods)

What is WordPress Memory Exhausted Error?WordPress Memory Exhausted Error is an error message that appears on your WordPress website when your website's code requires more memory than what is allocated by default.WordPress is built on PHP, which is a server-side scripting language that requires memory to execute code. PHP scripts can be memory-intensive, and if the amount of memory allocated to PHP is not sufficient, it can cause the website to crash or display the error message.WordPress has a 32MB memory limit by default, but some hosting providers increase this to 64MB for all customers. But at eHostingServer, you can extend your memory limit to up to 2 GB in all of our plans.In this blog, I will show you how to solve the "WordPress Memory Exhausted Error" and...
2 ways to fix the “Error establishing a database connection” in WordPress .

2 ways to fix the “Error establishing a database connection” in WordPress .

The “error establishing a database connection” is probably one of the most common errors WordPress users can encounter. This error occurs when your site is unable to connect to its database. In this blog, I will show you what this issue "Error establishing a database connection" is and how to solve it.What Is The “Error Establishing a Database Connection”?WordPress relies on two major technologies: PHP and MySQL.1) PHP: PHP is a server-side language, which means that it runs on your web hosting server.2) MySQL: MySQL is the database management system used by WordPress to store and retrieve your blog information.So the error "Error Establishing a Database Connection " occur when your website files are not able to connect to  your database.Common Causes of...

How to Redirect a Website in cPanel?

When you "redirect" a website, that means you are simply forwarding it to another address on the same or different domain. cPanel offers you a direct option to setup redirection of hosted domains. In this blog I will show you How to Redirect a Website in cPanel.What is Website Redirect?Website redirects are the process of automatically directing a web user from one URL to another. You can forward your domain name to any website, webpage, etc. which is available online.Example: Your old website was XYZ.com, and you have now changed your website name to ABC.com for whatever reason, and you want people who search for XYZ.com to be redirected to ABC.com. In that case, you can redirect your website from XYZ.com to ABC.com.Types of Website RedirectsThere are two main categor...

How to Select the Best Web Hosting Plan ?

Every Business nowadays needs a website. Choosing the right web hosting is crucial as it affects your website's performance, security, and ultimately your business and brand image. Web hosting plays a significant role in ensuring that our website is accessible from anywhere, making it important to select the best web hosting package.When starting a new website, one of the initial steps is to select the best web hosting plan. This can be a daunting task, especially if you are not aware of what to look for.In this blog, I will guide you on How to Select the Best Web Hosting Plan for your website and provide some basic knowledge about web hosting.What is Web Hosting ?Web hosting allows you to make your Website or Web application accessible on the internet. The hosting provide...
How to Create and Restore Backups in cPanel ?

How to Create and Restore Backups in cPanel ?

A Website backup is a copy of all your data, files, and databases. Its purpose is to prevent data loss if something happens and your current site breaks down.Whether you’re a personal website owner or an online business entrepreneur, you want to make sure your website is secure. Losing your site data due to a human error, malware, or hardware malfunction can be hard to recover from.The Backup interface lets you create backups of your files, and you can download and store your files and databases. You can use cPanel Backup Wizard and JetBackup 5 to backup and Restore your cPanel website step by step.In this blog I will show you how to Create and Restore Backups in cPanel:OPTION 1: Create and restore backups in cPanel using the Backup and Backup Wizard.The main di...
How to Reset cPanel Account Password(2 ways)?

How to Reset cPanel Account Password(2 ways)?

It is very important to protect your password. To ensure the best security for your account, we have to change the password frequently and use a strong one. In this Blog we will show you how to Reset cPanel Account Password .There are two method using which we can Reset cPanel Account Password.Changing or resetting your cPanel password systematically is something you need to do especially if you are a growing business . In this blog I will teach you how to Reset cPanel Account Password.Why Is it Important to Reset cPanel Account Password?Limits Multiple Account BreachesPrevent Saved Password AbuseA reused password endangers other profiles as well.Prevents constant Access.Method 1: Reset the cPanel Account Password using eHostingServer client portalIf y...
How to Set up Node.js Application in cPanel?

How to Set up Node.js Application in cPanel?

Node.js is an open-source and cross-platform JavaScript runtime environment. In this blog I will show you how to Set up Node.js Application in cPanel. It was released in 2009 by Ryan Dahl. Node.js is not dependent on any operating system software. It can work on Linux, macOS, or Windows. Node.js allows you to write JavaScript on both client and server.The NPM library is one of the excellent resources that comes with Node.js. The library contains a registry of over a million packages.On our Business hosting with cPanel you are able to deploy Node.js and Python core apps via cloudlinux application manage. Node.js Selector is a feature that allows you to deploy Node.js applications on cPanel.Create the Application to Set up Node.js Application in cPanelFirst, you need to cre...

How to setup SMTP Authentication in WordPress?

SMTP or Simple Mail Transfer Protocol is an application that is used to send ,receive and relay outgoing emails between senders and receivers.SMTP Authentication basically adds an extension that secures your mails. Without authentication, it is possible for spammers to damage your email program with tactics like email spoofing. Email spoofing is a tactic used by people attempting to send mail with a forged sending address that they don’t own. Additionally, recipient servers may view your mail as untrustworthy.Problem arises during sending email from wordpress.Sending email from my WordPress site but it’s not getting delivered to the recipient.The email has been sent, but it went into the spam or junk folder on the recipient's side.The email wasn’t sent beca...