Viewing articles tagged 'php'

How to Add Custom PHP Settings and Apache/Nginx Directives in ISPConfig

ISPConfig can apply advanced per-site configuration from the control panel instead of the shell:...

How to Change the PHP Version Using the CloudLinux Selector in cPanel

On Noiz cPanel hosting that runs CloudLinux, the Select PHP Version tool (usually called the...

How to Change the PHP Version via CloudLinux Selector in DirectAdmin

The CloudLinux Select PHP Version tool lets you change the PHP version your websites run on, from...

How to Create a phpinfo File to Check Your PHP Configuration in ISPConfig

This guide shows you how to create a phpinfo file for a website on your Noiz hosting account so...

How to Create a Website in ISPConfig

This guide shows you how to create a new website in the ISPConfig control panel, from opening the...

How to Fix a Blank White Screen in ISPConfig After a Sury PHP Upgrade (Read-Only Temp Folder)

After upgrading PHP from the deb.sury.org repository, the ISPConfig control panel interface may...

How to Fix the "Missing a Temporary Folder" Error in WordPress

This guide shows you how to fix the WordPress upload error that reads "Missing a temporary...

How to Fix the DEB.SURY.ORG Expired Signing Key Error (EXPKEYSIG) on Debian

If your Debian server uses the DEB.SURY.ORG PHP repository (standard on ISPConfig "perfect...

How to Harden PHP Settings for a Website in ISPConfig

This guide shows you how to tighten the PHP configuration of a single website in the ISPConfig...

How to Enable ionCube Loader Using CloudLinux Selector in cPanel

The ionCube Loader is a PHP extension that lets your server run PHP files which have been...

How to Enable ionCube Loader Using the CloudLinux Selector in DirectAdmin

ionCube Loader is the runtime component that allows PHP to execute files protected by the ionCube...

Fix PHP Error: Allowed Memory Size of X Bytes Exhausted

When a PHP script tries to use more memory than PHP is allowed to give it, the script stops with...

How to Enable the GD Extension of PHP Using CloudLinux Selector in DirectAdmin

GD is PHP's built-in image processing library. If a site needs to resize an upload, generate a...

How to Enable the PHP GD Extension Using the CloudLinux Selector in cPanel

GD is PHP's built-in image processing library. If a site needs to resize an upload, generate a...

PHP Error: Allowed Memory Size of X Bytes Exhausted

A PHP script stops dead and the page goes blank or shows a fatal error like this: Fatal error:...

How to Enable the Mailparse PHP Extension Using CloudLinux Selector in cPanel

Mailparse is a PHP extension for reading and splitting apart email messages. Applications that...

How to Enable the Mailparse PHP Extension Using CloudLinux Selector in DirectAdmin

Mailparse is a PHP extension for reading email messages and splitting them into their component...

How to Enable or Disable PHP Extensions Using CloudLinux Selector in DirectAdmin

PHP does very little on its own. Almost everything a real application needs (image resizing,...

How to Enable or Disable PHP Extensions Using the CloudLinux Selector in cPanel

PHP extensions (also called PHP modules) are the optional libraries that give PHP its extra...

How to Enable or Disable PHP's allow_url_fopen Using CloudLinux Selector in cPanel

allow_url_fopen is the PHP directive that decides whether your code is allowed to treat a remote...

How to Enable or Disable PHP's allow_url_fopen Using CloudLinux Selector in DirectAdmin

allow_url_fopen is the PHP directive that decides whether your code may treat a remote URL as...

How to Enable or Disable PHP's display_errors via CloudLinux Selector in cPanel

On Noiz cPanel hosting that runs CloudLinux, the Select PHP Version tool lets you turn PHP's...

How to Enable or Disable PHP's display_errors via CloudLinux Selector in DirectAdmin

PHP's display_errors directive decides whether PHP writes its warnings, notices and fatal error...

How to Increase or Decrease PHP Memory Limit via CloudLinux Selector in cPanel

On Noiz cPanel hosting that runs CloudLinux, the Select PHP Version tool (commonly called the...

How to Increase or Decrease PHP Memory Limit via CloudLinux Selector in DirectAdmin

On Noiz DirectAdmin hosting that runs CloudLinux, the Select PHP Version tool lets you raise or...

How to Increase PHP's upload_max_filesize Value Using CloudLinux Selector in cPanel

On Noiz cPanel hosting that runs CloudLinux, the Select PHP Version tool (commonly called the...

How to Increase PHP's upload_max_filesize Value Using CloudLinux Selector in DirectAdmin

upload_max_filesize is the PHP directive that sets the largest size a single uploaded file may...

How to Create a Cron Job in cPanel

A cron job is a task your hosting account runs automatically on a schedule you set, so a script...

How to Increase PHP's post_max_size Value Using CloudLinux Selector in cPanel

On Noiz cPanel hosting that runs CloudLinux, the Select PHP Version tool (commonly called the...

How to Increase PHP's post_max_size Value Using CloudLinux Selector in DirectAdmin

On Noiz DirectAdmin hosting that runs CloudLinux, the Select PHP Version tool lets you raise or...

How to Change the PHP Version on Your Domain in cPanel

Some applications need a specific version of PHP: an older shopping cart that has not been...

How to Reset the PHP Version to the Default in cPanel

If a domain on your cPanel account has been pinned to a specific PHP version and you want it to...

How to Set a Different PHP Version per Domain in cPanel

If your cPanel account hosts more than one website, you do not have to run them all on the same...

How to Set the PHP Version per Directory in cPanel

Sometimes a single website needs more than one PHP version. A legacy shop sitting in /shop/ may...