Kasketkarl.nu Posted August 24, 2010 Posted August 24, 2010 Hey, i tried a lots of reading of this error: Deprecated: Function ereg_replace() is deprecated in includes/functions/general.php on line 57 Deprecated: Function eregi() is deprecated in includes/functions/validations.php on line 55 it happens while i press 'continue' / 'send' on the contact_us.php file.. i mean, while someone tryes to send an email, but it does get send... The lines: Hope someone can help.. function tep_output_string_protected($string) { return tep_output_string($string, false, true); } function tep_sanitize_string($string) { $string = ereg_replace(' +', ' ', trim($string)); return preg_replace("/[<>]/", '_', $string); }
Guest Posted August 24, 2010 Posted August 24, 2010 Silas, Try this: http://addons.oscommerce.com/info/7394 Chris
Kasketkarl.nu Posted August 24, 2010 Author Posted August 24, 2010 Silas, Try this: http://addons.oscommerce.com/info/7394 Chris Didnt work, got a he** of lots of errors instead :) Backup backup
multimixer Posted August 24, 2010 Posted August 24, 2010 Didnt work, got a he** of lots of errors instead :) Backup backup You need to say what didn't work and what types of errors you got. Most possible is hat you did mistakes when copy pasting, thats why the errors So, what are the errors saying? My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Guest Posted August 24, 2010 Posted August 24, 2010 Silas, I know the contribution works, I have it installed on ALL of my carts. Check your edits to ensure they are correct. Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.