I did, they I disabled them all one by one and it was this hack.
I even disabled them all and enabled only this hack and got the error. if I disable it everything is normal and no error appears.
I'm sure it's from this hack because I installed this hack in my test forum and the error occurred after I installed it, when I disable it the error is gone.
I even installed it in another fresh forum in my localhost with no other hack beside it (
only this hack installed in the fresh forum)
maybe this hack has nothing to do with the ModCP, but it definitely has something to do with
useradmin_edit_start hook.
the line 348 in the user.php file is:
PHP Code:
($hook = vBulletinHook::fetch_hook('useradmin_edit_start')) ? eval($hook) : false;
and you are using that hook in this mod.
NOTE: this error appears only if I look for another user than me (the admin I mean)
if I view my profile as an admin via modcp nothing appears and everything is normal. but if I view another users profile, the error is there.
does anyone else has this error in this way? can anyone confirm please?