Forums

[resolved] Posts's text disappeared after update to 2.8 (7 posts)

  1. leo_the_last
    Member
    Posted 4 months ago #

    Hi all,

    I just updated my blog to wordpress 2.8 and suddenly all the text of my posts disappeared. Images in post still show but text is not even rendered to the html...
    The theme I used is homemade and has been working since WP2.5. I have barely changed the php as I mainly tweaked the css.

    Here's the code I used to display a post:

    <div class="post" id="post-<?php the_ID(); ?>">
    								<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    
    								<div class="entry">
    									<?php the_content('Read the rest of this entry &raquo;'); ?>
    								</div>
    
    								<p class="postmetadata">
    									<small>
    									Posted on <?php the_time('F jS, Y') ?>
    									at  <?php the_time('H:i') ?>
    									by <?php the_author() ?>
    									in <?php the_category(', ') ?>
    									<?php the_tags(' | tags: ', ', ', '<br />'); ?>
    									<?php edit_post_link('Edit', ' | ', ''); ?>
    									<?php comments_popup_link(' | No Comments »', ' | 1 Comment »', ' | % Comments »'); ?>
    									</small>
    								</p>
    							</div>

  2. henkholland
    Member
    Posted 4 months ago #

    Do yo see text when you switch to the default theme?
    And please supply a link to your site.

  3. leo_the_last
    Member
    Posted 4 months ago #

    Sorry for forgetting the link... Here it is: http://something.elzz.org/

    And no I still don't see the text rendered when switching to the default theme as you can see.

    I still can edit my post when in admin mode so it seems the DB is safe and sound and it's really just a matter of rendering the pages.

    Thanks in advance for your help.

  4. leo_the_last
    Member
    Posted 4 months ago #

    the text of the comments is similarly not rendered, even though smileys are...

  5. henkholland
    Member
    Posted 4 months ago #

    Wow, never seen that one. I clicked the feeds out of criosity. The comment are visible there and the content gives this error:

    something.elzz
    
    A fistful of quarters
    zaterdag 30 mei 2009 20:23
    
    Warning:  preg_replace_callback() [function.preg-replace-callback]: Unknown modifier '|' in /homez.55/elzzrndq/sites/something/wordpress/wp-includes/formatting.php on line 1347

    Don't know what it means, maybe someone else does. For starters you could look into that file and see what it reads on line 1347 and later upload a fresh copy of that file to wp-includes.

  6. leo_the_last
    Member
    Posted 4 months ago #

    That was a very good hint! After looking at it, it seems it is caused by the "Custom Smilies" plugin, which I now have deactivated, and everything went back to normal.

    Thanks for the kind help!

  7. henkholland
    Member
    Posted 4 months ago #

    Good for you!

Reply

You must log in to post.

About this Topic

Tags