Guest Posted October 22, 2007 Share Posted October 22, 2007 I am currently setting up my first OsCommerce store and have gotten as far as setting up locations and taxes. When I just click on the Locations/Taxes and the "Countries" show up where I can decide to ship or not ship to certain countries - I can do NOTHING there. This code appears on the bottom of the screen: Fatal error: Call to undefined function: tep_hide_session_id() in /home/lostinti/public_html/admin/includes/classes/split_page_results.php on line 80. I tried re-loading that section but no change. What might the problem be? Link to comment Share on other sites More sharing options...
chipshot Posted November 20, 2007 Share Posted November 20, 2007 I just got the same error trying to log into Admin could you tell if you got this problem resolved? Thank You Link to comment Share on other sites More sharing options...
rhp07 Posted April 12, 2008 Share Posted April 12, 2008 I have the same error, PLEASE HELP!! Link to comment Share on other sites More sharing options...
♥FWR Media Posted April 12, 2008 Share Posted April 12, 2008 tep_hide_session_id() Is a standard function in later versions of osCommerce (e.g. RC1, RC2, RC2a) it was however not present in MS2.2 catalog/admin/includes/functions/html_output.php Have you perhaps mixed upgraded files with old files? Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work. Link to comment Share on other sites More sharing options...
Guest Posted May 1, 2008 Share Posted May 1, 2008 HI I have the same problem, after a clean install of 2.2rc2a ive uploaded mvs1.1 and get this error on one half of the product attributes page Fatal error: Call to undefined function: tep_hide_session_id() in /share/storage/03/pr/printjunkie/htdocs/catalog/admin/includes/classes/split_page_results.php on line 80 the release notes say that mvs is made for this version of OS so im a bit stumped. any help would be greatly appreciated. cheers Link to comment Share on other sites More sharing options...
netgroupone Posted May 13, 2008 Share Posted May 13, 2008 Paste the code to admin/includes/functions/html_output.php file Make sure you paste the code right ABOVE the final ?> at the bottom of the file: // Hide form elements function tep_hide_session_id() { $string = ''; if (defined('SID') && tep_not_null(SID)) { $string = tep_draw_hidden_field(tep_session_name(), tep_session_id()); } return $string; } Link to comment Share on other sites More sharing options...
fatjack Posted December 31, 2009 Share Posted December 31, 2009 Thanks to Very helpful post - just helped me move on adjusting old installation. Thank You Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.