Hi guys,
I searched in the forum and didn't find any answer to the following.
I have a wordpress blog (version 2.1.2) working for a few month. So I gathered quite a lot of articles in my database.
I am currently trying to install a newer version of wordpress (version 2.3.1) on my computer with easyphp. I had no problem installing it.
Everything is working with the theme freshy 2.0.
Now, I'd like to import all my articles in my local version. But apparently the database management changed between the 2 versions.
I tried to upgrade but I had this problem while trying to run the upgrade script: wp-admin/upgrade.php:
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file."); require('../wp-config.php'); timer_start(); require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); if (isset($_GET['step'])) $step = (int) $_GET['step']; else $step = 0; @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); ?> >
Image here because the code doesn't seem to be allowed: http://rradjam.info/pbm_blog.jpg
However, the wp-config.php is exisitng in the ../ directory. It worked for the install but not for the upgrade anymore.
Is there another way to transform the database from the previous version to the new one.
Is there a way to put my old articles into the new wordpress template?
Thanks for your help!