Blank page during installation
This topic provides information about the issue of a blank page during installation.
If you get a blank page on running the "setup" script, then you need to follow the below steps:
- Check for the prerequisites – Go to
/checklist.php
and see if any errors are being displayed. Resolve all errors. - Enable display errors in PHP – Enable display_errors for the PHP installed on your server. This PHP parameter is set in the php.ini file. Once set to On it shows you on-screen PHP errors as and when they occur.