Quote:
Originally Posted by ChrisChristian
vB Optimise: Cache Phrases -> YES (when using memcache)
When a member register, the email received don?t have the "FROM" part
|
This bug also appear if you are using filecache.
To fix the bug quick and dirty, create a new plugin for the register_addmember_process hook and add the following code:
PHP Code:
$vbulletin->options['_vboptimise_active'] = false;
Greetz