In your wp-config.php file, see where you’ve pasted the define( 'SUNRISE', 'on' ); directive.
It cannot be at the end of the file. Needs to be before the last require_once:
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');