Anonymous
Unregistered
Posted 3 years ago #
I just upgraded to 2.6 and according to the installer everything went well, but my blog is now an empty page:
http://william.straten.org
I also tried to log in using the admin screen, but it just keeps asking me to log in again over and over...
Furthermore I read through a bunch of other posts, but nothing helped (e.g. refresh browser cache&cookies, use IE7, setup new secret, etc.)
Any suggestions?
Thanks,
Jens
... Make sure that you didn't delete your theme.
Anonymous
Unregistered
Posted 3 years ago #
Thanks, but that's not it.
My theme is WordPress Default according to current_theme entry in table wp_options.
It looks like your site and blog url are broken http://william.straten.org/wp-login.php - you can go into the db and update these manually.
Or try upating wp-config.php with
define('WP_SITEURL', 'http://example.com/wordpress');
replacing the url to your site
Anonymous
Unregistered
Posted 3 years ago #
Hi hotkee,
site_url in wp_options shows as 'http://william.straten.org'. Are there other entries I am missing?
I also tried the adding the line to my wp-config.php, but that doesn't make any difference either...
Thanks,
Jens
also the blog url
EDIT: "siteurl" and "home" are the two you need to check
Anonymous
Unregistered
Posted 3 years ago #
I don't have blog_url in wp_options. Should I add it?
No I meant to say "home" not "blog_url" there should be a home one and you have to check if its set correctly
Anonymous
Unregistered
Posted 3 years ago #
Ok. I got it. It seems that there is some corruption with that table... :(
However, I managed to resolve it by re-installing WordPress once more. I am still missing some entries like title, but otherwise I am almost back to normal.
Thanks for all your help hotkee!
Pretty crappy upgrade process this time...