greree Posted November 25, 2002 Posted November 25, 2002 Installed Account Signup Management 1.1 (contrib) on tep_snapshot-20021124. I got the following error: Fatal error: Call to undefined function: tep_get_zone_list() in /var/www/html/catalog/includes/modules/account_details.php on line 499. This is the section with the error: <tr> <td class="main"> <?php echo ENTRY_STATE; ?></td> <td class="main"> <?php if ($is_read_only) { echo tep_get_zone_name($account['entry_country_id'], $account['entry_zone_id'], $account['entry_state']); } elseif ($processed) { echo tep_get_zone_name($HTTP_POST_VARS['country'], $HTTP_POST_VARS['zone_id'], $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> Any ideas?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.