• Hi,
    I experience trouble after my server provider upgraded their php to 5.3.
    The homepage of the site is running, but no posts and other pages are shown anymore.
    In admin it says “no pages found”, “no posts found”, but under “edit post/page” I can see the number of pages and posts…
    https://www.sydpolen.eu
    Is anyone familiar with such a challenge?
    I’m also seeking help from my sp (one.com)
    Good day

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve got the same problem and have so far found no help here.

    Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    – upgrading WordPress?

    Tried most of those things, it turns out that there was a stray & in one line of functions.php… it had to do with a purchased theme I was using, but perhaps it’s not exclusive to purchased themes…

    That happens on some installations of PHP 5.3.x.
    To fix this issue, please open the {/monograph/}functions.php file and find this line:

    function update_comment_type_cache(&$queried_posts) {

    simply remove the & so that you will have this:

    function update_comment_type_cache($queried_posts) {

    This should solve the problem.

    I’ve just installed Monograph theme on my WordPress 3.0.1 version and having a problem with the ‘Top Story’ section which is to the left of my main page box. The content appears in the box for a second or two but then it disappears. The right section of the main box is working fine.

    Any ideas to why it’s happening? My URL is https://outnernationalist.net

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘upgrade from php 5.2 to php 5.3’ is closed to new replies.