Double check the code that you changed in Profile.php.
The line number indicates it was the second change, which was an addition.
Using an old version of profile.php (you had a backup right, or you still have the vBulletin originals?), compare that and your modified version.
You have done one of two things, either:
1) Removed some existing code when you pasted in the new code.
or
2) When you pasted in the new code you only pasted part of it
So just check that the // HACK blocks indicate the start and end of the hack, and that you didn't remove any existing code when you added it.
|