|
i'm using the latest 702 release.
for the category thing: i think problem is (responsible part of the) script does not look at the utils.php for char conversion. it just strips out the non-english chars and then write to category safe name column. in other words:
original name - category_name column - category_safe_name column
äüpligg2 - äüpligg2 - pligg2
the problem of foreach() is related to something else i think. when i did fresh install this error were not there. after i started testing then it began to appear. my theory on this is that foreach() loop thinks incorrectly that categories array is empty because of non-english category names even if you have deleted them.
|