Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Account Management 1.1 install problem


vikkic

Recommended Posts

I installed Account Management 1.1, and when I go to Create New Account in the catalog, I get the error

Fatal error: Call to undefined function: tep_get_zone_list() in /usr/local/plesk/apache/vhosts/hand-dyedfibers.com/httpsdocs/catalog/includes/modules/account_details.php on line 499

 

Below are the lines in question - I didn't edit or touch anything in this file and it's the file that was downloaded in the Account Management 1.1 download.

 

$HTTP_POST_VARS['state']) . tep_draw_hidden_field('zone_id') . tep_draw_hidden_field('state');

} elseif (ACCOUNT_REQUIRED_STATE == 'false') {

echo tep_get_zone_list('zone_id', $account['entry_country_id'], $account['entry_zone_id'], 'onChange="resetStateText(this.form);"');

}

else {

echo tep_get_zone_list('zone_id', $account['entry_country_id'], $account['entry_zone_id'], 'onChange="resetStateText(this.form);"');

echo ' ' . ENTRY_STATE_TEXT;

}

?></td>

</tr>

 

 

Can anyone help?

 

Vikki

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...