A parse error in moodle 1.6.1+,is it a bug?

A parse error in moodle 1.6.1+,is it a bug?

by 景東 王 -
Number of replies: 1

Dear  Sir,

When I succeeded in installing the moodle(1.6.1+),I found an parse error in login screen.

If  I use the language,zh_cn_utf8 or en,there is no error,but the language ,zh_tw_utf8,an parse error is found. I didn't find the error in moodle 1.4,maybe it is a bug in moodle 1.6.1+.

How can I solve the problem? Thank you very much.

Attachment image002.gif
Average of ratings: -
In reply to 景東 王

Re: A parse error in moodle 1.6.1+,is it a bug?

by Ken Wilson -
I think there's a bug in the loginsteps string moodle.php language file. Until it is fixed, try setting this value in your php.ini file

display_errors = off;

Hope this helps!

Ken