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!
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
So, nobody has a similar problem or any ideas? Bummer.
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.
@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.
Right, I have the Trac thingy open in another window and was just coming here to copy the info into a new ticket.
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.
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