WordPress Integration
-
I am trying to make my wordpress blog integrate with bbpress but I think their might be a problem. I have two wordpress blogs in my webserver so maybe bbpress dont know with table to look.
This is if I log in first in bbpress without login in the blog
bbPress database error: [Table ‘libreexp_bbpress.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’ AND SUBSTRING_INDEX( user_pass, ‘—‘, 1 ) = ‘fb756366af4998835a845e97addc3a3b’
bbPress database error: [Table ‘libreexp_bbpress.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’
Log in Failed
This is if I log in to the blog first and then go to the bbpress
bbPress database error: [Table ‘libreexp_bbpress.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’ AND MD5( user_pass ) = ‘d465d8c05bbf7c921e1fad84d4358e44’
bbPress database error: [Table ‘libreexp_bbpress.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’ AND MD5( user_pass ) = ‘d465d8c05bbf7c921e1fad84d4358e44’
This is my conf file
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ‘http://macuserboricua.com’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ‘http://macuserboricua.com’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
Help please I would love to mac this two work together
- You must be logged in to reply to this topic.