Actions
Bug #4154
closedbbP Single Forum Search cannot be activated
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Group Forums
Target version:
Start date:
2015-06-16
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
It looks like bbP Single Forum Search is broken somehow. When I activate it on the main site, I get the success message "Plugin activated", but it still shows as not activated, and the search box is not showing up. Ray, any ideas?
Related issues
Updated by Raymond Hoh over 9 years ago
- Status changed from Assigned to Resolved
Boone, I cleared the object cache and that appears to have fixed the issue.
Not sure what might have caused the problem though. Might need to keep an eye on this.
FYI, I used this snippet to clear the cache:
apc_clear_cache(); apc_clear_cache( 'user' ); apc_clear_cache( 'opcode' );
Actions