MyBB Community Forums
Blank index.php - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.2 Series (https://community.mybb.com/forum-3.html)
+------ Forum: MyBB 1.2 General Support (https://community.mybb.com/forum-4.html)
+------ Thread: Blank index.php (/thread-2373.html)



Blank index.php - 420greg - 2005-05-11

My install weat great and the admin interface works. I added a forum catagory, but when I click on 'view your forums' all I get is a blank page.

If I vist my forum http://www.occompt.com/advantageforum/

all I get is a blank white screen.

This is what I get when I view source:

<!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>

Greg


RE: Blank index.php - marcgo15 - 2005-05-11

Here you go, try this one.


RE: Blank index.php - 420greg - 2005-05-11

same thing still blank.

<!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>



RE: Blank index.php - Tsakalos - 2005-05-11

whats the folder name where u installed it?



RE: Blank index.php - 420greg - 2005-05-11

It is installed here:

http://www.occompt.com/advantageforum/

Here is a screenshot of my ftp session which shows the structure:

[Image: mybb.jpg]


RE: Blank index.php - k776 - 2005-05-12

Common problem! Try this, should work:

Admin CP > Board Settings > Server and Optimization Settings > Gzip Compression > Off > Save

Should work now, yes?


RE: Blank index.php - 420greg - 2005-05-12

That did the trick.
Thanks for the response.