I am using 1.8.1 RC1. The web server is IIS, running on Windows 2000 Server, Traditional Chinese Edition. The PHP version is 4.4.4.
Errors occur on the User Management page after I put the language files for zh_TW, which is extracted from 0.9.1 package. The error message is
Parse error: parse error, unexpected '"', expecting ',' or ';' in D:\htdocs\b2evolution\blogs\inc\_misc\_results.class.php(1261) : eval()'d code on line 1
I've checked _results.class.php and found that there are some west-European special characters. Is the error relevant to these characters? How do I fix it?
Finally I got a clue. The string that the eval() function evaluates contains some Chinese characters that will make it an invalid statement. I comment out two lines in locales/zh_TW/_global.php:
Now the User Management page looks good.