Posts RSS Comments RSS 147 Posts and 55 Comments till now

Upgrade wordpress 2.3.1

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:

Share and Enjoy:
  • Digg
  • del.icio.us
  • Mixx
  • Google Bookmarks
  • StumbleUpon
  • Technorati
No TweetBacks yet. (Be the first to Tweet this post)

Trackback this post | Feed on Comments to this post

Leave a Reply