faraz Posted March 19, 2006 Posted March 19, 2006 Hi all, Ive bumped into a strange problem. The problem occurs in the admin panel. When I enter the admin section, it says: Fatal error: Call to undefined function: tep_catalog_href_link() in /hsphere/local/home/tbfweb/tb-f.dk/oscommerce_tbf/catalog/admin/index.php on line 101 Ive also checked my index.php in the admin section, and it says: <td align="right" class="text" nowrap><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . HEADER_TITLE_ADMINISTRATION . '</a>??|??<a href="' . tep_catalog_href_link() . '">' . HEADER_TITLE_ONLINE_CATALOG . '</a>??|??<a href="http://www.oscommerce.com" target="_blank">' . HEADER_TITLE_SUPPORT_SITE . '</a>'; ?>??</td> Does anyone have a clue on what went wrong? Kind regards, Faraz
Guest Posted March 20, 2006 Posted March 20, 2006 Yes - you have improperly installed a modification and it is calling a function that you have forgotten to add :) Please read the documentation for the mod. Matti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.