The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Parse Error: syntax error
When I click on my USERCP and edit options noting happens and I get this error. Can someone help me out.
Code:
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 |
#2
|
||||
|
||||
Have you modified the profile.php page at all? Look at line 66 of that code and see if the array is closed properly.
|
#3
|
||||
|
||||
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.
|
#4
|
|||
|
|||
Code:
eval('$HTML = "' . fetch_template($templatename) . '";'); Disable all plugins before this happened |
#5
|
||||
|
||||
Quote:
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. |
#6
|
|||
|
|||
Quote:
Code:
), Where exactly do I put that? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|