To effectively run MyHome, your hosting should use PHP 8.1 or PHP 8.2, along with the following configuration settings:


  • upload_max_filesize = 32M  
  • post_max_size = 32M  
  • max_input_time = 300  
  • max_execution_time = 300  
  • max_input_vars = 10,000  
  • memory_limit = 196M  


PHP 8.1 or 8.2 is required because lower versions, such as 7.4 and 8.0, are no longer supported. You can check the official resource for more information here: https://www.php.net/supported-versions.phpRunning outdated PHP versions can expose your site to security vulnerabilities and incompatibilities with modern plugins and themes.  


We do not recommend using PHP 8.3, as WordPress currently only offers beta support for it. More details on WordPress compatibility can be found here: https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/ 


If the PHP version or default settings are inadequate, you can modify your server configuration through your hosting provider's panel, 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 for you.