こんにちは。キャプチャありがとうございます。
文字化けの件は解決したのですね。
良かったですね。
「定警告: ’現在の環境では php.ini でregister_globals が ON になっています。’
....
このまま放置してもいいのでしょうか?
それは、そのまま放置しない方が良いと思います。
MODxをインストールしたディレクトリの.htaccessは有効になっていて、
かつ、その中の、「#php_flag register_globals Off」の行頭の「#」は
削除したのに、まだ警告表示されるということですね。
警告が出ると言うことは、「php_flag register_globals Off」が認識されて
いないということだと思いますが、なぜだろ…?XREAは、.htaccessの中で、
「php_flag」が使えると思いましたが。。今一度、.htaccessを確認して
みてください。
.....
# Your server does not allow PHP directives to be set via .htaccess. In that
# case you must make this change in your php.ini file instead. If you are
# using a commercial web host, contact the administrators for assistance in
# doing this. Not all servers allow local php.ini files, and they should
# include all PHP configurations (not just this one), or you will effectively
# reset everything to PHP defaults. Consult www.php.net for more detailed
# information about setting PHP directives.
php_flag register_globals Off
....
となっていれば設定の方はOKです。