xlogz
Veteran
Just Getting Started
Member Likes (0)
I've got multidb installed, all tables/databases were marked as moved over. I'm getting an error though when I try to access the site. I get "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
When I view my access log I do see wordpress attempting to access this file over and over again:
"GET /wp-signup.php?new=******.com HTTP/1.1" (****** being the correct domain name)
I'm not sure why it would be redirecting to wp-signup, or why it would be infinite like that.

Responses (8)
Lead Developer (joined May 2009) Likes (0)
That means the blog can't be found in the blogs global db table. Please check it. Or you had domain mapping and that global table can't be found.
Member (joined May 2010) Likes (0)
yeah my global db doesn't have any tables, everything else went right with the installation. And I put in these entries for the global database / tables:
add_global_table('wpmu_global');
add_db_server('global','dc1',1,1,'','127.0.0.1','wpmu_global','root','');
am I missing something for those?
Lead Developer (joined May 2009) Likes (0)
Did you move your tables into the new global manually? The move script doesn't do this for you.
Member (joined May 2010) Likes (0)
oh...no I didn't. Is there somewhere in the documentation to tell me which tables need to be moved into the global db?
Member (joined May 2010) Likes (0)
I've gone over the documentation again and I don't see anything about copying tables manually into the global database
Member (joined May 2010) Likes (0)
I've fixed this issue, copied all non individual blog tables to the new global database. But now I'm getting this error:
Error establishing a database connection
Will this problem be fixed if I moved those tables over before running this import again from a backup I have?
Member (joined May 2010) Likes (0)
Guys, please....little help here. The documentation is lacking on this plugin
Lead Developer (joined May 2009) Likes (0)
Make sure that the original db and it's connection details is still valid in wp-config. It's not used but still has to be able to connect.
Become a member