Modified WP Table Prefix in bbPress

Buy 1 Month, Get 2 Months Free. Coupon: 2MOFREE

If you change your WordPress/WordPress mu table prefix (and thus, renamed the tables too) and you have a bbPress integrated with it, chances are your bbPress will lose its connection with WordPress since the configuration is not in bb-config.php. You’ll need to update the meta tables, too through mysql or phpmyadmin. Here’s the update query.


UPDATE bb_meta
SET meta_value = 'wpmu_'
WHERE meta_key = 'wp_table_prefix';

That’s of course considering your bbPress table is bb_meta and the new prefix for WordPress/WordPress mu is wpmu.

No related posts.

Comments

  1. semchyk says:

    полезно почитать спасибо.

Speak Your Mind

*