PHP Configuration Check

Required Extensions

mbstring: ✓ Installed
xml: ✓ Installed
dom: ✓ Installed
curl: ✓ Installed

Character Encoding Settings

default_charset: UTF-8
internal_encoding: Not set
output_encoding: Not set
mbstring.internal_encoding: Not set

PHP Version

8.0.30

File Upload Settings

upload_max_filesize: 64M
post_max_size: 64M
max_execution_time: 30
max_input_time: 60

What to do if extensions are missing

If you're using cPanel:

  1. Log into cPanel
  2. Find the "Select PHP Version" tool (usually under Software or Programming sections)
  3. Click "Switch to PHP Options"
  4. Check the boxes next to missing extensions
  5. Click "Save" and wait a few minutes for the changes to take effect

If you don't have cPanel access, contact your hosting provider and ask them to enable these extensions.

Additional Steps

Create or edit your .htaccess file to include:

AddDefaultCharset UTF-8
AddCharset UTF-8 .html .php

When editing PHP files: