Dustie Posted February 25, 2008 Posted February 25, 2008 HI all, Can someone please help me. In my webshop when I look under customers and orders, I only get max. 10 showing. Bottom of the page I get the following error. Does anyone know what that means, and how i can change this? Thank you for your help in advance. Ann Fatal error: Call to undefined function: tep_hide_session_id() in /home/www/web277/html/osCommerce/admin/includes/classes/split_page_results.php on line 80
photofxplus Posted February 25, 2008 Posted February 25, 2008 Check this page: catalog/admin/includes/functions/html_output.php Line 296 function tep_hide_session_id() { Is it there?? Lloyd
Dustie Posted February 25, 2008 Author Posted February 25, 2008 HI, No can't seem to find that at all :( Check this page:catalog/admin/includes/functions/html_output.php Line 296 function tep_hide_session_id() { Is it there??
photofxplus Posted February 25, 2008 Posted February 25, 2008 Should be there.. //// // 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; } This function was added for the update from 2.2 to 2.2rc1-2.. Did you update?? A suggestion might be, to download the newest osC shop - MS2.2rc2a I think is the title, then copy the above file over your existing. You can put it there as above, the error should go away, but the question remains.. Why is it not there?? Be sure and back-up your existing first!! Lloyd
Dustie Posted February 25, 2008 Author Posted February 25, 2008 Hallo Lloyd I actually still have to newest software on my pc, so just replaced that file âs you suggested and EUREKA...it works :) No idea why it wasn't there...main thing is....it's there again :) Thank you for your help :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.