The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Had this issue for a while [parse error when banning user]
We get this error when we delete a user: have done since day one really.
HTML Code:
Parse error: syntax error, unexpected T_STRING in /home/ourforum/public_html/forum/includes/class_dm_user.php(2315) : eval()'d code on line 36 |
#2
|
||||
|
||||
Most errors regarding "eval()'d code" comes from a plugin. What is on line 2315 of your class_dm_user.php file? That will give you a hint of what the error is from.
|
#3
|
||||
|
||||
Line 2315
($hook = vBulletinHook::fetch_hook('userdata_delete')) ? eval($hook) : false; |
#4
|
||||
|
||||
There you go.... it's a problem from a modification that has a plugin that uses the userdate_delete hook location.
|
#5
|
||||
|
||||
okey dokey... so hmmm... how do we find out which plugin is the issue... or...
Use the tried tested and trusted method of "process of elimination" by disabling ? |
#6
|
||||
|
||||
Yep. Or, you look at your list of plugins to find the ones using that hook location. I doubt there are many.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|