CyberMaster Posted December 10, 2005 Posted December 10, 2005 I recently added the refferral contribution. When I go to customers in my admin i get the following error shown on the page: Look for (around line 740): if (isset($cInfo) && is_object($cInfo) && ($customers['customers_id'] == $cInfo->customers_id)) { echo ' ' . "\n"; } else { echo ' ' . "\n"; } //rmh referral start $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']); //rmh referral end can anyone help? thanks
ozcsys Posted December 10, 2005 Posted December 10, 2005 I recently added the refferral contribution. When I go to customers in my admin i get the following error shown on the page: Look for (around line 740): if (isset($cInfo) && is_object($cInfo) && ($customers['customers_id'] == $cInfo->customers_id)) { echo ' ' . "\n"; } else { echo ' ' . "\n"; } //rmh referral start $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']); //rmh referral end can anyone help? thanks Have you tried the support thread for the contribution? That is always the best place to start when you have problems with a specific contribution The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
CyberMaster Posted December 10, 2005 Author Posted December 10, 2005 Have you tried the support thread for the contribution? That is always the best place to start when you have problems with a specific contribution no not as yet - i will do that - thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.