0

以前にこの問題に遭遇した人はいますか?

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

テキストエリアはページにも存在しません。助言がありますか?

4

1 に答える 1

0

Movable Type の 4.31 までのバージョンでは、エントリのメタデータ管理に問題がありました。Movable Type インスタンスの管理のある時点でカスタム フィールドを削除してしまった場合、CMS およびパブリッシュ プロセスの多くの場所で問題が発生します。これについては、次のドキュメントで説明されています。

http://bugs.movabletype.org/default.asp?102303 http://code.sixapart.com/trac/movabletype/changeset/4435 http://www.movabletype.org/documentation/appendices/release-notes/ 432.html

これが最初の問題である場合は、MT 5.x にアップグレードすると解決するはずです。

最初の質問は、Movable Type を Movable Type 4.32 にアップグレードすることについてです。Movable Type の以前のバージョンが何であったかは明らかではありません。そのちょっとした情報も、元の問題にとって重要だった可能性があります。

于 2011-05-05T04:41:06.077 に答える