Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Error messages with bbPress and WP’s WP_CACHE

@sambauers

Participant

@r-a-y

There is a major incompatibility between the memcached WP_Object_Cache class that is out there and BackPress. I’m about to add a newer class to BackPress itself that will replace the currently available one.

Once that class is added to BackPress it should fix these problems and a few others I’ve found. You’ll be able to use the new class by adding the following define to your config:

define( 'BB_OBJECT_CACHE_TYPE', 'memcached' );

This will be part of bbPress 1.0

Skip to toolbar