chipshot Posted November 24, 2007 Posted November 24, 2007 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
chipshot Posted November 24, 2007 Author Posted November 24, 2007 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; }
asapcustoms Posted November 30, 2007 Posted November 30, 2007 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?
chipshot Posted November 30, 2007 Author Posted November 30, 2007 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!
apurba_soft Posted February 6, 2008 Posted February 6, 2008 } else { // $cPath_new = implode('_', $cPath_array); ???????? } try this................
fyfthelement Posted March 2, 2008 Posted March 2, 2008 } 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~
Recommended Posts
Archived
This topic is now archived and is closed to further replies.