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

sepgil’s picture

Status: Active » Fixed

thx, fixed it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.