Closed (fixed)
Project:
Rules Link
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2012 at 11:43 UTC
Updated:
13 Mar 2012 at 11:50 UTC
Noticed when using rules_link with editablefields:
The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition 'views_handler_field_rules_link' of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition...
Adding:
files[] = rules_link.views.inc
in rules_link.info fixes it.
Comments
Comment #1
sepgil commentedthx, fixed it.