Using this module to make a edit view for testing:
My steps:
-Create a cck content type: mypage (only with title and body fields)
-Create some nodes of mypage
-Create a new view, check the 'Provide Page View' box and input my url
-In 'View Type', select 'Editview - table' or 'Editview - compressed'.
-In the 'Fields' section, add 'Node: Title', and 'Node: Body'
-In the 'Filters' section, add a 'Node: Type' filter, and select 'mypage' as the value.
-In the 'Sort Criteria' section, add a 'Node: Created Time' field, and select 'Descending' as the order.
-Save the view and visit its url.
Then when I link to this url I get a error message below:
Fatal error: Call to undefined function: form_reset_errors() in .../modules/editview/editview.module on line 44
If use another view type, such as "View table" and "View list" the view page looks fine. So I think there is a bug from the module Editview.
Comments
Comment #1
wrunt commentedYou need this patch for editview to work under drupal 5.