This is a reminder for me.

I’ve upgraded my wp from 2.1 to 2.3: the new version needs some changes:

  1. file index.php (template directory)
  2.     <!-- correzione per aggiornamento wordpress 2.3.1 errore chiamata funzione in_category() in wp-includes/category-template.php -->
        <?php if ( in_category($AsideId) && !is_single() ) : ?>
        <?php if ( $AsideID != '' && in_category($AsideId) && !is_single() ) : ?>
  3. file wp-config.php
  4.     //define('DB_CHARSET', 'utf8'); // default value
        define('DB_CHARSET', 'latin1'); // update for WP 2.3.1

References:

No TweetBacks yet. (Be the first to Tweet this post)
Tagged with:
 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Set your Twitter account name in your settings to use the TwitterBar Section.