Dont have sufficient permission problem with multisite
-
Hi there. I will layout what I have done, and hopefully someone will see my error.
I have 2 seperate WP sites, momentumoptionstrading.com and momentumoptions.com. We will call them MOT and MO. MOT has about 10k users, MO has none and we wanted to make it so MOT users can also log into MO. After doing the following, I can no longer log into the MO admin area, I get an ‘insufficient permission’ error. Here is what I did:
1. Changed MO table prefixes in the DB to mopt_. SO an example table is mopt_users.
2. I then copied all the mopt_ tables into the MOT DB.
3. Then changed the table prefix in MOs wp-config file.
4. Then changed the DB info (host, user, pwd, etc) in the MO config to point to the MOT DB.
4. Then add these lines to the MO config file:
define(CUSTOM_USER_TABLE,’wp_users’);
define(CUSTOM_USER_META_TABLE,’wp_usermeta’);
– This should force MO logins to authenticate against the MOT users table,right?I am attempting to use the MOT admin login to access the MO admin area, as this is user table that is being pointed to.
Do I need to specifically tell WP it is ok for the MOT admin credentials to work on the MO admin area?
What am I missing?
- The topic ‘Dont have sufficient permission problem with multisite’ is closed to new replies.