knap Posted June 11, 2004 Share Posted June 11, 2004 Hi all! I'm making a new site and suddenly I've got an error(click for the page): Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/virtual/site144/fst/var/www/html/includes/functions/general.php on line 42 niet Versandart (Bearbeiten) Tabellarische Versandkosten () Produkte (Bearbeiten) 2 x Lollypop orange*** 25.90EUR 1 x Olivia*** 29.95EUR 1 x Elvis*** 24.95EUR Rechnungsinformationen Rechnungsadresse (Bearbeiten) Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/virtual/site144/fst/var/www/html/includes/functions/general.php on line 42 niet On line 40 - 48 in general.php there are the following line of code: function tep_output_string($string, $translate = false, $protected = false) { if ($protected == true) { return htmlspecialchars($string); } else { if ($translate == false) { return tep_parse_input_field_data($string, array('"' => '"')); } else { return tep_parse_input_field_data($string, $translate); } Hope some can explain me how to do it? laterssssss, Chris Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.