The MU forums have moved to WordPress.org

White Screen Instead of Blogs (10 posts)

  1. userx
    Member
    Posted 19 years ago #

    Hello forum. I'm very new at MU. I'm having a problem too. I researched for a day, and looked at the frequent problem trac. I'm still stuck. I submitted a request to add a DNS Wildcard with Media Temple, but I think a DNS Wildcard is already in place (viewable in the cpanel Edit Zone area?).

    So, I was hoping a few gurus could point me in the right direction.

    I can create a blogs on my mu-1.2.3-2.2.1 installation, but when I click over to them it's all white page.

    You can see my installation here: http://www.thedailyscribe.com

    You can view a white page here: http://coleen.thedailyscribe.com/

    Any ideas or suggestions? Thanks so much.

  2. SteveAtty
    Member
    Posted 19 years ago #

    Turn on PHP error reporting - and let us know what it is saying

  3. userx
    Member
    Posted 19 years ago #

    Thanks for the response. Error log is empty. ???

  4. userx
    Member
    Posted 19 years ago #

    I got this from the Media Temple folk: "Wildcard DNS is already enabled for you by default. I show it is set up and working for thedailyscribe.com"

    I'm at a loss.

  5. lunabyte
    Member
    Posted 19 years ago #

    Works for me.

    It could be that your local DNS hasn't updated to recognize it, maybe.

  6. lunabyte
    Member
    Posted 19 years ago #

    I'll rephrase that:

    It seems to be recognizing subdomains. I tried fred.thedailyscribe.com and it redirected me to the sign up page.

    The one you mention previously is a WSOD.

    Try adding another blog or something maybe. Maybe that one just got hosed.

    Unless you messed with a theme or something that might be causing it.

  7. userx
    Member
    Posted 19 years ago #

    Lunabyte, it works for you? You don't see a blank, white screen when you click on a created blog like:

    http://coleen.thedailyscribe.com/

    I'm still seeing white screens instead of created blogs. is there something fishy in my .htaccess (see below)?

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

  8. andrea_r
    Moderator
    Posted 19 years ago #

    I'm seeing a blog, with layout and the "hello world!' post at http://coleen.thedailyscribe.com/

  9. userx
    Member
    Posted 19 years ago #

    Right! I got it all fixed late, late last evening. Thank you all so much for the assistance. It is appreciated.

  10. lunabyte
    Member
    Posted 19 years ago #

    And the problem was....

About this Topic