Ticket #837 (closed defect: fixed)

Opened 9 months ago

Last modified 2 months ago

Unable to load WordPress functions into bbPress

Reported by: da3rX Assigned to: mdawaffe
Priority: normal Milestone: 1.0-beta & XML-RPC
Component: integration Version: 0.9
Severity: normal Keywords:
Cc:

Description

I added require_once('path/to/wp-blog-header.php'); in bbPress’ config.php and got this error:

Fatal error: Cannot redeclare class CachedFileReader in bb-includes\streams.php on line 163

Attachments

837.diff (0.8 kB) - added by mdawaffe on 03/20/08 19:34:01.

Change History

03/20/08 19:29:02 changed by da3rX

  • owner set to mdawaffe.

03/20/08 19:34:01 changed by mdawaffe

  • attachment 837.diff added.

03/20/08 19:36:54 changed by mdawaffe

  • status changed from new to closed.
  • resolution set to fixed.

(In [1362]) don't include l10n stuff if WP is already loaded. Fixes #837 for branches/0.8

03/20/08 19:38:13 changed by mdawaffe

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone changed from 0.9 to 1.0.

Still an issue in trunk (though for different reasons).

03/20/08 21:06:52 changed by da3rX

For 0.9: This patch prevents bbPress from loading its language file.

03/21/08 10:14:32 changed by da3rX

  • milestone changed from 1.0 to 0.9.

For 0.9: This also seems to break logging in/out. (I have integrated the latest WP 2.5 trunk and bbPress 0.9 branch)

04/03/08 03:25:02 changed by sambauers

  • version changed from 1.0-alpha (trunk) to 0.9.
  • milestone changed from 0.9 to 1.0-beta & XML-RPC.

10/06/08 06:53:19 changed by sambauers

  • status changed from reopened to closed.
  • resolution set to fixed.

Combining deep integration issues in #972