24 Mar
2012
24 Mar
'12
4:50 p.m.
On Sat, Mar 24, 2012 at 11:34 AM, Mutuku Ndeti <jnmutuku@gmail.com> wrote:
Hi,
I am working in updating some d6 code to d7. I am stuck with the error below. I am sure it's not coming from the rules module. Is there a way to trace the source of the error?
Warning: Attempt to assign property of non-object in eval() (line 32 of /sites/all/modules/rules/modules/php.eval.inc(146) : eval()'d code).
What other modules use the rules module? You could output to watchdog at line 32 of php.eval.inc to try to determine the module using the debug_backtrace data. -- Earnie -- https://sites.google.com/site/earnieboyd