WP-United v0.8.5 (and earlier) with WordPress 3.0
WordPress 3.0 is out and WP-United v0.9 is not yet ready.
I will push out an interim of WP-United soon that will work better with WordPress 3.0. However, if you have already upgraded your WordPress, you will receive errors about make_clickable due to a few formatting changes in WordPress files (or a blank page).
To fix these, go to your phpBB root folder and open wp-united/wp-integration-class.php.
Go to line 341. It should look like this:
$cSet = str_replace('require (ABSPATH . WPINC . ' . "'/$fName","$cFor // ",$cSet);
Replace that line with the following code:
$finds = array(
'require (ABSPATH . WPINC . ' . "'/$fName",
'require( ABSPATH . WPINC . ' . "'/$fName"
);
$cSet = str_replace($finds,"$cFor // ",$cSet);
Then clear your cache (phpBB ACP -> Purge Cache).
This will fix your errors and allow you to use or install WP-United v0.8.5 with WordPress 3.0.
However, please note:
- I haven’t done detailed testing yet with the new default theme (although it seems to integrate fine for me with CSS Magic on.)
- The new WordPresss multi-user blog features won’t work with WP-United yet
- Unlikely, but some other features may be broken — if you find them, please let me know
