View Single Post
  #7 (permalink)  
Old 02-16-2007, 09:08 AM
NEC NEC is offline
Casual Pligger
 
Join Date: Jan 2007
Posts: 52
Thanks: 1
Thanked 2 Times in 2 Posts
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.
Reply With Quote