I had similar problem when i migrated from a FC4 w/ WP 2.0.0 to a FC5 w/ WP 2.0.2 server.
The blog just showed the title and nothing else. I didn’t investigated it in details, but changing my theme to the default one renders the whole page well. i must say i hacked my theme files, so perhaps it’s just my fault.
But some themes (for instance White as Milk) definetly seem _not_ to work with WP 2.0.2. on my FC5.
BTW, try a httpd restart just to be sure.
RESOLVED
i give here mys solutions to anyone interested:
– i forgot to restart apache (sig!) after installing the php-mysql module. shame on me!
– after that i ran into another problem : i just misspelled the commandline in mysql to create the password and strangely MySQL didn’t complain. i didi it again w/ PHPMyAdmin, and it worked.
BTW, stock MySQL tables (the myisam type) living in /var/lib/mysql/wordpress_db_name can be rudely copied from one DB to another. i.e. you don’t have to make a SQL dump, “cp -r” makes it.
<shouts> Big up to the folks at wordpres.org – your piece of code rocks! </shouts>