Closed (fixed)
Project:
Views Or
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
6 Mar 2009 at 11:50 UTC
Updated:
6 Apr 2009 at 16:10 UTC
After update, filters with views_or causes errors like:
Error: handler for node > views_or_begin doesn't exist!
Error: handler for node > views_or_end doesn't exist!
Error: handler for node > views_or_next doesn't exist!
Drupal: 6.10
Views: 6.x-2.1
Comments
Comment #1
Bolzamo commentedWhen i replaced file views_or.views.inc by file from CVS r11.1 ( http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/views_or/?d... ), the problem is gone... Looks like you forgot to overwrite some files in release archive...
Comment #2
darren ohI forgot to add an update function to refresh the handlers. Fixed in CVS commit 181456.
Comment #3
darren oh