有没有人遇到过这个问题?
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
页面中甚至不存在文本区域。有什么建议么?