Conversation
supportafter installing – getting the following error message: ReflectionException thrown Class Sputnik_Library_Plugin_Base does not exist http://wordpress.org/plugins/bbpress-subscriptions-mandrill/
I ran into a similar issue. Change Sputnik_Library_Plugin_Base to bbSubscriptions_Autohooker Line 105 of Autohooker.php should look like: $method = new ReflectionMethod(‘bbSubscriptions_Autohooker’, ‘check_eaccelerator_saneness’);
I ran into a similar issue. Change Sputnik_Library_Plugin_Base to bbSubscriptions_Autohooker Line 105 of Autohooker.php should look like: $method = new ReflectionMethod(‘bbSubscriptions_Autohooker’, ‘check_eaccelerator_saneness’);