View Full Version : Parse Error: syntax error
wickedstangs
11-13-2007, 02:59 AM
When I click on my USERCP and edit options noting happens and I get this error. Can someone help me out.
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/gmntmare/public_html/community/profile.php(2891) : eval()'d code on line 66
Lynne
11-13-2007, 03:28 AM
Have you modified the profile.php page at all? Look at line 66 of that code and see if the array is closed properly.
Analogpoint
11-13-2007, 03:30 AM
It's a plugin or template eval call on line 2891 of profile.php, and it's on line 66 of the evaled code. Disable plugins and see if you still have the problem.
wickedstangs
11-13-2007, 03:51 AM
eval('$HTML = "' . fetch_template($templatename) . '";');
This is what is on 2891 the profile is the original file.
Disable all plugins before this happened
Analogpoint
11-13-2007, 03:53 AM
eval('$HTML = "' . fetch_template($templatename) . '";');
This is what is on 2891 the profile is the original file.
I am aware of that.
Did you disable all plugins to see if the problem went away? You can disable them globally by added define('DISABLE_HOOKS', 1); to your config.php file.
wickedstangs
11-13-2007, 03:55 AM
Have you modified the profile.php page at all? Look at line 66 of that code and see if the array is closed properly.
This is the only thing on line 61
),
--------------- Added 1194933559 at 1194933559 ---------------
I am aware of that.
Did you disable all plugins to see if the problem went away? You can disable them globally by added define('DISABLE_HOOKS', 1); to your config.php file.
Where exactly do I put that?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.