Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter bonda

    (@bonda)

    I guess the possible problem is in the query.php file, which conflicts with my theme (highly customized). But 4.0 is a major upgrade, and the query.php file seems to be completely rewritten, so I don’t think to be able to locate the problem myself…

    You could try to temporarely use a default-theme in order to check if it’s really the theme. Or better by far: Have a second install on the same host for testing those things

    As far as I could see, you are using Cover-WP-Theme, which is no more supported by OneDesigns. So if it’s really the theme, this may be a good moment to switch to another theme (maybe something with a responsive layout)?
    Perhaps you’ll get support from other users in http://www.onedesigns.com/support/forum/theme-support/cover-wp-theme

    If it’s WordPress and not the theme, let us know and we’ll dig deeper.

    Thread Starter bonda

    (@bonda)

    Thank you, Karsten.
    Cover-WP-Theme is really no more supported, and the latest posts there are one year old…
    But, since the single posts display well and correct, and only the scripts that make the post queries don’t work, then maybe I could just slightly modify the corresponding theme functions to make it work? All worked perfectly before today’s update…
    Switching to a default theme would kill the site…

    Thread Starter bonda

    (@bonda)

    I have tried to preview the site using the default themes – none of them works, the front page is blank… Some custom themes (old) “try” to work but cannot (the page appears and then disappears) – it looks like they’re entering into an endless loop…

    NB! Strangely, the search function (field in the upper right corner) works and displays the search result page correctly, e.g.: http://wariscrime.com/new/?s=rupert+sheldrake

    Just in case, my .htaccess file is as follows:

    # BEGIN Primary Feedburner
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/wariscrime/BHIJ [R=301,NC,L]
    # END Primary Feedburner
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /new/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /new/index.php [L]
    </IfModule>
    
    # END WordPress

    Hi bonda, I have the same problem. How do you solve it?

    Thank you in advanced

    The issue has been solved, I just copied all files of wordpress 4.0 manually.

    Thank you

    Sorry, but I didn’t realize that the wp-admin still with blank page.

    Do you have any idea?

    My link is: http://ideas-para-regalar.com/wp-admin

    blank page on wp-admin solved by increasing the memory.

    Thank you

    Thread Starter bonda

    (@bonda)

    Hi ynakasone,
    I had no problem with wp-admin, only with the website’s home page, category pages and some single posts. I too have copied all files manually, and it started to work well, except for the pages that contained square brackets inside the text. So, I have replaced the square brackets ([ and ]) with their codes (&#91; and &#93;), and all works well ever since.

    The square brackets problem will be fixed in 4.0.1. A patch is available on ticket 29557 in case you are familiar with that option.

    Thread Starter bonda

    (@bonda)

    Thank you, Robert Chapin.
    Sorry, not familiar with that option… But it’s OK, now that I know how to avoid the problem. Will wait for 4.0.1. πŸ™‚

    Paul

    This file can be used to replace wp-includes/formatting.php

    https://core.trac.wordpress.org/export/HEAD/trunk/src/wp-includes/formatting.php

    Thread Starter bonda

    (@bonda)

    Thank you, Robert.
    Downloaded and replaced. Tested the square brackets – works fine πŸ™‚
    Thanks again!

    Hi Robert… So we just need to replace the formatting.php file with the new one?
    I face the same problem with my blog… inner pages working fine but home page shows blank.
    I also notice 500 internal error at times.
    Thank You for your support.
    Nic

    Nicole, update to 4.0.1 now and try to figure out which plugin or theme is causing the problem. Enjoy.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘4.0 home page blank, but single posts show properly’ is closed to new replies.