Support » Fixing WordPress » Blank pages – completely stumped!

  • Resolved mama-druid

    (@mama-druid)


    My entire blog (http://www.mamadruid.com/index.php), including the admin panel, are showing up as blank pages and with no source code to view.

    Yesterday afternoon I activated a new theme. I created a post under the new theme and received comments with it. About 4-5 hours later is when the blank/white pages appeared.

    I cannot connect via FTP. I get the error, “cannot open remote folder public_html/. Access Denied. The file may not exist, or there could be a permission problem.”

    I uploaded an html page, via cPanel, which is working. (http://www.mamadruid.com/index.html)

    Following the information I found here did not turn up anything. All expected plugins were listed.

    I deleted the install.php file from my wp-admin folder. I deleted all my plugins. I renamed the new theme’s folder.

    My .htaccess file, which hasn’t been changed since I first created it, is as follows:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    My sandbox environment, at http://www.mamadruid.com/sandbox is working just fine, so the problem is definitely exclusive to my root directory WP install.

    Please let me know if there’s any additional information I can provide to help solve this problem.

    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank pages – completely stumped!’ is closed to new replies.