Multiple WP blogs sharing one user database = “cheatin, huh?”
-
Hi and thanks for your time. Since WordPress MU is not what I’m after, I decided to run multiple blog installs on subdomains but I want to share the same set of users, for simplicity of postings etc. and to keep the thing as tight as I can under the circumstances.
After browsing the forums I found this posting as a prospective solution:
define(CUSTOM_USER_TABLE,'wp_users'); define(CUSTOM_USER_META_TABLE,'wp_usermeta');This seems to change things mostly in the sense that when I now attempt to access wp-admin/ of the secondary WP install (the one that is sharing the user data from the original WP install) I get locked out:
“Cheatin’, huh?”
“You do not have sufficient permissions to access this page.”
I don’t even know where to begin. I appreciate any bones. Thanks!
The topic ‘Multiple WP blogs sharing one user database = “cheatin, huh?”’ is closed to new replies.