I just tried the APC plugin with WordPress 3.0.1 MultiSite, but after that the whole WP-Admin got confused. After every click it displays another blog title in the headline.
Is the plugin compatible with MultiSite?
I just tried the APC plugin with WordPress 3.0.1 MultiSite, but after that the whole WP-Admin got confused. After every click it displays another blog title in the headline.
Is the plugin compatible with MultiSite?
I did some additional research, and I think the problem with multisite is that that the plugin tries to use the variable $blog_id to get the Blog ID (which at first seems to be logical, but the variable always has the value 1 for me - for every blog).
I now changed the method WP_Object_Cache::key() to use $current_blog->blog_id to get the blog_id and everything seems to work fine.
This topic has been closed to new replies.