Guest Posted August 22, 2006 Share Posted August 22, 2006 Hi guy, Recently moved to a new server but now when my customers try to login, all they see is this: Fatal error: Call to undefined function: tep_sanitize_string() in /home/allgsm/public_html/includes/functions/database.php on line 140 Any clues or ideas on what I can do to fix this problem? Thanks in advance yeldar ;) Link to comment Share on other sites More sharing options...
kgt Posted August 22, 2006 Share Posted August 22, 2006 Make sure you have that function in includes/functions/general.php: function tep_sanitize_string($string) { $string = ereg_replace(' +', ' ', trim($string)); return preg_replace("/[<>]/", '_', $string); } Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.