以前にこの問題に遭遇した人はいますか?
Uncaught ReferenceError: custom_fields is not defined
次に、MT はドキュメントでこれを生成します。
customizable_fields.push('customfield_start_date');
default_fields.push('customfield_start_date');
custom_fields.push('customfield_start_date'); ### ERROR HERE
customizable_fields.push('customfield_end_date');
default_fields.push('customfield_end_date');
custom_fields.push('customfield_end_date');
ページの読み込み時に、FCKeditor からアラートが表示されます。
Error: The TEXTAREA with id or name set to "editor-content-textarea" was not found
テキストエリアはページにも存在しません。助言がありますか?