![]() |
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 |
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.
|
Line 2315
($hook = vBulletinHook::fetch_hook('userdata_delete')) ? eval($hook) : false; |
There you go.... it's a problem from a modification that has a plugin that uses the userdate_delete hook location.
|
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 ? |
Yep. Or, you look at your list of plugins to find the ones using that hook location. I doubt there are many.
|
All times are GMT. The time now is 04:58 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|