Has anyone run into this issue before?
Uncaught ReferenceError: custom_fields is not defined
Then MT generates this in the document:
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');
On page load I get an alert from FCKeditor that says
Error: The TEXTAREA with id or name set to "editor-content-textarea" was not found
The textarea doesn't even exist in the page. Any suggestions?