Blank screen after https://illarion.org/accountsystem
Moderator: Developers
Blank screen after https://illarion.org/accountsystem
(Edit: I can log in now)
- Moirear Sian
- Posts: 1214
- Joined: Thu Jul 15, 2004 5:12 am
I just looked at the source of the page retrieved on the white page and it's simply this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
I notice there is nothing inside the body. Refreshed and this is the top of the retrieved page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1- ... dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Illarion - Account beantragen</title>
first difference I notice is the returned page is XHTML 1.0 Strict when the blank page is HTML 4.0 Transitional.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
I notice there is nothing inside the body. Refreshed and this is the top of the retrieved page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1- ... dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Illarion - Account beantragen</title>
first difference I notice is the returned page is XHTML 1.0 Strict when the blank page is HTML 4.0 Transitional.