-
Community Forums
Our community forums are the most popular choice for support with your web hosting account. By posting in the forums it gives thousands of members the ability to help you and keeps a history of your problem, helping others.
The most common cause of a blank, white page on an x10Hosting website is a fatal PHP error encountered while processing the web request.
In some cases it is possible for a web hosting account to have its PHP display_errors configuration set to hide PHP errors from website visitors. If a fatal error occurs, and this option disabled, the result is a blank page. A common cause of a blank page is a PHP syntax error (such as a typographical error) in a user's PHP script edited by hand. If you're suddenly experiencing a blank page after making a change to a PHP script this is the most likely cause.
If you're receiving a blank white page while visiting your website built with PHP you should verify that your display_errors setting is enabled.
Note: We recommend leaving display_errors set to Off (i.e., PHP errors hidden) when you are not actively developing your website. This prevents your visitors from possibly seeing any PHP errors.
If you are still receiving a blank page and you have display_errors enabled, verify that your file is not actually empty from an upload or editing mistake.