Guest Posted May 19, 2007 Share Posted May 19, 2007 After installing the usps update and following several post on this board I was able to get the shipping to work but now I get a new error. Fatal error: Call to undefined function: tep_get_sources_name() in /var/www/html/catalog/admin/customers.php on line 763 Please any help would be greatly appreciated.. Quote Link to comment Share on other sites More sharing options...
Guest Posted May 19, 2007 Share Posted May 19, 2007 After installing the usps update and following several post on this board I was able to get the shipping to work but now I get a new error.Fatal error: Call to undefined function: tep_get_sources_name() in /var/www/html/catalog/admin/customers.php on line 763 Please any help would be greatly appreciated.. Here is the code from my customers.php the error looks like it is from the refferal contribution //BOF rmh referral http://www.oscommerce.com/community/contributions,2159 $source_query = tep_db_query("select customers_info_source_id from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . $customers['customers_id'] . "'"); $source = tep_db_fetch_array($source_query); $entry_referral = tep_get_sources_name($source['customers_info_source_id'], $customers['customers_id']); //EOF rmh referral Quote Link to comment Share on other sites More sharing options...
Guest Posted May 19, 2007 Share Posted May 19, 2007 Here is the code from my customers.php the error looks like it is from the refferal contribution //BOF rmh referral http://www.oscommerce.com/community/contributions,2159 $source_query = tep_db_query("select customers_info_source_id from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . $customers['customers_id'] . "'"); $source = tep_db_fetch_array($source_query); $entry_referral = tep_get_sources_name($source['customers_info_source_id'], $customers['customers_id']); //EOF rmh referral go through the installation instructions again and double check all steps. You're missing that function called tep_get_sources_name Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.