Hi, 

I am getting an error while working in .php files that also contain some html. 

I always get an error whenever typing the opening or closing brackets ( () ) inside php code

for eg. if I type 

<td><?php echo $person->getName(); ?></td>

it shows me following error after typing ( and ) in getName()

Debugger entered--Lisp error: (wrong-type-argument listp set-from-style)
  c-electric-paren(nil)
  call-interactively(c-electric-paren nil nil)

Please help!

Thanks.
--
Vineet Naik