bstjames Posted September 16, 2009 Posted September 16, 2009 I made all the changes and ran the sql the database was updated correctly, but when I try to go to my admin I receive the following error, I have look through the changes several times but I can see the error I made, do you have an idea where I should look based on this error. Fatal error: Call to undefined function: tep_href_link() in /mnt/w0504/d25/s00/b02fe98b/www/excaliburimports.com/catalog/admin/includes/boxes/sales_reps.php on line 21 Quote
♥ecartz Posted September 17, 2009 Posted September 17, 2009 The tep_href_link function should be defined in includes/functions/html_output.php That file should be included by includes/application_top.php which should be included by the page that you are trying to load. If all pages are not working (possibly with different errors), then it is likely either includes/functions/html_output.php or includes/application_top.php. If just the one page is not working, it might be a problem in that page. Quote Always back up before making changes.
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.