Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error message on product_info.php


chipshot

Recommended Posts

Posted

Warning: implode() [function.implode]: Bad arguments. in /var/www/catalog/includes/functions/general.php on line 239

 

I think this is making my page go out of whack

 

could someone please explain?

 

Thank You

Posted
Warning: implode() [function.implode]: Bad arguments. in /var/www/catalog/includes/functions/general.php on line 239

 

I think this is making my page go out of whack

 

could someone please explain?

 

Thank You

 

 

Sorry forgot the code:

 

$cPath_new .= '_' . $current_category_id;

 

if (substr($cPath_new, 0, 1) == '_') {

$cPath_new = substr($cPath_new, 1);

}

}

} else {

$cPath_new = implode('_', $cPath_array);

}

 

return 'cPath=' . $cPath_new;

}

Posted
Sorry forgot the code:

 

$cPath_new .= '_' . $current_category_id;

 

if (substr($cPath_new, 0, 1) == '_') {

$cPath_new = substr($cPath_new, 1);

}

}

} else {

$cPath_new = implode('_', $cPath_array);

}

 

return 'cPath=' . $cPath_new;

}

 

Did you ever get a solution on this - we have the same issue with our site?

Posted
Did you ever get a solution on this - we have the same issue with our site?
Sorry No I'm still waiting on a solution good luck!
  • 2 months later...
  • 4 weeks later...
Posted
} else {

// $cPath_new = implode('_', $cPath_array); ????????

}

 

try this................

 

 

Thanks. That works for me. Although, I know it only hides the error message but is it a required script? If so, for what? Thanks...

 

~HitMan Juice~

Archived

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

×
×
  • Create New...