hmm the method sivac says doesn't work for me..
Anywayz, i wish to describe more the problem.
>My wpmu installation was around <=june
had to lock it out sincei was away for quite some times.. i did used to upgrade before without problems.. but i guess there are lot of changes now.. (good job btw guys).
>upgraded (did whatever was said in the README file which pointed me to http://trac.mu.wordpress.org/wiki/UpgradingWpmu
andi followed instruction for upgrade of pre RC1)
>Anywayz, everything went on fine, i used the upgrade script etc.. (site admin>upgrade)
it showed all blogs of my users being updated.
Everything went on fine.
>I tried to do a list users and list blogs
Nothing appeared.. i mean results was no users (except admin) and no blogs (except the admin blog)
>I tried using the forget password option (just to see if it works), it does work.
>Though when i try any link of my user's blog.. i get the error:
That blog does not exist. Please try http://mysite.com/b4e/
>more info
I've installed wpmu on
/htdocs/b4e/
below is a copy of my /htdocs/b4e/.htaccess
-----.htaccess-------------------------------
RewriteEngine On
RewriteBase /b4e/
# Rewrite http://www.domain.com to domain.com
#RewriteCond %{HTTP_HOST} ^www\.(.*)
#RewriteRule ^(.*) http://%1/$1 [R,L]
RewriteCond %{HTTP_http://www.mysite.com/b4e} ^www\.(.*)
RewriteRule ^(.*) http://%1/$1 [R,L]
#RewriteRule ^$ /b4e/index.php [L]
##############################
#uploaded files
RewriteRule ^(.*)?/?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
RewriteRule ^([_0-9a-zA-Z-]+)/ /b4e/index.php [L]
-----------------------------------------------
I tried searching for users in the users>Users & authors section of the admin panel, i got this error:
Warning: Invalid argument supplied for foreach() in /htdocs/b4e/wp-admin/users.php on line 372
+selven