-
How to Fix the “Allowed Memory Size Exhausted” PHP Error
Seeing “Allowed memory size exhausted”? Learn what the PHP memory limit is, how to raise it in cPanel, and how to fix the underlying cause.
-
How to Fix the “Maximum Execution Time Exceeded” PHP Error
A PHP script running too long? Learn what max\_execution\_time does, how to increase it in cPanel, and how to fix the slow operation behind the error.
-
What Is PHP and Which Version Should You Use?
PHP powers most of the web, but the version you run affects speed and security. Learn what PHP is and how to choose the right version for your site.
-
How to Install and Enable PHP Extensions in cPanel
Need a PHP extension like cURL, GD or mbstring? Learn how to enable PHP extensions in cPanel using Select PHP Version, step by step.
-
How to Fix the “upload_max_filesize Exceeded” Error
Can't upload a large file? Learn how to increase upload\_max\_filesize and post\_max\_size in cPanel so you can upload bigger images, themes and media.
-
How to Enable OPcache to Speed Up PHP in cPanel
OPcache makes PHP sites noticeably faster by caching compiled code. Learn how to enable OPcache in cPanel and confirm it is working.
-
Changing your PHP Version in cPanel
You can run different versions of PHP in our new servers. Third-party applications may require stable version of PHP. If you are a shared hosting user, you can change your PHP version in your cPanel…
-
Changing your PHP Settings in cPanel
There are many situation when we need to change our PHP settings. Specially when we host any PHP application, we need to build a specific environment. Let’s see how to change PHP settings in cPanel.…
-
How to increase the PHP Memory Limit in cPanel
There are some situations when you are having limit on your php memory and you are asked to increase the php memory limit. The memory_limit is a setting managed through the PHP Options which max…
-
How to Enable ionCube Loader in cPanel PHP Extension
ionCube Loader is a free PHP extension uses to decode encrypted PHP files at runtime. If you want to use ionCube Loader for your PHP application or website, you must enable it in your cPanel PHP…
-
How to Edit the php.ini File in cPanel
If you are familiar with PHP, you may heard about the php.ini file. There are some certain scenarios when you may need to change or update your PHP configuration in your cPanel. You can do it easily…