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:
- Log into cPanel
- Find the "Select PHP Version" tool (usually under Software or Programming sections)
- Click "Switch to PHP Options"
- Check the boxes next to missing extensions
- 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:
- Use a modern text editor (like VS Code, Sublime Text, or Notepad++)
- Save files in UTF-8 encoding (without BOM)
- Use LF (Unix-style) line endings