Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2008 at 09:06 UTC
Updated:
2 Oct 2008 at 17:19 UTC
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
Comment #1
merlinofchaos commentedThose 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.
Comment #2
michemon commentedYou are right!
Turning-off FckEditor I have no problem.
This is the only solution I found...
Thanks,
Michele.