Hello !
Great mod, really. I installed it on vB 3.7.2 and it worked right away.
I have encountered a peculiar problem though.
Since I activated memcache, the plugin doesn't work anymore.
To activate memcache support, I simply uncommented these lines in vb's config.php :
Quote:
// It is also necessary to specify the hostname or IP address and the p$
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$i = 0;
// First Server
$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.1';
$config['Misc']['memcacheport'][$i] = 11211;
$config['Misc']['memcachepersistent'][$i] = true;
$config['Misc']['memcacheweight'][$i] = 1;
$config['Misc']['memcachetimeout'][$i] = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;
|
And then, spammers again!
Looking at Spam-o-matic's control panel, I thought maybe to enter 127.0.0.1 and port 11211 as a proxy, but that didn't change anything.
Of course I understand this version is unsupported, but maybe it'll interest you. And I was intrigued by the fact that I couldn't find a trace of this problem by googling.
If anyone has a clue, all help is welcome.