Understanding the PHP values in the php.ini configuration file

understanding php values in the php.ini configuration file

In this tutorial, we are going to explain what contains the “php.ini” configuration file and what is used for. The PHP ini configuration file is a special file for PHP applications used to control PHP settings what users can or can not do with the website.

defining php values in php.ini configuration file

When PHP is installed the server is configured to use the default PHP settings, but sometimes we need to change the behavior of the PHP at runtime and this is when this configuration file comes to in use.

We are going to use Ubuntu 20.04 as OS while we are explaining and installing the PHP along with its extensions. Let’s get started!

Read More

The uploaded file exceeds the upload_max_filesize directive in php.ini

The uploaded file exceeds the upload_max_filesize directive in php.ini

The uploaded file exceeds the upload_max_filesize directive in php.ini, is a common WordPress error when installing new themes, plugins, uploading new images or creating new posts. Installing WordPress is a fairly easy task and it only takes a few minutes. After installing WordPress, you may want to change the default theme and install a new one, install some WordPress plugins, create new posts and upload image files, etc. and this is when you may receive the following error: The uploaded file exceeds the upload_max_filesize directive in php.ini. In this tutorial we’ll show you, how to fix The uploaded file exceeds the upload_max_filesize directive in php.ini.

Read More