SMF Support > SMF 2.0.x Support

Blank Screen Until Refresh

<< < (2/3) > >>

gaz12321:
Not sure if there is any clues in this for anyone who knows anything about coding, I have taken the code from 'view source' for the blank page and then for the loaded page.

The blank page:

--- Code: ---<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>

--- End code ---


The start of the loaded page:

--- Code: ---<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

--- End code ---


Does that give any clues to what might be happening?

ziycon:
It looks like the forum isn't even being loaded when you first go to the site, have you asked the host?

gaz12321:

--- Quote from: ziycon on July 05, 2012, 04:12:08 AM ---It looks like the forum isn't even being loaded when you first go to the site, have you asked the host?

--- End quote ---

Contacted the host and they seem to have solved the problem, they said that SMF occasionally calls to a function that's banned on their servers which was causing the issues.

Thanks for your help.

Shambles:

--- Quote from: gaz12321 on July 05, 2012, 08:10:31 AM ---Contacted the host and they seem to have solved the problem, they said that SMF occasionally calls to a function that's banned on their servers which was causing the issues.

--- End quote ---
Don't suppose they disclosed which function it was, that they banned, which they've now unbanned, did they?

Arantor:
Very likely it's shell_exec which is used sometimes to do hostname lookup.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version