vikkic Posted December 1, 2002 Share Posted December 1, 2002 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 More sharing options...
greree Posted December 2, 2002 Share Posted December 2, 2002 I had a similar problem. I think it has something to do with the drop down menu for "States/Province." Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.