Hi there,
I'm facing cascading issues bu trying to update wordpress on a local (MAMP) installation
1.The Automatic update returning me an error...
2. ...I tried to do it, following the Manual Update way... After what my browser simply doesn't return me anything.
3. Consequently, I tried the "extended manual way", starting by making a backup of the database. Unfortunaltely, it turns out that I just couldn't acces phpMyAdmin, being redirected somewhere else, depending on my httpd.conf :
- If my 1st virtual host is my wordpress installation, I get redirected to http://servername//wp-signup.php?new=localhost (which is suprisingly the same destination than typing http://localhost in my browser)
- Else... blank page
4. I tried to set an installation of wp 3.0 from scratch, in a new folder. However, I needed a database, and as far as I couldn't access phpMyAdmin to create one, I had to use the one from my blog. The installation told me that it had to be repaired, what I accepted. As a reward, I get these errors
wp_posts: Table 'db.netalicious.wp_posts' doesn't exist
wp_comments: Table 'db.netalicious.wp_comments' doesn't exist
wp_links: Table 'db.netalicious.wp_links' doesn't exist
wp_options: Table 'db.netalicious.wp_options' doesn't exist
wp_postmeta: Table 'db.netalicious.wp_postmeta' doesn't exist
wp_terms: Table 'db.netalicious.wp_terms' doesn't exist
wp_term_taxonomy: Table 'db.netalicious.wp_term_taxonomy' doesn't exist
wp_term_relationships: Table 'db.netalicious.wp_term_relationships' doesn't exist
wp_commentmeta: Table 'db.netalicious.wp_commentmeta' doesn't exist
... and now, if my initial blog still works, I can't even access to wp-admin.
Guess what ? I'd really appreciate a few help !