Search Our Database

How to check php information for your hosting server

Introduction To check PHP settings, modules and versions on your hosting server, you can use a simple script to generate detailed PHP information.   Prerequisites Access to your hosting server via FTP or file manager. A text editor to create a PHP file.   1. First, create a plain text file and name it as

How to increase max children for PHP-FPM in WHM

Introduction When hosting dynamic websites on a WHM/cPanel server, PHP-FPM is commonly used to handle PHP processing efficiently. One of the most important settings in PHP-FPM is max_children, which determines the maximum number of child processes (PHP workers) that can run simultaneously per domain. If this value is too low, your site may become unresponsive

How to set upload limit in phpMyAdmin

Introduction phpMyAdmin is a popular web-based tool used to manage MySQL or MariaDB databases through a graphical interface. One of its core features is the ability to import database files — such as .sql backups — directly from your local system. However, by default, phpMyAdmin inherits file upload limits from PHP’s configuration, which can be

How to Change The PHP Timezone For A Domain

Introduction Setting the correct PHP timezone is important to ensure that server-side processes—such as log timestamps, cron jobs, and time-based functions—operate according to your local time. In cPanel, this can be done easily using the MultiPHP INI Editor. Prerequisites Access to cPanel: Ensure you have a valid cPanel account with login credentials. Basic cPanel Knowledge:

How to adjust PHP configurations per domain in cPanel

Introduction In cPanel, adjusting PHP configurations per domain enables administrators or users to customize settings like memory limits, max execution time, or file upload sizes for individual websites on a shared hosting environment. This is useful when hosting multiple domains with different application requirements. The process is handled through cPanel’s MultiPHP INI Editor or MultiPHP

How to Change PHP Version in DirectAdmin (Evolution Skin)

Introduction Updating your PHP version in DirectAdmin is a straightforward process that ensures your website and applications remain compatible and perform optimally. Follow the steps below to make the necessary updates. Prerequisites A DirectAdmin account with User Level access. Access to your hosting control panel. Steps to Change PHP Version Step 1: Log in to

How to Fix phpMyAdmin “Access Denied” Error in cPanel

Introduction When accessing phpMyAdmin through cPanel, you may encounter the following error: Error: mysqli_sql_exception: Access denied for user ‘cpses-username’@’localhost’ (using password: YES). This issue arises when the MySQL password for the cPanel user is out of sync, preventing authentication. To resolve this, reset the cPanel password to force MySQL to synchronize the credentials. Prerequisites Access