PDA

View Full Version : Error on Opening incoming friend requests


Post Reader
04-21-2013, 06:27 AM
Whenever any member in the fourms recieves a friend request notification, upon opening it they get this error:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home2/oneurduc/public_html/profile.php(4229) : eval()'d code on line 93


Any ideas on how to resolve this?

ForceHSS
04-21-2013, 01:14 PM
Error caused by a custom plugin

Post Reader
04-22-2013, 06:39 AM
nothing happened, i have tried and disabled mods installed...

ForceHSS
04-22-2013, 04:35 PM
Try doing it from config

tbworld
04-22-2013, 06:57 PM
Set the constant "Disable all hooks" from the config.php file. Then test using a non modified vbulletin default style. The problem should go away.

Then re-enable products one-by-one switching back and forth between your modded style and the vbulletin default style until you find the product / plugin that is giving you the trouble. Sorry :( there is no one-step solution. Good Luck!

The only other way is to set a backtrace from the file that gives the error.