Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error when login to account


Guest

Recommended Posts

Hi does any one know how i could fix this iam new to this so step by step would be good.

 

The error show when you login and you want to edit your accout the error below

 

Parse error: parse error, unexpected $, expecting T_VARIABLE or '$' in /home/tante/public_html/account_edit.php on line 214

 

When i go to the file and see what the line says it says

 

<TD CLASS="main"><?php echo tep_draw_input_field('dob', tep_date_short($

 

Can any one help if you like to look you have to join to :MY SITEand login and click edit Account thanks :'( :-" :blush

Link to comment
Share on other sites

The complete line should be:

 

                    <td class="main"><?php echo tep_draw_input_field('dob', tep_date_short($account['customers_dob'])) . ' ' . (tep_not_null(ENTRY_DATE_OF_BIRTH_TEXT) ? '<span class="inputRequirement">' . ENTRY_DATE_OF_BIRTH_TEXT . '</span>': ''); ?></td>

 

If it is the last line in your file, then it has not uploaded fully and should be replaced.... if you have edited it, you must be more careful :P

 

Matti

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...