I have installed Drupal 5.10 and Views 5.x.1.6.

When I try to edit a view, I have the following subsequent errors.

Error: The TEXTAREA with id or name set to "edit-page-header" was not found
Error: The TEXTAREA with id or name set to "edit-page-footer" was not found
Error: The TEXTAREA with id or name set to "edit-page-empty" was not found
Error: The TEXTAREA with id or name set to "edit-block-header" was not found
Error: The TEXTAREA with id or name set to "edit-block-footer" was not found
Error: The TEXTAREA with id or name set to "edit-block-empty" was not found
Error: The TEXTAREA with id or name set to "edit-view-args-php" was not found

How can solve this problem?

Thanks,
Michele.

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Those messages do not come with Views. AT a guess some WYSIWYG editor is generating that message, since that's the type of software that generally looks for textareas.

michemon’s picture

You are right!
Turning-off FckEditor I have no problem.

This is the only solution I found...

Thanks,
Michele.