
Originally Posted by
AZComp
I fixed several errors by using the code you gave, now I get a different error...
Comment out line 1112 by adding at the beginning of the line then remove that same comment from line 1110 (2 lines above).
Text you are looking for is at line 1112:
Code:
$categories_names_array[$lang['id']] = mb_split(preg_quote($categories_delimiter), $items[$filelayout['v_categories_name_' . $lang['id']]]);
I'll come up with a better solution than that later, but let's get you going. :)
Bookmarks