To effectively run theme, your hosting provider should support the following:
PHP version: 8.1 or 8.2 (not 8.3)
MyHome 4.0 requires PHP 8.1 or 8.2 PHP 7.4 has not been maintained for several years and no longer receives security fixes (you can check the currently supported versions here on the official PHP resource: https://www.php.net/supported-versions.php). For your own security, and not just because of our theme, we strongly recommend switching to PHP 8.1 or 8.2, as support for PHP 7.4 has been dropped.
We also suggest avoiding PHP 8.3 for now, as it is still in beta support by WordPress (you can see the beta status here: https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/). Using beta options can cause issues, so it’s best to wait for full support to save time and avoid potential problems.
PHP Settings:
- upload_max_filesize = 64M
- post_max_size = 64M
- max_input_time=300
- max_execution_time= 300
- max_input_vars = 10000
- memory_limit = 256M
If the default limits are inadequate, you can modify your server settings through your hosting provider's cPanel or by editing the php.ini file. If you're unable to make these changes yourself, contact your hosting provider for assistance. Provide them with the minimum requirements outlined above, and they can make the necessary adjustments on your behalf.