Log in

View Full Version : Getting an Error


kellyandmike
04-14-2006, 02:42 AM
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/couponch/public_html/feedback/profile.php(2702) : eval()'d code on line 66

Please help :(

Freesteyelz
04-14-2006, 03:55 AM
It looks as if you're missing a closing tag. Was there a hack or a change in code you did (immediately) prior of receiving the error?

kellyandmike
04-17-2006, 01:18 AM
To be honest, I really don't know. We have added so much recently.

The error comes up when someone tries to access their user cp and edit their personal options, i.e Time.

Here is the code:

),
'editoptions' => array(
'modifyoptions',
'modifyoptions_timezone',
'userfield_checkbox_option',
'userfield_optional_input',
'userfield_radio',
'userfield_radio_option',
'userfield_select',
'userfield_select_option',
'userfield_select_multiple',
'userfield_textarea',
'userfield_textbox',
),

kellyandmike
04-21-2006, 01:58 AM
Can anyone help please??? My users cannot edit their optinos :(