32 pointsStarting to get into this DEV thingI'm new here
xlogz
Member
—
1st January 2011 (1 year ago)
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.
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.
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:
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?
Responses (8)
Lead Developer — 1st January 2011 (1 year ago) #
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 — 1st January 2011 (1 year ago) #
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 — 1st January 2011 (1 year ago) #
Did you move your tables into the new global manually? The move script doesn't do this for you.
Member — 1st January 2011 (1 year ago) #
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 — 2nd January 2011 (1 year ago) #
I've gone over the documentation again and I don't see anything about copying tables manually into the global database
Member — 2nd January 2011 (1 year ago) #
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 — 4th January 2011 (1 year ago) #
Guys, please....little help here. The documentation is lacking on this plugin
Lead Developer — 4th January 2011 (1 year ago) #
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