Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem with catalog/includes/boxes/categories.php


SkinEFX

Recommended Posts

I am using the original file, haven't touched it yet. I get this error when I click on login or create new account only. HELP if you know whats wrong

 

 

Warning: Wrong datatype for second argument in call to in_array in /home2/skindvml/public_html/catalog/includes/boxes/categories.php on line 31

 

Warning: Wrong datatype for second argument in call to in_array in /home2/skindvml/public_html/catalog/includes/boxes/categories.php on line 38

 

Warning: Wrong datatype for second argument in call to in_array in /home2/skindvml/public_html/catalog/includes/boxes/categories.php on line 31

 

Warning: Wrong datatype for second argument in call to in_array in /home2/skindvml/public_html/catalog/includes/boxes/categories.php on line 38

Link to comment
Share on other sites

if ( ($id) && (in_array($counter, $id)) ) {

$categories_string .= '<b>';

}

 

// display category name

$categories_string .= $foo[$counter]['name'];

 

if ( ($id) && (in_array($counter, $id)) ) {

$categories_string .= '</b>';

}

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...