Skip to:
Content
Pages
Categories
Search
Top
Bottom

No output from the loop on BP1.1 admin blog


  • stwc
    Participant

    @stwc

    Running fresh install BP1.1, WP 2.8.4, subdirectories.

    Everything is working fine, except, very oddly, nothing at all is being shown in terms of posts on the admin blog page for the install. (That is, at http://example.com/community/blog/, where WPMU/BP is installed at http://example.com/community/)

    The Buddybar is fine, the userbar, the header, the footer, even the sidebar (which is floated all the way over to the left because there’s no content inside the main container) are all rendering as expected. But nothing inside the #blog-page div.

    This is using the BuddyPress Default 1.1 theme. I’ve tried applying other themes to see if the problem persisted. It does, which confuses the heck out of me.

    There are definitely two posts made, which are published and publicly visible.

    Post content is also not shown when looking at the individual post page. Same thing — no content inside the container.

    The new themes structure for BP has me deeply confused about what to look at to try and discover what’s going on. It could just be the hangover and I’m missing something obvious, but this has got me scratching my head.

    Same issue occurs in all browsers tested — Safari, FF3.5, Opera, Chrome, IE8.

Viewing 11 replies - 1 through 11 (of 11 total)

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    Link?


    stwc
    Participant

    @stwc

    I am utterly confused now.

    After a couple of hours of futzing around to no avail, I just hit up the page to copy the link for you because I was to lazy to type it out, and the content is suddenly, magically there.

    Good result, but I wish I knew why. I’ll mark this as resolved, I guess!


    stwc
    Participant

    @stwc

    Oh dear god, it’s back, but only partly. The blog root at this moment is NOT showing the problem, single posts ARE. I guess this is intermittent, which is even weirder. Colour me completely lost now. Marking the thread back to ‘unresolved’ again.

    Linky: http://jobsee.kr/community/blog


    stwc
    Participant

    @stwc

    So, nobody has a similar problem or any ideas? Bummer.


    stwc
    Participant

    @stwc

    More information in hopes that someone will address this. It is quite clearly a bug somewhere along the line.

    Looking at page.php in bp-sn-parent, the loop is simply not running, or not finding any posts.

    Throwing in a piece of text before the loop, and that text appears on the page (individual post to the admin blog), fixing the layout, although the post content itself is not displayed.

    <div class="page" id="blog-page">
    <p>THIS IS SOME STATIC DEBUG TEXT</p>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    On the other hand, throw something in after the loop begins, and it gets swallowed like a black hole along with any post content. This

    <div class="page" id="blog-page">
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <p>THIS IS SOME STATIC DEBUG TEXT</p>

    displays nothing.

    The really weird thing is that the main page of the blog lists the posts just fine. It’s only when looking at an individual post that it fails.

    I’m really trying to be helpful with this bug reporting here: any ideas from anyone?

    Come to think of it, I’m a little confused as to why it’s page.php that is running at all in this case, but it absolutely is.


    Jeff Sayre
    Participant

    @jeffsayre

    @stwc

    See my response in this thread: https://buddypress.org/forums/topic/single-blog-post-display-issue-new-11-install#post-25249

    oracleappscommunity has just created a ticket. You can add more to the ticket if you feel that it will help isolate the bug.


    stwc
    Participant

    @stwc

    Right, I have the Trac thingy open in another window and was just coming here to copy the info into a new ticket.


    stwc
    Participant

    @stwc

    Also, to respond to the your slightly preremptory response in the other thread, it would seem that it is wise for us, as users, to await some kind of response from dev/mods as to whether something is indeed a bug before posting a new ticket, wouldn’t it? Rather than flooding the trac system with ‘I CAN HAZ CSS’ type problems?

    Until just now, the only response offered by mods or anyone to two threads on this topic was the single word comment ‘Link?’ earlier, which implied that maybe you guys’d have more to say on it.

    Fair enough. Doing support is enough to make even the sanest among us want to kill puppies, I know.


    stwc
    Participant

    @stwc

    Added info to the ticket.

    https://trac.buddypress.org/ticket/1164


    oracleappscommunity
    Participant

    @oracleappscommunity


    stwc
    Participant

    @stwc

    Resolved by changing permalink structure. Very strange, must be a bug, but I’ll take any win at this stage!

    More here: https://buddypress.org/forums/topic/single-blog-post-display-issue-new-11-install?replies=8#post-25392

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘No output from the loop on BP1.1 admin blog’ is closed to new replies.
Skip to toolbar