csouthards Posted March 6, 2008 Posted March 6, 2008 Installed UPSXML Module 1.3.5 in OSc 2.2 Shipping information is functioning properly for the user, UPS rates and services are provided as expected. Error occurs when I attempt to edit my products within the Admin area As soon as I select Catalog - Categories/Products I receive the following error: Fatal error: Call to undefined function tep_hide_session_id() in /<MYSERVER>/oscommerce2/catalog/admin/categories.php on line 784 In my categories.php file, the lines surrounding and including Line #784 (shown in red) are as such : Line #768 <?php } } else { ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_draw_separator('pixel_trans.gif', 1, HEADING_IMAGE_HEIGHT); ?></td> <td align="right"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="smallText" align="right"> <?php echo tep_draw_form('search', FILENAME_CATEGORIES, '', 'get'); echo HEADING_TITLE_SEARCH . ' ' . tep_draw_input_field('search'); echo tep_hide_session_id() . '</form>'; ?> </td> </tr> <tr> <td class="smallText" align="right"> <?php echo tep_draw_form('goto', FILENAME_CATEGORIES, '', 'get'); echo HEADING_TITLE_GOTO . ' ' . tep_draw_pull_down_menu('cPath', tep_get_category_tree(), $current_category_id, 'onChange="this.form.submit();"'); echo tep_hide_session_id() . '</form>'; ?>Line #794 Quote
csouthards Posted March 6, 2008 Author Posted March 6, 2008 This issue has been resolved by removing the tep_session_hide_id() from the line. Thanks Quote
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.