Hi when I delete a user I see the error above:
Parse error: syntax error, unexpected T_STRING in xxxxxxxxxxx/forum/includes/class_dm_user.php(2276) : eval()'d code on line 17
This led him watching from the 3.7.4 version I remember, I'm on 3.7.6 and still the same.
-------------------
Line: 2276
PHP Code:
($hook = vBulletinHook::fetch_hook('userdata_delete')) ? eval($hook) : false;
This does not seem to like: eval($hook)
Any solution?
Greetings and good day.