Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ERROR.......


knap

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...